Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DCMakeLists.txt27 HexagonConstExtenders.cpp
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",
2024 return new HexagonConstExtenders(); in createHexagonConstExtenders()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/
DBUILD.gn51 "HexagonConstExtenders.cpp",