Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp94 return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(SelIdx).valueOut()); in isDefBetween()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h124 VNInfo *valueOut() const { in valueOut() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1868 if (Q.valueOut() == nullptr) in addUndefFlag()
3334 return Q.valueIn() && Q.valueIn()->isPHIDef() && Q.valueIn() == Q.valueOut(); in isLiveThrough()
3432 if ((Q.valueIn() != nullptr && Q.valueOut() == nullptr) || in pruneSubRegValues()
H A DLiveInterval.cpp1382 VNI = LI.Query(Idx).valueOut(); in Distribute()
H A DTwoAddressInstructionPass.cpp1998 .valueOut(); in eliminateRegSequence()
H A DMachineVerifier.cpp2857 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse()
3008 if (LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut())) in checkLiveness()