Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp268 std::set<unsigned> HintedRegs; in weightCalcHelper() local
270 if (!HintedRegs.insert(Hint.Reg).second || in weightCalcHelper()
DTargetRegisterInfo.cpp393 SmallSet<unsigned, 32> HintedRegs; in getRegAllocationHints() local
409 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints()