Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 236 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps() 245 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps() 279 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps() 290 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps() 319 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps() 330 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 334 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps() 361 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps() 394 MachineOperand &MO = MI->getOperand(OperIdx); in addVRegDefDeps() 412 llvm::drop_begin(MI->operands(), OperIdx + 1)) in addVRegDefDeps() [all …]
|
/openbsd/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/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/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()
|