Home
last modified time | relevance | path

Searched refs:SrcLOI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp306 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
307 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
311 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()
343 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
344 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
348 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()
349 DestLOI.KnownZero &= SrcLOI->KnownZero; in ComputePHILiveOutRegInfo()
350 DestLOI.KnownOne &= SrcLOI->KnownOne; in ComputePHILiveOutRegInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp465 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
466 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
470 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()
502 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
503 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
507 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()
508 DestLOI.KnownZero &= SrcLOI->KnownZero; in ComputePHILiveOutRegInfo()
509 DestLOI.KnownOne &= SrcLOI->KnownOne; in ComputePHILiveOutRegInfo()