Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1621 bool isRegTiedToUseOperand(unsigned DefOpIdx,
1623 const MachineOperand &MO = getOperand(DefOpIdx);
1627 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1635 unsigned *DefOpIdx = nullptr) const {
1639 if (DefOpIdx)
1640 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
H A DTargetSubtargetInfo.h237 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h310 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp852 void GCNSubtarget::adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
892 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
H A DGCNSubtarget.h1465 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1383 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local
1384 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()