Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2066 class LowerMatrixIntrinsicsLegacyPass : public FunctionPass { class
2070 LowerMatrixIntrinsicsLegacyPass() : FunctionPass(ID) { in LowerMatrixIntrinsicsLegacyPass() function in __anon7e59d9a20611::LowerMatrixIntrinsicsLegacyPass
2099 char LowerMatrixIntrinsicsLegacyPass::ID = 0;
2100 INITIALIZE_PASS_BEGIN(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN() argument
2106 INITIALIZE_PASS_END(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN()
2110 return new LowerMatrixIntrinsicsLegacyPass(); in INITIALIZE_PASS_BEGIN()