Lines Matching refs:isLoad
894 return isLoad() || isStore() || isAtomic() || in hasPredCode()
901 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
909 if (!isLoad() && !isStore()) { in getPredCode()
921 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
925 if (isLoad()) { in getPredCode()
1001 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
1067 if (isLoad() || isStore()) { in getPredCode()
1068 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1076 if (isLoad()) { in getPredCode()
1159 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
1289 if (isLoad()) in getCodeToRunOnSDNode()