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()
4345 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function15403 !(Subtarget.hasSSE41() && MayFoldIntoStore(Op))) in LowerEXTRACT_VECTOR_ELT()