Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp230 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument
231 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps()
261 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps()
273 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument
275 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps()
303 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
315 Uses.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps()
319 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps()
346 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps()
370 void ScheduleDAGInstrs::addVRegDefDeps(SUnit *SU, unsigned OperIdx) { in addVRegDefDeps() argument
[all …]
DTargetLoweringBase.cpp935 for(unsigned OperIdx = 0; OperIdx != MI->getNumOperands(); ++OperIdx) { in emitPatchPoint() local
936 MachineOperand &MO = MI->getOperand(OperIdx); in emitPatchPoint()
946 for (unsigned i = 0; i < OperIdx; ++i) in emitPatchPoint()
957 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint()
963 MIB.add(MI->getOperand(OperIdx)); in emitPatchPoint()
967 for (unsigned i = OperIdx + 1; i != MI->getNumOperands(); ++i) in emitPatchPoint()
989 OperIdx += (MIB->getNumOperands() - MI->getNumOperands()) - 1; in emitPatchPoint()
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h319 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx);
320 void addPhysRegDeps(SUnit *SU, unsigned OperIdx);
321 void addVRegDefDeps(SUnit *SU, unsigned OperIdx);
322 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h343 void addPhysRegDataDeps(SUnit *SU, unsigned OperIdx);
344 void addPhysRegDeps(SUnit *SU, unsigned OperIdx);
345 void addVRegDefDeps(SUnit *SU, unsigned OperIdx);
346 void addVRegUseDeps(SUnit *SU, unsigned OperIdx);
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp283 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() argument
284 const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); in addPhysRegDataDeps()
314 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps()
326 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() argument
328 MachineOperand &MO = MI->getOperand(OperIdx); in addPhysRegDeps()
353 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
365 Uses.insert(PhysRegSUOper(SU, OperIdx, MO.getReg())); in addPhysRegDeps()
370 addPhysRegDataDeps(SU, OperIdx); in addPhysRegDeps()
397 Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); in addPhysRegDeps()
421 void ScheduleDAGInstrs::addVRegDefDeps(SUnit *SU, unsigned OperIdx) { in addVRegDefDeps() argument
[all …]
DTargetLoweringBase.cpp1195 for(unsigned OperIdx = 0; OperIdx != MI->getNumOperands(); ++OperIdx) { in emitPatchPoint() local
1196 MachineOperand &MO = MI->getOperand(OperIdx); in emitPatchPoint()
1206 for (unsigned i = 0; i < OperIdx; ++i) in emitPatchPoint()
1217 MIB.addOperand(MI->getOperand(OperIdx)); in emitPatchPoint()
1223 MIB.addOperand(MI->getOperand(OperIdx)); in emitPatchPoint()
1227 for (unsigned i = OperIdx + 1; i != MI->getNumOperands(); ++i) in emitPatchPoint()
1249 OperIdx += (MIB->getNumOperands() - MI->getNumOperands()) - 1; in emitPatchPoint()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp95 unsigned OperIdx = 0; in foldIVUser() local
104 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
141 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp92 unsigned OperIdx = 0; in foldIVUser() local
101 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
138 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp109 unsigned OperIdx = 0; in foldIVUser() local
118 if (IVOperand != UseInst->getOperand(OperIdx) || in foldIVUser()
155 UseInst->setOperand(OperIdx, IVSrc); in foldIVUser()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1260 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local
1263 RWSequences[OperIdx]); in pushVariant()
1269 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant()
1275 RWSequences[OperIdx].insert(RWSequences[OperIdx].end(), in pushVariant()
1278 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1174 unsigned OperIdx = RWSequences.size()-1; in pushVariant() local
1179 RWSequences.push_back(RWSequences[OperIdx]); in pushVariant()
1186 RWI != RWE; ++RWI, ++OperIdx) { in pushVariant()
1192 RWSequences[OperIdx].insert(RWSequences[OperIdx].end(), in pushVariant()
1195 assert(OperIdx == RWSequences.size() && "missed a sequence"); in pushVariant()