Lines Matching refs:mayFoldLoad
5252 bool X86::mayFoldLoad(SDValue Op, const X86Subtarget &Subtarget, in mayFoldLoad() function in X86
5275 if (!X86::mayFoldLoad(Op, Subtarget, AssumeSingleUse)) in mayFoldLoadIntoBroadcastFromMem()
13202 !X86::mayFoldLoad(Input, Subtarget))) in lowerShuffleAsDecomposedShuffleMerge()
16944 X86::mayFoldLoad(peekThroughOneUseBitcasts(V1), Subtarget)) { in lowerV2X128Shuffle()
20001 X86::mayFoldLoad(N1, Subtarget)))) { in LowerINSERT_VECTOR_ELT()
20074 if (IdxVal == 0 && (!MinSize || !X86::mayFoldLoad(N1, Subtarget))) { in LowerINSERT_VECTOR_ELT()
25330 (Op.getValueType() == MVT::i16 && !X86::mayFoldLoad(Op1, Subtarget) && in LowerSELECT()
25331 !X86::mayFoldLoad(Op2, Subtarget))) { in LowerSELECT()
38166 X86::mayFoldLoad(V1.getOperand(0), Subtarget)) { in combineX86ShuffleChain()
39622 if (!X86::mayFoldLoad(peekThroughOneUseBitcasts(N0), Subtarget) || in combineCommutableSHUFP()
39623 X86::mayFoldLoad(peekThroughOneUseBitcasts(N1), Subtarget)) in combineCommutableSHUFP()
53600 if (X86::mayFoldLoad(OtherOp, Subtarget)) in pushAddIntoCmovOfConsts()
53869 X86::mayFoldLoad(Op0.getOperand(0), Subtarget))) && in combineConcatVectorOps()
55319 if (X86::mayFoldLoad(N0, Subtarget) && IsFoldableRMW(N0, Op)) in IsDesirableToPromoteOp()
55334 if (X86::mayFoldLoad(N1, Subtarget) && in IsDesirableToPromoteOp()
55338 if (X86::mayFoldLoad(N0, Subtarget) && in IsDesirableToPromoteOp()