Home
last modified time | relevance | path

Searched defs:DefOpIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h237 // If a pair of operands is associated with the schedule dependency, DefOpIdx in adjustSchedDependency() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp852 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep) const adjustSchedDependency() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1383 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned() local