Searched refs:isShuffleFoldableLoad (Results 1 – 1 of 1) sorted by relevance
8784 static bool isShuffleFoldableLoad(SDValue);8812 if (Subtarget.hasAVX2() || isShuffleFoldableLoad(Op0) || in lowerBuildVectorAsBlend()8813 isShuffleFoldableLoad(Op1)) { in lowerBuildVectorAsBlend()12700 static bool isShuffleFoldableLoad(SDValue V) { in isShuffleFoldableLoad() function13100 if (!BroadcastFromReg && !isShuffleFoldableLoad(V)) in lowerShuffleAsBroadcast()14648 if (!V2.isUndef() && isShuffleFoldableLoad(V1) && in lowerShuffleWithPERMV()14649 !isShuffleFoldableLoad(V2)) { in lowerShuffleWithPERMV()42965 if (any_of(SubOps, isShuffleFoldableLoad)) in combineTargetShuffle()43020 if (isShuffleFoldableLoad(N.getOperand(0)) && in combineTargetShuffle()43021 !isShuffleFoldableLoad(N.getOperand(2))) { in combineTargetShuffle()