Searched refs:DefOpIdx (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 549 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 D | AArch64Subtarget.h | 347 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1660 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 D | TargetSubtargetInfo.h | 251 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.cpp | 541 SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx, SDep &Dep, in adjustSchedDependency() argument 581 DefI, DefOpIdx, UseI, UseOpIdx)); in adjustSchedDependency()
|
| H A D | GCNSubtarget.h | 1690 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 325 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1418 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned() local 1419 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned()
|