Home
last modified time | relevance | path

Searched defs:scalable (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestReifyValueBounds.cpp86 bool scalable = op.getScalable(); testReifyValueBounds() local
/llvm-project/mlir/lib/AsmParser/
H A DTypeParser.cpp495 bool scalable = consumeIf(Token::l_square); parseVectorDimensionList() local
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp296 mlirVectorTypeGetScalable(intptr_t rank,const int64_t * shape,const bool * scalable,MlirType elementType) mlirVectorTypeGetScalable() argument
304 mlirVectorTypeGetScalableChecked(MlirLocation loc,intptr_t rank,const int64_t * shape,const bool * scalable,MlirType elementType) mlirVectorTypeGetScalableChecked() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DIRTypes.cpp504 get(std::vector<int64_t> shape,PyType & elementType,std::optional<py::list> scalable,std::optional<std::vector<int64_t>> scalableDims,DefaultingPyLocation loc) get() argument
/llvm-project/mlir/test/CAPI/
H A Dir.c762 bool scalable[] = {false, true}; in printBuiltinTypes() local