1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/Target/Hexagon
James Y Knight 8a32a5595a [opaque pointer types] Remove some calls to generic Type subtype accessors.
That is, remove many of the calls to Type::getNumContainedTypes(),
Type::subtypes(), and Type::getContainedType(N).

I'm not intending to remove these accessors -- they are
useful/necessary in some cases. However, removing the pointee type
from pointers would potentially break some uses, and reducing the
number of calls makes it easier to audit.

llvm-svn: 350835
2019-01-10 16:07:20 +00:00
..
AsmParser [Hexagon] Remove unused checker functions from asm parser 2018-12-04 14:58:14 +00:00
Disassembler [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
MCTargetDesc [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
TargetInfo [Hexagon] Add a "generic" cpu 2018-06-26 18:44:05 +00:00
BitTracker.cpp [DebugInfo] Examine all uses of isDebugValue() for debug instructions. 2018-05-09 02:42:00 +00:00
BitTracker.h [Hexagon] Memoize instruction positions in BitTracker 2018-02-05 17:12:07 +00:00
CMakeLists.txt [Hexagon] Remove support for V4 2018-10-19 17:31:11 +00:00
Hexagon.h [Target] Untangle disassemblers 2018-09-10 12:53:46 +00:00
Hexagon.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonAsmPrinter.cpp [Hexagon] Allow use of gather intrinsics even with no-packets 2018-08-07 20:33:47 +00:00
HexagonAsmPrinter.h [Hexagon] Clean up some code in HexagonAsmPrinter, NFC 2018-04-02 15:06:55 +00:00
HexagonBitSimplify.cpp [Hexagon] Check validity of register class when generating bitsplit 2018-08-30 22:26:43 +00:00
HexagonBitTracker.cpp [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonBitTracker.h [Hexagon] Simplify A4_rcmp[n]eqi R, 0 2018-07-30 14:28:02 +00:00
HexagonBlockRanges.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonBlockRanges.h
HexagonBranchRelaxation.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonCallingConv.td [Hexagon] Express calling conventions via .td file instead of hand-coding 2018-02-09 15:30:02 +00:00
HexagonCFGOptimizer.cpp MachineFunction: Return reference from getFunction(); NFC 2017-12-15 22:22:58 +00:00
HexagonCommonGEP.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
HexagonConstExtenders.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
HexagonConstPropagation.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
HexagonCopyToCombine.cpp [Hexagon] Remove support for V4 2018-10-19 17:31:11 +00:00
HexagonDepArch.h [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonDepArch.td [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonDepDecoders.h Fix MSVC "unknown pragma" warning. NFCI. 2018-12-04 12:31:52 +00:00
HexagonDepIICHVX.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonDepIICScalar.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonDepInstrFormats.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonDepInstrInfo.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonDepITypes.h [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonDepITypes.td [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonDepMapAsm2Intrin.td [Hexagon] Add intrinsics for Hexagon V66 2018-12-05 21:14:51 +00:00
HexagonDepMappings.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonDepOperands.td [Hexagon] Remove unused operand definitions, NFC 2018-12-03 18:54:24 +00:00
HexagonDepTimingClasses.h [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonEarlyIfConv.cpp [MI] Change the array of MachineMemOperand pointers to be 2018-08-16 21:30:05 +00:00
HexagonExpandCondsets.cpp [MI] Change the array of MachineMemOperand pointers to be 2018-08-16 21:30:05 +00:00
HexagonFixupHwLoops.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
HexagonFrameLowering.cpp [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD and -Wunused-variable 2018-11-09 19:24:48 +00:00
HexagonFrameLowering.h [Hexagon] Implement noreturn optimization 2018-11-09 18:16:24 +00:00
HexagonGenExtract.cpp
HexagonGenInsert.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
HexagonGenMux.cpp [DebugInfo] Examine all uses of isDebugValue() for debug instructions. 2018-05-09 02:42:00 +00:00
HexagonGenPredicate.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonHardwareLoops.cpp Don't create a temporary vector of loop blocks just to iterate over them. 2018-09-10 12:32:06 +00:00
HexagonHazardRecognizer.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonHazardRecognizer.h [Hexagon] Improve scheduling heuristic for large basic blocks 2018-03-20 14:54:01 +00:00
HexagonIICHVX.td [Hexagon] Add support for Hexagon V65 2017-12-11 18:57:54 +00:00
HexagonIICScalar.td
HexagonInstrFormats.td [Hexagon] Change instruction type field in TSFlags to 7 bits 2018-12-03 19:34:04 +00:00
HexagonInstrFormatsV5.td [Hexagon] Change instruction type field in TSFlags to 7 bits 2018-12-03 19:34:04 +00:00
HexagonInstrFormatsV60.td [Hexagon] Remove 'T' from HasVNN predicates, NFC 2018-06-20 13:56:09 +00:00
HexagonInstrFormatsV65.td [Hexagon] Add support for Hexagon V65 2017-12-11 18:57:54 +00:00
HexagonInstrInfo.cpp [Hexagon] Fix post-ra expansion of PS_wselect 2018-12-07 22:00:53 +00:00
HexagonInstrInfo.h [CodeGen][NFC] Make TII::getMemOpBaseImmOfs return a base operand 2018-11-28 12:00:20 +00:00
HexagonIntrinsics.td [Hexagon] Switch to auto-generated intrinsic definitions and patterns 2018-12-03 22:40:36 +00:00
HexagonIntrinsicsV5.td [Hexagon] Remove support for V4 2018-10-19 17:31:11 +00:00
HexagonIntrinsicsV60.td [Hexagon] Remove vectors of i64 from valid HVX types 2017-12-14 18:35:24 +00:00
HexagonISelDAGToDAG.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
HexagonISelDAGToDAG.h [SelectionDAG] Expand UADDO/USUBO into ADD/SUBCARRY if legal for target 2018-06-01 14:00:32 +00:00
HexagonISelDAGToDAGHVX.cpp [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD and -Wunused-variable 2018-11-09 19:24:48 +00:00
HexagonISelLowering.cpp [opaque pointer types] Remove some calls to generic Type subtype accessors. 2019-01-10 16:07:20 +00:00
HexagonISelLowering.h [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC 2018-11-05 23:26:13 +00:00
HexagonISelLoweringHVX.cpp [SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG nodes. Move asserts into getNode. 2018-11-04 02:10:18 +00:00
HexagonLoopIdiomRecognition.cpp [LoopIdioms] More LocationSize::precise annotations; NFC 2018-12-24 05:55:50 +00:00
HexagonMachineFunctionInfo.cpp
HexagonMachineFunctionInfo.h
HexagonMachineScheduler.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
HexagonMachineScheduler.h [Hexagon] Add heuristic to exclude critical path cost for scheduling 2018-03-20 19:26:27 +00:00
HexagonMapAsm2IntrinV62.gen.td
HexagonMapAsm2IntrinV65.gen.td [Hexagon] Remove 'T' from HasVNN predicates, NFC 2018-06-20 13:56:09 +00:00
HexagonMCInstLower.cpp
HexagonNewValueJump.cpp Fix up a few grammar issues. 2018-05-21 10:27:36 +00:00
HexagonOperands.td
HexagonOptAddrMode.cpp [Hexagon] Couple of fixes in optimize addressing mode 2018-12-10 21:56:04 +00:00
HexagonOptimizeSZextends.cpp
HexagonPatterns.td [Hexagon] Add patterns for funnel shifts 2018-12-20 16:39:20 +00:00
HexagonPatternsHVX.td [Hexagon] Remove 'T' from HasVNN predicates, NFC 2018-06-20 13:56:09 +00:00
HexagonPatternsV65.td [Hexagon] Add support for Hexagon V65 2017-12-11 18:57:54 +00:00
HexagonPeephole.cpp MachineFunction: Return reference from getFunction(); NFC 2017-12-15 22:22:58 +00:00
HexagonPseudo.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonRDFOpt.cpp MachineFunction: Return reference from getFunction(); NFC 2017-12-15 22:22:58 +00:00
HexagonRegisterInfo.cpp [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonRegisterInfo.h [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints() 2018-10-05 14:23:11 +00:00
HexagonRegisterInfo.td [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonSchedule.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonScheduleV5.td [Hexagon] Remove support for V4 2018-10-19 17:31:11 +00:00
HexagonScheduleV55.td
HexagonScheduleV60.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonScheduleV62.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonScheduleV65.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonScheduleV66.td [Hexagon] Add instruction definitions for Hexagon V66 2018-12-05 21:01:07 +00:00
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitConst32AndConst64.cpp [Hexagon] Make sure not to use GP-relative addressing with PIC 2018-10-31 15:54:31 +00:00
HexagonSplitDouble.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonStoreWidening.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
HexagonSubtarget.cpp [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonSubtarget.h [Hexagon] Foundation of support for Hexagon V66 2018-12-05 20:18:09 +00:00
HexagonTargetMachine.cpp [Targets] Add errors for tiny and kernel codemodel on targets that don't support them 2018-12-07 12:10:23 +00:00
HexagonTargetMachine.h (Re-landing) Expose a TargetMachine::getTargetTransformInfo function 2017-12-22 18:21:59 +00:00
HexagonTargetObjectFile.cpp [Hexagon] Place globals with explicit .sdata section in small data 2018-11-09 17:31:22 +00:00
HexagonTargetObjectFile.h [Hexagon] Make sure not to use GP-relative addressing with PIC 2018-10-31 15:54:31 +00:00
HexagonTargetStreamer.h
HexagonTargetTransformInfo.cpp [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC 2018-11-05 23:26:13 +00:00
HexagonTargetTransformInfo.h [LV] Support vectorization of interleave-groups that require an epilog under 2018-10-31 09:57:56 +00:00
HexagonVectorLoopCarriedReuse.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonVectorPrint.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
HexagonVExtract.cpp Inline variable only used within assert. 2018-01-26 21:55:13 +00:00
HexagonVLIWPacketizer.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
HexagonVLIWPacketizer.h [Hexagon] Remove support for V4 2018-10-19 17:31:11 +00:00
LLVMBuild.txt
RDFCopy.cpp [MachineOperand][Target] MachineOperand::isRenamable semantics changes 2018-02-23 18:25:08 +00:00
RDFCopy.h
RDFDeadCode.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
RDFDeadCode.h
RDFGraph.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
RDFGraph.h
RDFLiveness.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
RDFLiveness.h [Hexagon] fix 'must explicitly initialize the const member' error which clang 3.8 emits 2018-03-12 14:40:48 +00:00
RDFRegisters.cpp
RDFRegisters.h