Lines Matching refs:isLoad
855 return isLoad() || isStore() || isAtomic() || in hasPredCode()
862 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
870 if (!isLoad() && !isStore()) { in getPredCode()
882 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
886 if (isLoad()) { in getPredCode()
959 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
961 isLoad() ? "LoadSDNode" : isStore() ? "StoreSDNode" : "AtomicSDNode"; in getPredCode()
1001 if (isLoad() || isStore()) { in getPredCode()
1002 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1010 if (isLoad()) { in getPredCode()
1091 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
1205 if (isLoad()) in getCodeToRunOnSDNode()