Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp61 unsigned NumRes = SchedModel.getNumProcResourceKinds(); in init() local
62 ResourceFactors.resize(NumRes); in init()
64 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
70 for (unsigned Idx = 0; Idx < NumRes; ++Idx) { in init()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp436 unsigned NumRes; in getPhysicalRegisterVT() local
439 NumRes = 1; in getPhysicalRegisterVT()
443 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
447 ++NumRes; in getPhysicalRegisterVT()
450 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
H A DScheduleDAGRRList.cpp1193 unsigned NumRes; in getPhysicalRegisterVT() local
1196 NumRes = 1; in getPhysicalRegisterVT()
1200 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1204 ++NumRes; in getPhysicalRegisterVT()
1207 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2693 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2694 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2696 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
2920 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
2921 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
[all …]