Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h67 std::unique_ptr<unsigned[]> PSetLimits; variable
138 if (!PSetLimits[Idx]) in getRegPressureSetLimit()
139 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
140 return PSetLimits[Idx]; in getRegPressureSetLimit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp81 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
82 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()