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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp1 //===----- CodeGen/ExpandVectorPredication.cpp - Expand VP intrinsics -----===//
14 #include "llvm/CodeGen/ExpandVectorPredication.h"
851 class ExpandVectorPredication : public FunctionPass { class in namespace:__anon1858
854 ExpandVectorPredication() : FunctionPass(ID) { function in class:__anon1858::ExpandVectorPredication
871 char ExpandVectorPredication::ID;
872 INITIALIZE_PASS_BEGIN(ExpandVectorPredication, "expandvp",
876 INITIALIZE_PASS_END(ExpandVectorPredication, "expandvp",
880 return new ExpandVectorPredication();
/freebsd-current/lib/clang/libllvm/
H A DMakefile253 SRCS_MIN+= CodeGen/ExpandVectorPredication.cpp

Completed in 177 milliseconds