Home
last modified time | relevance | path

Searched defs:IsUnary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1390 bool IsUnary = isa<UndefValue>(Operands[1]); in getInstructionCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp719 bool IsUnary = isa<UndefValue>(V1); in foldBitcastShuffle() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5228 SmallVectorImpl<int> &Mask, bool &IsUnary) { in getTargetShuffleMask()
5536 bool IsUnary; in getTargetShuffleMask() local
5634 bool IsUnary; in getTargetShuffleAndZeroables() local
6125 bool IsUnary = (N0 == N1); in getFauxShuffleMask() local
9918 unsigned &UnpackOpcode, bool IsUnary, in matchShuffleWithUNPCK()
38131 bool IsUnary) { in matchBinaryShuffle()