Searched defs:DefOpIdx (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 482 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) const adjustSchedDependency() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 240 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) adjustSchedDependency() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 859 adjustSchedDependency(SUnit * Def,int DefOpIdx,SUnit * Use,int UseOpIdx,SDep & Dep,const TargetSchedModel * SchedModel) const adjustSchedDependency() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1382 const MachineOperand &DefOp = MI->getOperand(DefOpIdx); in rewriteAssigned() local
|