Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2940 class HexagonVectorCombineLegacy : public FunctionPass { class
2944 HexagonVectorCombineLegacy() : FunctionPass(ID) {} in HexagonVectorCombineLegacy() function in __anon829e97612711::HexagonVectorCombineLegacy
2976 char HexagonVectorCombineLegacy::ID = 0;
2978 INITIALIZE_PASS_BEGIN(HexagonVectorCombineLegacy, DEBUG_TYPE,
2986 INITIALIZE_PASS_END(HexagonVectorCombineLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
2990 return new HexagonVectorCombineLegacy(); in INITIALIZE_PASS_DEPENDENCY()