Home
last modified time | relevance | path

Searched refs:NumRes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp69 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
70 ResourceFactors.resize(NumRes); in init()
72 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
78 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp427 unsigned NumRes; in getPhysicalRegisterVT() local
430 NumRes = 1; in getPhysicalRegisterVT()
434 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
438 ++NumRes; in getPhysicalRegisterVT()
441 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
DScheduleDAGRRList.cpp1278 unsigned NumRes; in getPhysicalRegisterVT() local
1281 NumRes = 1; in getPhysicalRegisterVT()
1285 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1289 ++NumRes; in getPhysicalRegisterVT()
1292 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2820 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2821 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2823 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3065 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3066 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]