Lines Matching refs:isLoad
906 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode()
913 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
921 if (!isLoad() && !isStore()) { in getPredCode()
933 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
937 if (isLoad()) { in getPredCode()
1018 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
1092 if (isLoad() || isStore()) { in getPredCode()
1093 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1101 if (isLoad()) { in getPredCode()
1195 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
1329 if (isLoad()) in getCodeToRunOnSDNode()