Searched refs:LowerMatrixIntrinsicsLegacyPass (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 862 class LowerMatrixIntrinsicsLegacyPass : public FunctionPass { class 866 LowerMatrixIntrinsicsLegacyPass() : FunctionPass(ID) { in LowerMatrixIntrinsicsLegacyPass() function in __anon3a55b4310411::LowerMatrixIntrinsicsLegacyPass 886 char LowerMatrixIntrinsicsLegacyPass::ID = 0; 887 INITIALIZE_PASS_BEGIN(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN() argument 889 INITIALIZE_PASS_END(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN() 893 return new LowerMatrixIntrinsicsLegacyPass(); in INITIALIZE_PASS_BEGIN()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 2408 class LowerMatrixIntrinsicsLegacyPass : public FunctionPass { class 2412 LowerMatrixIntrinsicsLegacyPass() : FunctionPass(ID) { in LowerMatrixIntrinsicsLegacyPass() function in __anon71f215770b11::LowerMatrixIntrinsicsLegacyPass 2441 char LowerMatrixIntrinsicsLegacyPass::ID = 0; 2442 INITIALIZE_PASS_BEGIN(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN() argument 2448 INITIALIZE_PASS_END(LowerMatrixIntrinsicsLegacyPass, DEBUG_TYPE, pass_name, in INITIALIZE_PASS_BEGIN() 2452 return new LowerMatrixIntrinsicsLegacyPass(); in INITIALIZE_PASS_BEGIN()
|