Searched defs:scalable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestReifyValueBounds.cpp | 86 bool scalable = op.getScalable(); testReifyValueBounds() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | TypeParser.cpp | 495 bool scalable = consumeIf(Token::l_square); parseVectorDimensionList() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | BuiltinTypes.cpp | 296 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 D | IRTypes.cpp | 504 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 D | ir.c | 762 bool scalable[] = {false, true}; in printBuiltinTypes() local
|