Home
last modified time | relevance | path

Searched defs:writeType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantDialectBytecode.cpp60 LogicalResult writeType(Type type, in writeType() function
/llvm-project/mlir/lib/IR/
H A DBuiltinDialectBytecode.cpp109 LogicalResult writeType(Type type, writeType() function
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h465 virtual LogicalResult writeType(Type type, in writeType() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp51 LogicalResult writeType(Type type, in writeType() function
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.cpp35 void writeType(Type type) override { state.number(type); } writeType() function
H A DBytecodeWriter.cpp393 void writeType(Type type) override { writeType() function in __anon33b705f20111::DialectWriter
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1065 PutEntity(llvm::raw_ostream & os,const Symbol & symbol,std::function<void ()> writeType,Attrs attrs) PutEntity() argument
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp95 LogicalResult writeType(Type type, writeType() function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp2107 auto writeType = VectorType::get(dstType.getShape(), dstElementType); vectorizeCopy() local