Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h154 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
178 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
179 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
198 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
199 LiveOutRegInfo[Reg].IsValid = false; in InvalidatePHILiveOutRegInfo()
211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h232 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
235 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
256 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
257 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
279 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
280 LiveOutRegInfo[Reg].IsValid = false; in InvalidatePHILiveOutRegInfo()
297 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h255 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
258 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
279 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
280 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
302 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
303 LiveOutRegInfo[Reg].IsValid = false; in InvalidatePHILiveOutRegInfo()
320 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp200 LiveOutRegInfo.clear(); in clear()
244 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
247 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
281 LiveOutRegInfo.grow(DestReg); in ComputePHILiveOutRegInfo()
282 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp343 LiveOutRegInfo.clear(); in clear()
394 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
397 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
430 LiveOutRegInfo.grow(DestReg); in ComputePHILiveOutRegInfo()
431 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp353 LiveOutRegInfo.clear(); in clear()
403 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
406 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
440 LiveOutRegInfo.grow(DestReg); in ComputePHILiveOutRegInfo()
441 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()