Home
last modified time | relevance | path

Searched refs:SingleQueryType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp67 struct SingleQueryType struct
68 : public Type::TypeBase<SingleQueryType, Type, TypeStorage,
72 static SingleQueryType get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument
182 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()
214 if (type.isa<SingleQueryType>()) in printType()
224 return SingleQueryType::get(parser.getContext()); in parseType()
347 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
350 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
357 ASSERT_DEATH(second.getTypeSize(SingleQueryType::get(&ctx)), "repeated call"); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp67 struct SingleQueryType struct
68 : public Type::TypeBase<SingleQueryType, Type, TypeStorage,
72 static SingleQueryType get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument
182 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()
214 if (type.isa<SingleQueryType>()) in printType()
224 return SingleQueryType::get(parser.getBuilder().getContext()); in parseType()
347 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
350 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
357 ASSERT_DEATH(second.getTypeSize(SingleQueryType::get(&ctx)), "repeated call"); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp67 struct SingleQueryType struct
68 : public Type::TypeBase<SingleQueryType, Type, TypeStorage,
72 static SingleQueryType get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument
182 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()
214 if (type.isa<SingleQueryType>()) in printType()
224 return SingleQueryType::get(parser.getBuilder().getContext()); in parseType()
347 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
350 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
357 ASSERT_DEATH(second.getTypeSize(SingleQueryType::get(&ctx)), "repeated call"); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp67 struct SingleQueryType struct
68 : public Type::TypeBase<SingleQueryType, Type, TypeStorage,
72 static SingleQueryType get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument
182 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()
214 if (type.isa<SingleQueryType>()) in printType()
224 return SingleQueryType::get(parser.getBuilder().getContext()); in parseType()
347 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
350 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()
357 ASSERT_DEATH(second.getTypeSize(SingleQueryType::get(&ctx)), "repeated call"); in TEST()