Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp57 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init()
58 ResourceFactors.resize(NumRes); in init()
60 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
66 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
53 unsigned NumRes = SchedModel.getNumProcResourceKinds(); init() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp419 unsigned NumRes; in getPhysicalRegisterVT() local
422 NumRes = 1; in getPhysicalRegisterVT()
427 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
431 ++NumRes; in getPhysicalRegisterVT()
434 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1275 unsigned NumRes; in getPhysicalRegisterVT() local
1278 NumRes = 1; in getPhysicalRegisterVT()
1283 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1287 ++NumRes; in getPhysicalRegisterVT()
1290 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2839 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2840 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2842 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3079 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3080 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]