Searched refs:LiveOutInfo (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 105 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/ |
D | FunctionLoweringInfo.h | 172 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/ |
D | FunctionLoweringInfo.h | 195 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/ |
D | FunctionLoweringInfo.cpp | 242 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()
|
D | SelectionDAGBuilder.cpp | 679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 392 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()
|
D | SelectionDAGBuilder.cpp | 816 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 401 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()
|
D | SelectionDAGBuilder.cpp | 678 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
|