Searched refs:RegFixups (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h157 /// RegFixups - Registers which need to be replaced after isel is done.
158 DenseMap<unsigned, unsigned> RegFixups; member in class:llvm::FunctionLoweringInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h91 /// RegFixups - Registers which need to be replaced after isel is done.
92 DenseMap<unsigned, unsigned> RegFixups; member in class:llvm::FunctionLoweringInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp357 RegFixups.clear();
H A DSelectionDAGISel.cpp621 I = FuncInfo->RegFixups.begin(), E = FuncInfo->RegFixups.end();
628 DenseMap<unsigned, unsigned>::iterator J = FuncInfo->RegFixups.find(To);
H A DFastISel.cpp311 FuncInfo.RegFixups[AssignedReg + i] = Reg + i;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp204 RegFixups.clear();
H A DSelectionDAGISel.cpp383 I = FuncInfo->RegFixups.begin(), E = FuncInfo->RegFixups.end();
391 FuncInfo->RegFixups.find(To);
H A DFastISel.cpp256 FuncInfo.RegFixups[AssignedReg+i] = Reg+i;

Completed in 392 milliseconds