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.cpp54 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
55 ResourceFactors.resize(NumRes); in init()
57 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
63 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp412 unsigned NumRes; in getPhysicalRegisterVT() local
415 NumRes = 1; in getPhysicalRegisterVT()
420 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
424 ++NumRes; in getPhysicalRegisterVT()
427 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 …]