Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9666 bool BVNIsConstantSplat = in LowerBUILD_VECTOR() local
9674 if (BVNIsConstantSplat && (SplatBitSize == 64) && in LowerBUILD_VECTOR()
9714 if (BVNIsConstantSplat && SplatBitSize <= 64) { in LowerBUILD_VECTOR()
9728 if (!BVNIsConstantSplat || (SplatBitSize > 32 && !IsSplat64)) { in LowerBUILD_VECTOR()
17183 bool BVNIsConstantSplat = BVN->isConstantSplat( in PerformDAGCombine() local
17187 if (BVNIsConstantSplat && APSplatBits == 0) in PerformDAGCombine()
18738 bool BVNIsConstantSplat = in combineVectorShift() local
18741 if (!BVNIsConstantSplat || SplatBitSize != EltBits) in combineVectorShift()