Home
last modified time | relevance | path

Searched defs:UseIdx (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h185 /// operand index UseIdx. in hasPipelineForwarding() argument
206 getOperandLatency(unsigned DefClass,unsigned DefIdx,unsigned UseClass,unsigned UseIdx) getOperandLatency() argument
H A DMCSubtargetInfo.h187 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
H A DMCSchedule.h109 unsigned UseIdx; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp159 unsigned UseIdx = 0; in findUseIdx() local
213 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency() local
H A DLiveIntervalCalc.cpp170 SlotIndex UseIdx; in extendToUses() local
H A DRegisterCoalescer.cpp899 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI); in removeCopyByCommutingDef() local
949 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI).getRegSlot(true); in removeCopyByCommutingDef() local
1241 SlotIndex UseIdx = LIS->getInstructionIndex(MI); in removePartialRedundancy() local
1813 SlotIndex UseIdx = LIS->getInstructionIndex(MI); in eliminateUndefCopy() local
1847 void RegisterCoalescer::addUndefFlag(const LiveInterval &Int, SlotIndex UseIdx, in addUndefFlag()
1889 SlotIndex UseIdx = LIS->getInstructionIndex(MI).getRegSlot(true); in updateRegDefsUses() local
1947 SlotIndex UseIdx = MIIdx.getRegSlot(true); in updateRegDefsUses() local
H A DLiveRangeEdit.cpp159 SlotIndex UseIdx) { in canRematerializeAt()
H A DMachineCombiner.cpp231 int UseIdx = in getDepth() local
H A DInlineSpiller.cpp628 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true); in hasPhysRegAvailable() local
648 SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true); in reMaterializeFor() local
H A DMachineCopyPropagation.cpp638 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
657 unsigned UseIdx) { in isForwardableRegClassCopy()
H A DMachineVerifier.cpp2842 unsigned MONum, SlotIndex UseIdx, in checkLivenessAtUse()
2975 SlotIndex UseIdx; in checkLiveness() local
H A DTwoAddressInstructionPass.cpp1702 SlotIndex UseIdx = LIS->getInstructionIndex(*MI); in processTiedPairs() local
H A DSplitKit.cpp623 SlotIndex UseIdx, MachineBasicBlock &MBB, in defFromParent()
H A DMachineInstr.cpp1189 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp678 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local
744 int UseIdx = SwapMap[&UseMI]; in recordUnoptimizableWebs() local
786 int UseIdx = SwapMap[&UseMI]; in markSwapsForRemoval() local
H A DPPCInstrInfo.h455 unsigned UseIdx) const override { in getOperandLatency()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAbstractCallSite.cpp100 unsigned UseIdx = CB->getArgOperandNo(U); in AbstractCallSite() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3796 unsigned UseIdx, unsigned UseAlign) const { in getVSTMUseCycle()
3835 unsigned UseIdx, unsigned UseAlign) const { in getSTMUseCycle()
3863 unsigned UseIdx, unsigned UseAlign) const { in getOperandLatency()
3998 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI()
4244 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const { in getOperandLatencyImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp471 int UseIdx = -1; in adjustSchedDependency() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp700 unsigned UseIdx; in foldImmediate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1392 unsigned UseIdx = GroupIdx.back() + 1; in EmitSpecialNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1839 SlotIndex UseIdx = DAG.LIS->getInstructionIndex(*UseMI).getRegSlot(true); in canIncreaseOccupancyOrReduceSpill() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1238 for (unsigned UseIdx = 0, EndIdx = Reads.size(); UseIdx != EndIdx; in genSchedClassTables() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp729 unsigned UseIdx; in foldImmediate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1889 unsigned UseIdx) const { in hasHighOperandLatency()

12