Home
last modified time | relevance | path

Searched refs:roundTripModule (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp62 OwningOpRef<Operation *> roundTripModule = in TEST()
64 ASSERT_TRUE(roundTripModule); in TEST()
88 checkResourceAttribute(*roundTripModule); in TEST()
63 OwningOpRef<Operation *> roundTripModule = TEST() local
/llvm-project/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp102 static LogicalResult roundTripModule(spirv::ModuleOp module, bool emitDebugInfo, in roundTripModule() function
130 return roundTripModule(module, /*emitDebugInfo=*/false, output); in registerTestRoundtripSPIRV()
141 return roundTripModule(module, /*emitDebugInfo=*/true, output); in registerTestRoundtripDebugSPIRV()