Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 234 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 243 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 274 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 280 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 293 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 322 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps() 333 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 337 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps() 364 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 397 MachineOperand &MO = MI->getOperand(OperIdx); in addVRegDefDeps() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1534 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local 1538 RWSequences[OperIdx]); in pushVariant() 1544 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant() 1550 llvm::append_range(RWSequences[OperIdx], ExpandedRWs); in pushVariant() 1552 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
|
| /freebsd-13.1/contrib/llvm-project/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() 182 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
|