Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp428 class ExpandVectorPredication : public FunctionPass { class
431 ExpandVectorPredication() : FunctionPass(ID) { in ExpandVectorPredication() function in __anonb4a9eecd0111::ExpandVectorPredication
448 char ExpandVectorPredication::ID;
449 INITIALIZE_PASS_BEGIN(ExpandVectorPredication, "expandvp",
453 INITIALIZE_PASS_END(ExpandVectorPredication, "expandvp", in INITIALIZE_PASS_DEPENDENCY()
457 return new ExpandVectorPredication(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile226 SRCS_MIN+= CodeGen/ExpandVectorPredication.cpp