Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 235 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument 236 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 245 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 274 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps() 279 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 288 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument 290 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 318 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps() 319 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps() 330 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 366 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx); 367 void addPhysRegDeps(SUnit *SU, unsigned OperIdx); 368 void addVRegDefDeps(SUnit *SU, unsigned OperIdx); 369 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1540 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local 1544 RWSequences[OperIdx]); in pushVariant() 1550 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant() 1556 llvm::append_range(RWSequences[OperIdx], ExpandedRWs); in pushVariant() 1558 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 125 const unsigned OperIdx = 0; in foldIVUser() local 135 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser() 178 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
|