Searched refs:AssociatedValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 1495 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 …]
|
D | Attributor.cpp | 453 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/ |
D | Attributor.cpp | 1636 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()
|