Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp61 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
62 ResourceFactors.resize(NumRes); in init()
64 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
70 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp435 unsigned NumRes; in getPhysicalRegisterVT() local
438 NumRes = 1; in getPhysicalRegisterVT()
442 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
446 ++NumRes; in getPhysicalRegisterVT()
449 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
DScheduleDAGRRList.cpp1201 unsigned NumRes; in getPhysicalRegisterVT() local
1204 NumRes = 1; in getPhysicalRegisterVT()
1208 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1212 ++NumRes; in getPhysicalRegisterVT()
1215 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2702 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2703 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2705 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
2929 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
2930 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]