Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp229 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument
230 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps()
239 bool ImplicitPseudoDef = (OperIdx >= DefMIDesc->getNumOperands() && in addPhysRegDataDeps()
270 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
289 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument
291 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps()
319 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
331 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps()
335 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps()
362 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps()
[all …]
HDTargetLoweringBase.cpp1016 for(unsigned OperIdx = 0; OperIdx != MI->getNumOperands(); ++OperIdx) { in emitPatchPoint() local
1017 MachineOperand &MO = MI->getOperand(OperIdx); in emitPatchPoint()
1027 for (unsigned i = 0; i < OperIdx; ++i) in emitPatchPoint()
1038 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint()
1044 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint()
1048 for (unsigned i = OperIdx + 1; i != MI->getNumOperands(); ++i) in emitPatchPoint()
1070 OperIdx += (MIB->getNumOperands() - MI->getNumOperands()) - 1; in emitPatchPoint()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleDAGInstrs.h360 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx);
361 void addPhysRegDeps(SUnit *SU, unsigned OperIdx);
362 void addVRegDefDeps(SUnit *SU, unsigned OperIdx);
363 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyIndVar.cpp110 const unsigned OperIdx = 0; in foldIVUser() local
120 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
162 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenSchedule.cpp1533 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local
1536 RWSequences[OperIdx]); in pushVariant()
1542 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant()
1548 RWSequences[OperIdx].insert(RWSequences[OperIdx].end(), in pushVariant()
1551 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()