Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp483 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument
495 Register Reg = DefMI->getOperand(DefOpIdx).getReg(); in adjustSchedDependency()
499 DefOpIdx = Op.getOperandNo(); in adjustSchedDependency()
518 SchedModel->computeOperandLatency(DefMI, DefOpIdx, UseMI, UseOpIdx)); in adjustSchedDependency()
H A DAArch64Subtarget.h317 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1652 bool isRegTiedToUseOperand(unsigned DefOpIdx,
1654 const MachineOperand &MO = getOperand(DefOpIdx);
1658 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1666 unsigned *DefOpIdx = nullptr) const {
1670 if (DefOpIdx)
1671 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
H A DTargetSubtargetInfo.h240 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h310 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp868 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument
908 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
H A DGCNSubtarget.h1569 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1382 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local
1383 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()