Searched refs:DefOpIdx (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1519 bool isRegTiedToUseOperand(unsigned DefOpIdx, 1521 const MachineOperand &MO = getOperand(DefOpIdx); 1525 *UseOpIdx = findTiedOperandIdx(DefOpIdx); 1533 unsigned *DefOpIdx = nullptr) const { 1537 if (DefOpIdx) 1538 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
|
| H A D | TargetSubtargetInfo.h | 234 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 292 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 798 void GCNSubtarget::adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument 838 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
|
| H A D | GCNSubtarget.h | 1280 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1370 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local 1371 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()
|