Lines Matching refs:isLoad
916 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
923 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
931 if (!isLoad() && !isStore()) { in getPredCode()
943 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
947 if (isLoad()) { in getPredCode()
1027 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
1097 if (isLoad() || isStore()) { in getPredCode()
1098 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1106 if (isLoad()) { in getPredCode()
1195 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
1325 if (isLoad()) in getCodeToRunOnSDNode()