Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp86 return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(SelIdx).valueOut()); in isDefBetween()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h123 VNInfo *valueOut() const { in valueOut() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1811 if (Q.valueOut() == nullptr) in addUndefFlag()
3273 return Q.valueIn() && Q.valueIn()->isPHIDef() && Q.valueIn() == Q.valueOut(); in isLiveThrough()
3371 if ((Q.valueIn() != nullptr && Q.valueOut() == nullptr) || in pruneSubRegValues()
H A DLiveInterval.cpp1360 VNI = LI.Query(Idx).valueOut(); in Distribute()
H A DMachineVerifier.cpp2433 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse()
2574 if (LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut())) in checkLiveness()