| /external/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 187 unsigned UseClass, unsigned UseIdx) const { in hasPipelineForwarding() 208 unsigned UseClass, unsigned UseIdx) const { in getOperandLatency()
|
| D | MCSubtargetInfo.h | 136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 182 unsigned UseClass, unsigned UseIdx) const { in hasPipelineForwarding() 203 unsigned UseClass, unsigned UseIdx) const { in getOperandLatency()
|
| D | MCSubtargetInfo.h | 177 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
|
| /external/llvm-project/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 185 unsigned UseClass, unsigned UseIdx) const { in hasPipelineForwarding() 206 unsigned UseClass, unsigned UseIdx) const { in getOperandLatency()
|
| D | MCSubtargetInfo.h | 180 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
|
| /external/llvm/lib/CodeGen/ |
| D | TargetSchedule.cpp | 144 unsigned UseIdx = 0; in findUseIdx() local 202 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency() local
|
| D | RegisterCoalescer.cpp | 705 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI); in removeCopyByCommutingDef() local 759 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI).getRegSlot(true); in removeCopyByCommutingDef() local 1193 SlotIndex UseIdx = LIS->getInstructionIndex(MI); in eliminateUndefCopy() local 1216 void RegisterCoalescer::addUndefFlag(const LiveInterval &Int, SlotIndex UseIdx, in addUndefFlag() 1256 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot(true); in updateRegDefsUses() local 1305 SlotIndex UseIdx = MIIdx.getRegSlot(true); in updateRegDefsUses() local
|
| D | LiveRangeCalc.cpp | 186 SlotIndex UseIdx; in extendToUses() local
|
| D | LiveRangeEdit.cpp | 120 SlotIndex UseIdx, bool cheapAsAMove) { in canRematerializeAt()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 672 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 715 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 756 int UseIdx = SwapMap[&UseMI]; in markSwapsForRemoval() local
|
| D | PPCInstrInfo.h | 124 SDNode *UseNode, unsigned UseIdx) const override { in getOperandLatency()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 677 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 720 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 762 int UseIdx = SwapMap[&UseMI]; in markSwapsForRemoval() local
|
| D | PPCInstrInfo.h | 218 SDNode *UseNode, unsigned UseIdx) const override { in getOperandLatency()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TargetSchedule.cpp | 174 unsigned UseIdx = 0; in findUseIdx() local 232 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency() local
|
| D | MachineCopyPropagation.cpp | 386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 403 unsigned UseIdx) { in isForwardableRegClassCopy()
|
| D | RegisterCoalescer.cpp | 848 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI); in removeCopyByCommutingDef() local 902 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI).getRegSlot(true); in removeCopyByCommutingDef() local 1620 SlotIndex UseIdx = LIS->getInstructionIndex(MI); in eliminateUndefCopy() local 1654 void RegisterCoalescer::addUndefFlag(const LiveInterval &Int, SlotIndex UseIdx, in addUndefFlag() 1693 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot(true); in updateRegDefsUses() local 1749 SlotIndex UseIdx = MIIdx.getRegSlot(true); in updateRegDefsUses() local
|
| D | LiveRangeEdit.cpp | 141 SlotIndex UseIdx, bool cheapAsAMove) { in canRematerializeAt()
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | TargetSchedule.cpp | 174 unsigned UseIdx = 0; in findUseIdx() local 232 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency() local
|
| D | LiveIntervalCalc.cpp | 181 SlotIndex UseIdx; in extendToUses() local
|
| D | MachineCopyPropagation.cpp | 387 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 404 unsigned UseIdx) { in isForwardableRegClassCopy()
|
| D | RegisterCoalescer.cpp | 856 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI); in removeCopyByCommutingDef() local 911 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI).getRegSlot(true); in removeCopyByCommutingDef() local 1646 SlotIndex UseIdx = LIS->getInstructionIndex(MI); in eliminateUndefCopy() local 1680 void RegisterCoalescer::addUndefFlag(const LiveInterval &Int, SlotIndex UseIdx, in addUndefFlag() 1719 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot(true); in updateRegDefsUses() local 1775 SlotIndex UseIdx = MIIdx.getRegSlot(true); in updateRegDefsUses() local
|
| /external/llvm-project/llvm/lib/IR/ |
| D | AbstractCallSite.cpp | 101 unsigned UseIdx = CB->getArgOperandNo(U); in AbstractCallSite() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AbstractCallSite.cpp | 100 unsigned UseIdx = CS.getArgumentNo(U); in AbstractCallSite() local
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 677 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 743 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local 785 int UseIdx = SwapMap[&UseMI]; in markSwapsForRemoval() local
|