Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 229 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument 230 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 239 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 270 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps() 289 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument 291 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 319 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps() 331 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 335 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps() 362 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() [all …]
|
D | TargetLoweringBase.cpp | 1016 for(unsigned OperIdx = 0; OperIdx != MI->getNumOperands(); ++OperIdx) { in emitPatchPoint() local 1017 MachineOperand &MO = MI->getOperand(OperIdx); in emitPatchPoint() 1027 for (unsigned i = 0; i < OperIdx; ++i) in emitPatchPoint() 1038 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint() 1044 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint() 1048 for (unsigned i = OperIdx + 1; i != MI->getNumOperands(); ++i) in emitPatchPoint() 1070 OperIdx += (MIB->getNumOperands() - MI->getNumOperands()) - 1; in emitPatchPoint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAGInstrs.h | 360 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx); 361 void addPhysRegDeps(SUnit *SU, unsigned OperIdx); 362 void addVRegDefDeps(SUnit *SU, unsigned OperIdx); 363 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 110 const unsigned OperIdx = 0; in foldIVUser() local 120 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser() 162 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
|