Home
last modified time | relevance | path

Searched refs:isBuildableWith (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Complex/IR/
H A DComplexDialect.cpp27 if (complex::ConstantOp::isBuildableWith(value, type)) { in materializeConstant()
31 if (arith::ConstantOp::isBuildableWith(value, type)) in materializeConstant()
H A DComplexOps.cpp30 bool ConstantOp::isBuildableWith(Attribute value, Type type) { in isBuildableWith() function in ConstantOp
/llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp116 if (ConstantOp::isBuildableWith(value, type)) in materializeConstant()
215 bool ConstantOp::isBuildableWith(Attribute value, Type type) { in isBuildableWith() function in ConstantOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/
H A DFuncOps.td199 static bool isBuildableWith(Attribute value, Type type);
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp882 if (!spirv::ConstantOp::isBuildableWith(type)) in materializeConstant()
H A DSPIRVOps.cpp1887 bool spirv::ConstantOp::isBuildableWith(Type type) { in isBuildableWith() function in spirv::ConstantOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/
H A DComplexOps.td128 static bool isBuildableWith(Attribute value, Type type);
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp31 if (arith::ConstantOp::isBuildableWith(value, type)) in materializeConstant()
33 if (complex::ConstantOp::isBuildableWith(value, type)) in materializeConstant()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td126 static bool isBuildableWith(Type type);
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp157 if (arith::ConstantOp::isBuildableWith(value, type)) in materializeConstant()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp129 bool arith::ConstantOp::isBuildableWith(Attribute value, Type type) { in isBuildableWith() function in arith::ConstantOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmeticOps.td167 static bool isBuildableWith(Attribute value, Type type);
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp77 if (arith::ConstantOp::isBuildableWith(value, type)) in materializeConstant()