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.cpp86 return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(SelIdx).valueOut()); in isDefBetween()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h123 VNInfo *valueOut() const { in valueOut() function
/freebsd/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.cpp2719 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse()
2860 if (LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut())) in checkLiveness()
H A DTwoAddressInstructionPass.cpp1997 .valueOut(); in eliminateRegSequence()