Lines Matching refs:isLoad
935 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
942 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
950 if (!isLoad() && !isStore()) { in getPredCode()
962 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
966 if (isLoad()) { in getPredCode()
1046 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
1116 if (isLoad() || isStore()) { in getPredCode()
1117 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1125 if (isLoad()) { in getPredCode()
1214 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
1344 if (isLoad()) in getCodeToRunOnSDNode()