Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 238 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument 239 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 249 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc.getNumOperands() && in addPhysRegDataDeps() 280 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps() 285 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOpIdx, Dep, &SchedModel); in addPhysRegDataDeps() 294 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument 296 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 324 SchedModel.computeOutputLatency(MI, OperIdx, DefInstr)); in addPhysRegDeps() 326 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep, in addPhysRegDeps() 339 Uses.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 372 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx); 373 void addPhysRegDeps(SUnit *SU, unsigned OperIdx); 374 void addVRegDefDeps(SUnit *SU, unsigned OperIdx); 375 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 1536 unsigned OperIdx = RWSequences.size() - 1; in pushVariant() local 1540 RWSequences[OperIdx]); in pushVariant() 1546 ++RWI, ++OperIdx) { in pushVariant() 1552 llvm::append_range(RWSequences[OperIdx], ExpandedRWs); in pushVariant() 1554 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 136 const unsigned OperIdx = 0; in foldIVUser() local 146 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser() 189 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
|