HomeSort by relevance Sort by last modified time
    Searched refs:PatternMatch (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnrollPeel.cpp 34 #include "llvm/IR/PatternMatch.h"
51 using namespace llvm::PatternMatch;
PredicateInfo.cpp 33 #include "llvm/IR/PatternMatch.h"
42 using namespace PatternMatch;
    [all...]
SimplifyIndVar.cpp 26 #include "llvm/IR/PatternMatch.h"
787 using namespace llvm::PatternMatch;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 58 #include "llvm/IR/PatternMatch.h"
267 using namespace llvm::PatternMatch;
322 using namespace llvm::PatternMatch;
    [all...]
EarlyCSE.cpp 28 #include "llvm/IR/PatternMatch.h"
37 using namespace llvm::PatternMatch;
    [all...]
SeparateConstOffsetFromGEP.cpp 171 #include "llvm/IR/PatternMatch.h"
182 using namespace llvm::PatternMatch;
    [all...]
StructurizeCFG.cpp 20 #include "llvm/IR/PatternMatch.h"
26 using namespace llvm::PatternMatch;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reassociate.cpp 49 #include "llvm/IR/PatternMatch.h"
128 if (match(V0, PatternMatch::m_APInt(C)))
131 if (match(V1, PatternMatch::m_APInt(C))) {
    [all...]
EarlyCSE.cpp 44 #include "llvm/IR/PatternMatch.h"
63 using namespace llvm::PatternMatch;
    [all...]
SeparateConstOffsetFromGEP.cpp 182 #include "llvm/IR/PatternMatch.h"
198 using namespace llvm::PatternMatch;
    [all...]
StructurizeCFG.cpp 32 #include "llvm/IR/PatternMatch.h"
50 using namespace llvm::PatternMatch;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 18 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstCombinePHI.cpp 19 #include "llvm/IR/PatternMatch.h"
22 using namespace llvm::PatternMatch;
    [all...]
InstCombineShifts.cpp 18 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 25 #include "llvm/IR/PatternMatch.h"
32 using namespace llvm::PatternMatch;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 1 //===-- llvm/Support/PatternMatch.h - Match on the LLVM IR ------*- C++ -*-===//
36 namespace PatternMatch {
790 } // end namespace PatternMatch
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
InstCombineMulDivRem.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
InstCombineSelect.cpp 15 #include "llvm/Support/PatternMatch.h"
19 using namespace PatternMatch;
    [all...]
InstCombineShifts.cpp 18 #include "llvm/Support/PatternMatch.h"
20 using namespace PatternMatch;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 42 #include "llvm/Support/PatternMatch.h"
47 using namespace llvm::PatternMatch;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 18 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PatternMatch.cpp 1 //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===//
10 #include "llvm/IR/PatternMatch.h"
29 using namespace llvm::PatternMatch;
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 27 #include "llvm/IR/PatternMatch.h"
32 using namespace PatternMatch;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 27 #include "llvm/IR/PatternMatch.h"
32 using namespace PatternMatch;
    [all...]

Completed in 1116 milliseconds

12 3 4 5