Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSchedule.cpp68 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
69 ResourceFactors.resize(NumRes); in init()
71 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
77 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp423 unsigned NumRes; in getPhysicalRegisterVT() local
426 NumRes = 1; in getPhysicalRegisterVT()
430 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
434 ++NumRes; in getPhysicalRegisterVT()
437 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
H A 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()
2836 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2837 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2839 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3081 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3082 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]