Home
last modified time | relevance | path

Searched refs:OperIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp239 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps()
249 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc.getNumOperands() && in addPhysRegDataDeps()
285 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOpIdx, Dep); in addPhysRegDataDeps()
296 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps()
326 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()
338 Uses.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps()
342 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps()
372 Defs.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps()
405 MachineOperand &MO = MI->getOperand(OperIdx); in addVRegDefDeps()
423 llvm::drop_begin(MI->operands(), OperIdx + 1)) in addVRegDefDeps()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h367 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx);
368 void addPhysRegDeps(SUnit *SU, unsigned OperIdx);
369 void addVRegDefDeps(SUnit *SU, unsigned OperIdx);
370 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1559 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local
1563 RWSequences[OperIdx]); in pushVariant()
1569 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant()
1575 llvm::append_range(RWSequences[OperIdx], ExpandedRWs); in pushVariant()
1577 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp128 const unsigned OperIdx = 0; in foldIVUser() local
138 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
181 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()