reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3505 if (Predicate.isAlwaysTrue()) 3508 if (Predicate.isImmediatePattern()) { 3509 InsnMatcher.addPredicate<InstructionImmPredicateMatcher>(Predicate); 3514 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3514 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3514 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3515 if (const ListInit *AddrSpaces = Predicate.getAddressSpaces()) { 3531 int64_t MinAlign = Predicate.getMinAlignment(); 3537 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { 3537 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { 3542 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { 3542 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { 3548 if (Predicate.isStore()) { 3549 if (Predicate.isTruncStore()) { 3555 if (Predicate.isNonTruncStore()) { 3565 Predicate.isSignExtLoad()) 3570 Predicate.isZeroExtLoad()) 3574 if (Predicate.isNonTruncStore()) 3577 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3577 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3577 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3578 if (Predicate.getMemoryVT() != nullptr) { 3580 MVTToLLT(getValueType(Predicate.getMemoryVT())); 3596 if (Predicate.isLoad() || Predicate.isStore()) { 3596 if (Predicate.isLoad() || Predicate.isStore()) { 3598 if (Predicate.isUnindexed()) 3602 if (Predicate.isAtomic()) { 3603 if (Predicate.isAtomicOrderingMonotonic()) { 3608 if (Predicate.isAtomicOrderingAcquire()) { 3612 if (Predicate.isAtomicOrderingRelease()) { 3616 if (Predicate.isAtomicOrderingAcquireRelease()) { 3621 if (Predicate.isAtomicOrderingSequentiallyConsistent()) { 3627 if (Predicate.isAtomicOrderingAcquireOrStronger()) { 3632 if (Predicate.isAtomicOrderingWeakerThanAcquire()) { 3638 if (Predicate.isAtomicOrderingReleaseOrStronger()) { 3643 if (Predicate.isAtomicOrderingWeakerThanRelease()) { 3650 if (Predicate.hasGISelPredicateCode()) { 3651 InsnMatcher.addPredicate<GenericInstructionPredicateMatcher>(Predicate);