Lines Matching refs:mayFoldLoad
2640 bool X86::mayFoldLoad(SDValue Op, const X86Subtarget &Subtarget, in mayFoldLoad() function in X86
2663 if (!X86::mayFoldLoad(Op, Subtarget, AssumeSingleUse)) in mayFoldLoadIntoBroadcastFromMem()
11190 !X86::mayFoldLoad(Input, Subtarget))) in lowerShuffleAsDecomposedShuffleMerge()
14950 X86::mayFoldLoad(peekThroughOneUseBitcasts(V1), Subtarget)) { in lowerV2X128Shuffle()
18314 X86::mayFoldLoad(N1, Subtarget)))) { in LowerINSERT_VECTOR_ELT()
18387 if (IdxVal == 0 && (!MinSize || !X86::mayFoldLoad(N1, Subtarget))) { in LowerINSERT_VECTOR_ELT()
22722 !X86::mayFoldLoad(Op0, Subtarget) && !X86::mayFoldLoad(Op1, Subtarget) && in EmitCmp()
24337 (Op.getValueType() == MVT::i16 && !X86::mayFoldLoad(Op1, Subtarget) && in LowerSELECT()
24338 !X86::mayFoldLoad(Op2, Subtarget))) { in LowerSELECT()
38787 X86::mayFoldLoad(V1.getOperand(0), Subtarget)) { in combineX86ShuffleChain()
40336 if (!X86::mayFoldLoad(peekThroughOneUseBitcasts(N0), Subtarget) || in combineCommutableSHUFP()
40337 X86::mayFoldLoad(peekThroughOneUseBitcasts(N1), Subtarget)) in combineCommutableSHUFP()
55739 if (X86::mayFoldLoad(OtherOp, Subtarget)) in pushAddIntoCmovOfConsts()
56117 X86::mayFoldLoad(Op0.getOperand(0), Subtarget))) && in combineConcatVectorOps()
56138 !X86::mayFoldLoad(Op0.getOperand(0), Subtarget)) in combineConcatVectorOps()
58090 if (X86::mayFoldLoad(N0, Subtarget) && IsFoldableRMW(N0, Op)) in IsDesirableToPromoteOp()
58105 if (X86::mayFoldLoad(N1, Subtarget) && in IsDesirableToPromoteOp()
58109 if (X86::mayFoldLoad(N0, Subtarget) && in IsDesirableToPromoteOp()