Searched refs:matchShuffleAsInsertPS (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 14976 static bool matchShuffleAsInsertPS(SDValue &V1, SDValue &V2, in matchShuffleAsInsertPS() function 15072 if (!matchShuffleAsInsertPS(V1, V2, InsertPSMask, Zeroable, Mask, DAG)) in lowerShuffleAsInsertPS() 38838 matchShuffleAsInsertPS(V1, V2, PermuteImm, Zeroable, Mask, DAG)) { in matchBinaryPermuteShuffle() 38910 matchShuffleAsInsertPS(V1, V2, PermuteImm, Zeroable, Mask, DAG)) { in matchBinaryPermuteShuffle() 39274 if (matchShuffleAsInsertPS(SrcV1, SrcV2, PermuteImm, Zeroable, Mask, in combineX86ShuffleChain()
|