Searched refs:MayFoldIntoStore (Results 1 – 2 of 2) sorted by relevance
2779 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function6350 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()14328 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()14346 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()14348 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()
3786 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function31095 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()31113 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()31115 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()