Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Dialect/SPIRV/
DTestEntryPointAbi.cpp23 class TestSpirvEntryPointABIPass class
24 : public PassWrapper<TestSpirvEntryPointABIPass,
27 TestSpirvEntryPointABIPass() = default;
28 TestSpirvEntryPointABIPass(const TestSpirvEntryPointABIPass &) {} in TestSpirvEntryPointABIPass() function in __anonf49821df0111::TestSpirvEntryPointABIPass
42 void TestSpirvEntryPointABIPass::runOnOperation() { in runOnOperation()
59 PassRegistration<TestSpirvEntryPointABIPass> registration( in registerTestSpirvEntryPointABIPass()