Home
last modified time | relevance | path

Searched refs:isShuffleFoldableLoad (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8784 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() function
13100 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()