Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp877 class ExpandVectorPredication : public FunctionPass { class
880 ExpandVectorPredication() : FunctionPass(ID) { in ExpandVectorPredication() function in __anon5c55e3990111::ExpandVectorPredication
897 char ExpandVectorPredication::ID;
898 INITIALIZE_PASS_BEGIN(ExpandVectorPredication, "expandvp",
902 INITIALIZE_PASS_END(ExpandVectorPredication, "expandvp", in INITIALIZE_PASS_DEPENDENCY()
906 return new ExpandVectorPredication(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/lib/clang/libllvm/
H A DMakefile250 SRCS_MIN+= CodeGen/ExpandVectorPredication.cpp