Searched refs:DefOpIdx (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 483 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 D | AArch64Subtarget.h | 317 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1652 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 D | TargetSubtargetInfo.h | 240 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.h | 310 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 868 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument 908 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
|
H A D | GCNSubtarget.h | 1569 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1382 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local 1383 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()
|