Home
last modified time | relevance | path

Searched refs:PSetLimits (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h68 std::unique_ptr<unsigned[]> PSetLimits; variable
139 if (!PSetLimits[Idx]) in getRegPressureSetLimit()
140 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
141 return PSetLimits[Idx]; in getRegPressureSetLimit()
/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h64 std::unique_ptr<unsigned[]> PSetLimits; variable
135 if (!PSetLimits[Idx]) in getRegPressureSetLimit()
136 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
137 return PSetLimits[Idx]; in getRegPressureSetLimit()
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp44 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
45 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp82 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
83 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()