Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp70 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
71 ResourceFactors.resize(NumRes); in init()
73 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
79 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp428 unsigned NumRes; in getPhysicalRegisterVT() local
431 NumRes = 1; in getPhysicalRegisterVT()
435 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
439 ++NumRes; in getPhysicalRegisterVT()
442 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1267 unsigned NumRes; in getPhysicalRegisterVT() local
1270 NumRes = 1; in getPhysicalRegisterVT()
1274 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1278 ++NumRes; in getPhysicalRegisterVT()
1281 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2803 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2804 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2806 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3025 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3026 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]