Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 230 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 239 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 273 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 284 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 313 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps() 324 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 328 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps() 355 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 388 MachineOperand &MO = MI->getOperand(OperIdx); in addVRegDefDeps() 406 llvm::drop_begin(MI->operands(), OperIdx + 1)) in addVRegDefDeps() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 365 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx); 366 void addPhysRegDeps(SUnit *SU, unsigned OperIdx); 367 void addVRegDefDeps(SUnit *SU, unsigned OperIdx); 368 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1542 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local 1546 RWSequences[OperIdx]); in pushVariant() 1552 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant() 1558 llvm::append_range(RWSequences[OperIdx], ExpandedRWs); in pushVariant() 1560 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 130 const unsigned OperIdx = 0; in foldIVUser() local 140 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser() 183 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
|