Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp216 struct HexagonConstExtenders : public MachineFunctionPass { struct
218 HexagonConstExtenders() : MachineFunctionPass(ID) {} in HexagonConstExtenders() argument
433 using HCE = HexagonConstExtenders;
570 INITIALIZE_PASS_BEGIN(HexagonConstExtenders, "hexagon-cext-opt",
573 INITIALIZE_PASS_END(HexagonConstExtenders, "hexagon-cext-opt",
2027 return new HexagonConstExtenders(); in createHexagonConstExtenders()