Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp471 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
472 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
476 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()
506 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
507 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
511 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()
512 DestLOI.Known.Zero &= SrcLOI->Known.Zero; in ComputePHILiveOutRegInfo()
513 DestLOI.Known.One &= SrcLOI->Known.One; in ComputePHILiveOutRegInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp460 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
461 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
465 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()
495 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
496 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
500 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()
501 DestLOI.Known.Zero &= SrcLOI->Known.Zero; in ComputePHILiveOutRegInfo()
502 DestLOI.Known.One &= SrcLOI->Known.One; 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()