Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h147 DenseMap<Register, Register> RegFixups; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp361 RegFixups.clear(); in clear()
H A DSelectionDAGISel.cpp644 for (DenseMap<Register, Register>::iterator I = FuncInfo->RegFixups.begin(), in runOnMachineFunction()
645 E = FuncInfo->RegFixups.end(); in runOnMachineFunction()
652 DenseMap<Register, Register>::iterator J = FuncInfo->RegFixups.find(To); in runOnMachineFunction()
H A DFastISel.cpp375 FuncInfo.RegFixups[AssignedReg + i] = Reg + i; in updateValueMap()