Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp53 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
54 ResourceFactors.resize(NumRes); in init()
56 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
62 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp423 unsigned NumRes; in getPhysicalRegisterVT() local
426 NumRes = 1; in getPhysicalRegisterVT()
431 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
435 ++NumRes; in getPhysicalRegisterVT()
438 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1281 unsigned NumRes; in getPhysicalRegisterVT() local
1284 NumRes = 1; in getPhysicalRegisterVT()
1289 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1293 ++NumRes; in getPhysicalRegisterVT()
1296 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2847 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2848 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2850 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3087 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3088 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]