/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 128 unsigned DefIdx = 0; in findDefIdx() local 188 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency() local 228 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
|
H A D | TargetInstrInfo.cpp | 982 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 1070 unsigned DefIdx, in getOperandLatency() 1096 unsigned DefIdx, const MachineInstr *UseMI, unsigned UseIdx) const { in computeOperandLatency() 1124 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceInputs() 1149 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregInputs() 1172 const MachineInstr &MI, unsigned DefIdx, in getInsertSubregInputs()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3187 unsigned DefIdx, unsigned DefAlign) const { in getVLDMDefCycle() 3228 unsigned DefIdx, unsigned DefAlign) const { in getLDMDefCycle() 3331 unsigned DefIdx, unsigned DefAlign, in getOperandLatency() 3442 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() 3675 unsigned DefIdx, in getOperandLatency() 3711 unsigned DefIdx, const MCInstrDesc &DefMCID, unsigned DefAdj, in getOperandLatencyImpl() 3771 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 4074 unsigned DefIdx, in hasHighOperandLatency() 4596 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs() 4621 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregLikeInputs() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1037 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 1189 unsigned DefIdx, in getOperandLatency() 1214 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceInputs() 1241 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregInputs() 1266 const MachineInstr &MI, unsigned DefIdx, in getInsertSubregInputs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3746 unsigned DefIdx, unsigned DefAlign) const { in getVLDMDefCycle() 3803 unsigned DefIdx, unsigned DefAlign) const { in getLDMDefCycle() 3906 unsigned DefIdx, unsigned DefAlign, in getOperandLatency() 4017 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() 4250 unsigned DefIdx, in getOperandLatency() 4286 unsigned DefIdx, const MCInstrDesc &DefMCID, unsigned DefAdj, in getOperandLatencyImpl() 4346 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 4692 unsigned DefIdx, in hasHighOperandLatency() 5245 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs() 5272 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregLikeInputs() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 620 int DefIdx = SwapMap[DefMI]; in formWebs() local 701 int DefIdx = SwapMap[DefMI]; in recordUnoptimizableWebs() local 777 int DefIdx = SwapMap[DefMI]; in markSwapsForRemoval() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 617 int DefIdx = SwapMap[DefMI]; in formWebs() local 696 int DefIdx = SwapMap[DefMI]; in recordUnoptimizableWebs() local 771 int DefIdx = SwapMap[DefMI]; in markSwapsForRemoval() local
|
H A D | PPCInstrInfo.h | 123 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 131 unsigned DefIdx) const override { in hasLowDefLatency()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 623 int DefIdx = SwapMap[DefMI]; in formWebs() local 727 int DefIdx = SwapMap[DefMI]; in recordUnoptimizableWebs() local 803 int DefIdx = SwapMap[DefMI]; in markSwapsForRemoval() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 36 SlotIndex DefIdx = in createDeadDef() local 181 unsigned DefIdx; in extendToUses() local
|
H A D | TargetInstrInfo.cpp | 1223 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 1392 unsigned DefIdx, in getOperandLatency() 1401 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceInputs() 1428 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregInputs() 1453 const MachineInstr &MI, unsigned DefIdx, in getInsertSubregInputs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 573 unsigned DefIdx = 0; in getDefIndex() local 878 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeDefs() local 1135 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineUnmergeValues() local 1183 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 577 unsigned DefIdx = 0; in getDefIndex() local 882 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeDefs() local 1140 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineUnmergeValues() local 1188 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 573 unsigned DefIdx = 0; in getDefIndex() local 878 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeDefs() local 1135 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineUnmergeValues() local 1183 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 573 unsigned DefIdx = 0; in getDefIndex() local 878 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeDefs() local 1135 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineUnmergeValues() local 1183 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeValues() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 542 unsigned DefIdx = 0; in getDefIndex() local 792 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeDefs() local 1042 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineUnmergeValues() local 1095 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineUnmergeValues() local
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetInstrInfo.h | 934 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs() 948 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregLikeInputs() 962 getInsertSubregLikeInputs(const MachineInstr &MI, unsigned DefIdx, in getInsertSubregLikeInputs() 1282 const MachineInstr &DefMI, unsigned DefIdx, in hasHighOperandLatency()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3892 unsigned DefIdx, unsigned DefAlign) const { in getVLDMDefCycle() 3933 unsigned DefIdx, unsigned DefAlign) const { in getLDMDefCycle() 4036 unsigned DefIdx, unsigned DefAlign, in getOperandLatency() 4147 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() 4380 unsigned DefIdx, in getOperandLatency() 4416 unsigned DefIdx, const MCInstrDesc &DefMCID, unsigned DefAdj, in getOperandLatencyImpl() 4476 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() 4824 unsigned DefIdx, in hasHighOperandLatency() 5454 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs() 5481 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregLikeInputs() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 184 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 205 int getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCInstrItineraries.h | 186 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 208 std::optional<unsigned> getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCInstrItineraries.h | 186 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 208 std::optional<unsigned> getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 186 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 207 int getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 181 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 202 int getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCInstrItineraries.h | 186 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 208 std::optional<unsigned> getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCInstrItineraries.h | 186 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding() 208 std::optional<unsigned> getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
|