/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 47 if (CV->getElementType()->isFloatingPointTy() && CV->isSplat()) in isNegativeZeroValue() 73 if (CV->getElementType()->isFloatingPointTy() && CV->isSplat()) in isZeroValue() 117 if (CV->isSplat()) { in isAllOnesValue() 143 if (CV->isSplat()) { in isOneValue() 193 if (CV->isSplat()) { in isMinSignedValue() 2866 bool ConstantDataVector::isSplat() const { in isSplat() function in ConstantDataVector 2880 return isSplat() ? getElementAsConstant(0) : nullptr; in getSplatValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 2161 bool isSplat = true; in visitShuffleVectorInst() local 2217 isSplat = false; in visitShuffleVectorInst() 2226 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) { in visitShuffleVectorInst()
|
D | InstCombineCompares.cpp | 2802 if (C->isSplat(EltTy->getBitWidth())) { in foldICmpBitCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 419 bool isSplat(unsigned SplatSizeInBits) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1528 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); } 1531 assert(isSplat() && "Cannot get splat index for non-splat!");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 797 bool isSplat() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 495 bool isSplat(unsigned SplatSizeInBits) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 229 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function 2301 if (isSplat(Entry->Scalars)) { in getNodeLabel() 2450 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec() 3242 if (isSplat(VL)) { in getEntryCost() 3603 isSplat(VectorizableTree[1]->Scalars))) in isFullyVectorizableTinyTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 625 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2396 if (!Value.isSplat(8)) in isRepeatedByteSequence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 556 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4924 if (VSN->isSplat()) { in lowerVECTOR_SHUFFLE() 5070 if (VSN->isSplat()) { in lowerShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3400 if (!CI->getValue().isSplat(8)) in isBytewiseValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18995 if (!Splat || !Splat->isSplat()) in combineShuffleOfSplatVal() 19201 if (SVN->isSplat() && SVN->getSplatIndex() < (int)NumElts) { in visitVECTOR_SHUFFLE() 19423 if (OtherSV->isSplat()) in visitVECTOR_SHUFFLE()
|
D | SelectionDAG.cpp | 2402 if (!SVN->isSplat()) in getSplatSourceVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2231 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8)) in get_VSPLTI_elt() 9352 } else if (SVOp->isSplat()) { in LowerVECTOR_SHUFFLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7225 if (SVN->isSplat()) { in LowerVECTOR_SHUFFLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7959 if (SVN->isSplat()) { in LowerVECTOR_SHUFFLE()
|