Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandReductions.cpp174 class ExpandReductions : public FunctionPass { class
177 ExpandReductions() : FunctionPass(ID) { in ExpandReductions() function in __anon8b383c440111::ExpandReductions
193 char ExpandReductions::ID;
194 INITIALIZE_PASS_BEGIN(ExpandReductions, "expand-reductions",
197 INITIALIZE_PASS_END(ExpandReductions, "expand-reductions", in INITIALIZE_PASS_DEPENDENCY()
201 return new ExpandReductions(); in INITIALIZE_PASS_DEPENDENCY()
H A DCMakeLists.txt57 ExpandReductions.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dvecreduce-fmax-legalization-nan.ll47 ; TODO: This doesn't work, because ExpandReductions only supports power of two
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn51 "ExpandReductions.cpp",