HomeSort by: relevance | last modified time | path
    Searched refs:ExpandVectorPredication (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandVectorPredication.cpp 1 //===----- CodeGen/ExpandVectorPredication.cpp - Expand VP intrinsics -----===//
14 #include "llvm/CodeGen/ExpandVectorPredication.h"
174 bool expandVectorPredication();
375 bool CachingVPExpander::expandVectorPredication() {
428 class ExpandVectorPredication : public FunctionPass {
431 ExpandVectorPredication() : FunctionPass(ID) {
438 return VPExpander.expandVectorPredication();
448 char ExpandVectorPredication::ID;
449 INITIALIZE_PASS_BEGIN(ExpandVectorPredication, "expandvp",
453 INITIALIZE_PASS_END(ExpandVectorPredication, "expandvp"
    [all...]
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 39 ExpandVectorPredication.cpp \

Completed in 13 milliseconds