Home
last modified time | relevance | path

Searched refs:DefOpIdx (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1519 bool isRegTiedToUseOperand(unsigned DefOpIdx,
1521 const MachineOperand &MO = getOperand(DefOpIdx);
1525 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1533 unsigned *DefOpIdx = nullptr) const {
1537 if (DefOpIdx)
1538 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
H A DTargetSubtargetInfo.h234 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h292 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp798 void GCNSubtarget::adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
838 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
H A DGCNSubtarget.h1280 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp1370 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local
1371 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()