Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1495 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
1521 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
1595 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
1651 if (Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
1665 if (Offset == 0 && Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
3685 Value &AssociatedValue, const Use *U, in getKnownAlignForUse() argument
3732 if (Base == &AssociatedValue) { in getKnownAlignForUse()
3781 Value &AssociatedValue = getAssociatedValue(); in manifest() local
3782 for (const Use &U : AssociatedValue.uses()) { in manifest()
3784 if (SI->getPointerOperand() == &AssociatedValue) in manifest()
[all …]
DAttributor.cpp453 Value &AssociatedValue = getAssociatedValue(); in getAttrsFromAssumes() local
456 A.getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK}); in getAttrsFromAssumes()
463 LLVMContext &Ctx = AssociatedValue.getContext(); in getAttrsFromAssumes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1636 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
1660 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
1731 Attributor &A, AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
1778 if (Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
1791 if (Offset == 0 && Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
3392 Value &AssociatedValue, const Use *U, in getKnownAlignForUse() argument
3435 if (Base == &AssociatedValue) { in getKnownAlignForUse()