Searched refs:DefOpIdx (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1534 bool isRegTiedToUseOperand(unsigned DefOpIdx, 1536 const MachineOperand &MO = getOperand(DefOpIdx); 1540 *UseOpIdx = findTiedOperandIdx(DefOpIdx); 1548 unsigned *DefOpIdx = nullptr) const { 1552 if (DefOpIdx) 1553 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
|
| H A D | TargetSubtargetInfo.h | 233 virtual void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 270 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 1131 void adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, int UseOpIdx,
|
| H A D | AMDGPUSubtarget.cpp | 813 void GCNSubtarget::adjustSchedDependency(SUnit *Def, int DefOpIdx, SUnit *Use, in adjustSchedDependency() argument
|