Searched defs:UseIdx (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 204 unsigned UseClass, unsigned UseIdx) const { in hasPipelineForwarding() 225 unsigned UseClass, unsigned UseIdx) const { in getOperandLatency()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 80 SlotIndex UseIdx) { in allUsesAvailableAt() 106 SlotIndex UseIdx, in canRematerializeAt()
|
D | RegisterCoalescer.cpp | 600 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI); in removeCopyByCommutingDef() local 652 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true); in removeCopyByCommutingDef() local
|
D | TargetInstrInfoImpl.cpp | 652 const MachineInstr *UseMI, unsigned UseIdx, in computeOperandLatency()
|
D | InlineSpiller.cpp | 835 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true); in reMaterializeFor() local
|
D | SplitKit.cpp | 430 SlotIndex UseIdx, in defFromParent()
|
D | MachineVerifier.cpp | 978 SlotIndex UseIdx = LiveInts->getInstructionIndex(MI); in checkLiveness() local
|
D | MachineInstr.cpp | 1170 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2530 unsigned UseIdx, unsigned UseAlign) const { in getVSTMUseCycle() 2570 unsigned UseIdx, unsigned UseAlign) const { in getSTMUseCycle() 2600 unsigned UseIdx, unsigned UseAlign) const { in getOperandLatency() 2733 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 840 const MachineInstr *UseMI, unsigned UseIdx) const { in hasHighOperandLatency()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 958 unsigned UseIdx = GroupIdx.back() + 1; in EmitSpecialNode() local
|