Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DCalcSpillWeights.cpp266 std::set<Register> HintedRegs; in weightCalcHelper() local
268 if (!HintedRegs.insert(Hint.Reg).second || in weightCalcHelper()
DTargetRegisterInfo.cpp410 SmallSet<Register, 32> HintedRegs; in getRegAllocationHints() local
426 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints()
/external/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()