Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h149 DenseSet<Register> RegsWithFixups; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp362 RegsWithFixups.clear(); in clear()
H A DFastISel.cpp202 if (FuncInfo.RegsWithFixups.count(DefReg)) in flushLocalValueMap()
376 FuncInfo.RegsWithFixups.insert(Reg + i); in updateValueMap()
2364 if (FuncInfo.RegsWithFixups.contains(LoadReg)) in tryToFoldLoad()