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.cpp549 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument
561 Register Reg = DefMI->getOperand(DefOpIdx).getReg(); in adjustSchedDependency()
565 DefOpIdx = Op.getOperandNo(); in adjustSchedDependency()
584 SchedModel->computeOperandLatency(DefMI, DefOpIdx, UseMI, UseOpIdx)); in adjustSchedDependency()
H A DAArch64Subtarget.h347 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1660 bool isRegTiedToUseOperand(unsigned DefOpIdx,
1662 const MachineOperand &MO = getOperand(DefOpIdx);
1666 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1674 unsigned *DefOpIdx = nullptr) const {
1678 if (DefOpIdx)
1679 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
H A DTargetSubtargetInfo.h251 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp541 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument
581 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
H A DGCNSubtarget.h1690 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h325 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1418 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local
1419 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()