Home
last modified time | relevance | path

Searched defs:detectedSplat (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp33 auto detectedSplat = in testSplat() local
58 auto detectedSplat = DenseElementsAttr::get(shape, {true, true, true, true}); in TEST() local
110 auto detectedSplat = DenseElementsAttr::get(shape, trueValues); in TEST() local
[all...]
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp731 bool detectedSplat = false; getHexAttr() local
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp259 bool detectedSplat = false; in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1063 isValidRawBuffer(ShapedType type,ArrayRef<char> rawBuffer,bool & detectedSplat) isValidRawBuffer() argument