Home
last modified time | relevance | path

Searched refs:AddLiveOutRegInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h172 void AddLiveOutRegInfo(unsigned Reg, unsigned NumSignBits, in AddLiveOutRegInfo() function
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h250 void AddLiveOutRegInfo(unsigned Reg, unsigned NumSignBits, in AddLiveOutRegInfo() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h273 void AddLiveOutRegInfo(unsigned Reg, unsigned NumSignBits, in AddLiveOutRegInfo() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp463 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne); in ComputeLiveOutVRegInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp719 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne); in ComputeLiveOutVRegInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp706 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, Known); in ComputeLiveOutVRegInfo()