Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h148 DenseSet<Register> RegsWithFixups; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp368 RegsWithFixups.clear(); in clear()
H A DFastISel.cpp203 if (FuncInfo.RegsWithFixups.count(DefReg)) in flushLocalValueMap()
377 FuncInfo.RegsWithFixups.insert(Reg + i); in updateValueMap()
2308 if (FuncInfo.RegsWithFixups.contains(LoadReg)) in tryToFoldLoad()