Searched refs:DefOpIdx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1621 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 D | TargetSubtargetInfo.h | 237 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 310 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 852 void GCNSubtarget::adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument 892 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
|
| H A D | GCNSubtarget.h | 1465 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1383 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local 1384 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()
|