Searched refs:HexagonConstExtenders (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1 //===- HexagonConstExtenders.cpp ------------------------------------------===//
214 struct HexagonConstExtenders : public MachineFunctionPass { struct in namespace:__anon4108
216 HexagonConstExtenders() : MachineFunctionPass(ID) {} function in struct:__anon4108::HexagonConstExtenders
433 using HCE = HexagonConstExtenders;
570 INITIALIZE_PASS_BEGIN(HexagonConstExtenders, "hexagon-cext-opt",
573 INITIALIZE_PASS_END(HexagonConstExtenders, "hexagon-cext-opt",
2024 return new HexagonConstExtenders();

Completed in 114 milliseconds