/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinAttributes.h | 56 DenseElementIndexedIteratorImpl(const char *data, bool isSplat, in DenseElementIndexedIteratorImpl() 65 bool isSplat = this->base.second; in getDataIndex() local
|
H A D | BuiltinAttributeInterfaces.h | 188 bool isSplat; member
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinDialectBytecode.cpp | 64 readPotentiallySplatString(DialectBytecodeReader & reader,ShapedType type,bool isSplat,SmallVectorImpl<StringRef> & rawStringData) readPotentiallySplatString() argument 75 bool isSplat = attr.isSplat(); writePotentiallySplatString() local
|
H A D | AttributeDetail.h | 52 bool isSplat; member 76 bool isSplat; member 225 bool isSplat; member
|
H A D | BuiltinAttributes.cpp | 986 bool isSplat = true; get() local 1174 bool DenseElementsAttr::isSplat() const { isSplat() function in DenseElementsAttr 1343 bool isSplat = false; getRaw() local [all...] |
H A D | AsmPrinter.cpp | 2406 printDenseElementsAttrImpl(bool isSplat,ShapedType type,raw_ostream & os,function_ref<void (unsigned)> printEltFn) printDenseElementsAttrImpl() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | VectorUtilsTest.cpp | 78 TEST_F(BasicTest, isSplat) { in TEST_F() argument
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | BuiltinAttributes.cpp | 519 bool isSplat = false; mlirDenseElementsAttrRawBufferGet() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 3100 bool isSplat = true; visitShuffleVectorInst() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 599 bool APInt::isSplat(unsigned SplatSizeInBits) const { isSplat() function in APInt
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 115 static bool isSplat(Value *V) { isSplat() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 3184 bool ConstantDataVector::isSplat() const { isSplat() function in ConstantDataVector
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 807 auto isSplat = [] (ArrayRef<SDValue> Values, SDValue &SplatV) { in buildHvxVectorReg() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 315 static bool isSplat(ArrayRef<Value *> VL) { isSplat() function [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 14265 bool isSplat() const { isSplat() function
|