Home
last modified time | relevance | path

Searched refs:LiveOutInfo (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h105 struct LiveOutInfo { struct
109 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() argument
153 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()
157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
169 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
179 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h172 struct LiveOutInfo { struct
176 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() argument
231 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()
235 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
247 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
257 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
297 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h195 struct LiveOutInfo { struct
200 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() function
254 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()
258 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
270 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
280 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
320 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp242 const FunctionLoweringInfo::LiveOutInfo *
247 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
282 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
306 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
343 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp392 const FunctionLoweringInfo::LiveOutInfo *
397 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
431 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
453 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp816 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp401 const FunctionLoweringInfo::LiveOutInfo *
406 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
441 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
465 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
502 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp678 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()