HomeSort by relevance Sort by last modified time
    Searched refs:PatternMatch (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 28 #include "llvm/Support/PatternMatch.h"
35 using namespace PatternMatch;
    [all...]
ValueTracking.cpp 30 #include "llvm/Support/PatternMatch.h"
33 using namespace llvm::PatternMatch;
    [all...]
InstructionSimplify.cpp 33 #include "llvm/Support/PatternMatch.h"
36 using namespace llvm::PatternMatch;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 25 #include "llvm/Support/PatternMatch.h"
28 using namespace llvm::PatternMatch;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 17 #include "llvm/Support/PatternMatch.h"
19 using namespace PatternMatch;
    [all...]
InstCombineShifts.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
InstCombineVectorOps.cpp 16 #include "llvm/Support/PatternMatch.h"
18 using namespace PatternMatch;
InstCombineMulDivRem.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstCombineSimplifyDemanded.cpp 19 #include "llvm/Support/PatternMatch.h"
22 using namespace llvm::PatternMatch;
    [all...]
InstCombineAddSub.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstCombineCalls.cpp 19 #include "llvm/Support/PatternMatch.h"
23 using namespace PatternMatch;
    [all...]
InstCombineCasts.cpp 17 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstructionCombining.cpp 52 #include "llvm/Support/PatternMatch.h"
59 using namespace llvm::PatternMatch;
    [all...]
InstCombineAndOrXor.cpp 18 #include "llvm/Support/PatternMatch.h"
21 using namespace PatternMatch;
    [all...]
InstCombineCompares.cpp 22 #include "llvm/Support/PatternMatch.h"
25 using namespace PatternMatch;
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 1 //===-- llvm/Support/PatternMatch.h - Match on the LLVM IR ------*- C++ -*-===//
39 namespace PatternMatch {
1017 } // end namespace PatternMatch
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 39 #include "llvm/Support/PatternMatch.h"
49 using namespace llvm::PatternMatch;
    [all...]
GVN.cpp 44 #include "llvm/Support/PatternMatch.h"
49 using namespace PatternMatch;
    [all...]

Completed in 345 milliseconds