reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
545 bool isLoad() const;
858 return isLoad() || isStore() || isAtomic() || 865 if (!isLoad() && !isStore() && !isAtomic()) { 873 if (!isLoad() && !isStore()) { 885 if (isLoad() + isStore() + isAtomic() > 1) 889 if (isLoad()) { 965 if (isLoad() || isStore() || isAtomic()) { 1034 if (isLoad() || isStore()) { 1035 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; 1043 if (isLoad()) { 1253 if (isLoad())utils/TableGen/GlobalISelEmitter.cpp
324 if (Predicate.isLoad() && Predicate.getMemoryVT()) 327 if (Predicate.isLoad() || Predicate.isStore()) { 332 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3434 if (!Equiv.isValueUnset("IfSignExtend") && Predicate.isLoad() && 3437 if (!Equiv.isValueUnset("IfZeroExtend") && Predicate.isLoad() && 3514 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3537 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { 3542 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { 3577 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { 3596 if (Predicate.isLoad() || Predicate.isStore()) {