Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 233 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument 234 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 243 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 272 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps() 274 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 280 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 291 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument 293 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 321 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps() 322 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|