Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp851 class ExpandVectorPredication : public FunctionPass { class
854 ExpandVectorPredication() : FunctionPass(ID) { in ExpandVectorPredication() function in __anon78411b8f0111::ExpandVectorPredication
871 char ExpandVectorPredication::ID;
872 INITIALIZE_PASS_BEGIN(ExpandVectorPredication, "expandvp",
876 INITIALIZE_PASS_END(ExpandVectorPredication, "expandvp", in INITIALIZE_PASS_DEPENDENCY()
880 return new ExpandVectorPredication(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile253 SRCS_MIN+= CodeGen/ExpandVectorPredication.cpp