Searched refs:MayFoldIntoStore (Results 1 – 1 of 1) sorted by relevance
3258 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function7079 else if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()19273 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()19291 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()19293 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()