Home
last modified time | relevance | path

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

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