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

  /art/runtime/jdwp/
jdwp_event.cc 431 static bool PatternMatch(const char* pattern, const std::string& target) {
479 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) {
484 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) {
    [all...]
  /external/llvm/unittests/IR/
PatternMatch.cpp 1 //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===//
24 #include "llvm/IR/PatternMatch.h"
29 using namespace llvm::PatternMatch;
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 26 #include "llvm/IR/PatternMatch.h"
34 using namespace PatternMatch;
    [all...]
ValueTracking.cpp 31 #include "llvm/IR/PatternMatch.h"
35 using namespace llvm::PatternMatch;
    [all...]
InstructionSimplify.cpp 32 #include "llvm/IR/PatternMatch.h"
35 using namespace llvm::PatternMatch;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 18 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstCombineSelect.cpp 17 #include "llvm/IR/PatternMatch.h"
19 using namespace PatternMatch;
    [all...]
InstCombineSimplifyDemanded.cpp 18 #include "llvm/IR/PatternMatch.h"
21 using namespace llvm::PatternMatch;
    [all...]
InstCombineVectorOps.cpp 16 #include "llvm/IR/PatternMatch.h"
18 using namespace PatternMatch;
    [all...]
InstCombineAddSub.cpp 19 #include "llvm/IR/PatternMatch.h"
21 using namespace PatternMatch;
    [all...]
InstCombineCalls.cpp 19 #include "llvm/IR/PatternMatch.h"
23 using namespace PatternMatch;
    [all...]
InstCombineMulDivRem.cpp 18 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstCombineCasts.cpp 17 #include "llvm/IR/PatternMatch.h"
20 using namespace PatternMatch;
    [all...]
InstructionCombining.cpp 50 #include "llvm/IR/PatternMatch.h"
59 using namespace llvm::PatternMatch;
    [all...]
InstCombineAndOrXor.cpp 18 #include "llvm/IR/PatternMatch.h"
21 using namespace PatternMatch;
    [all...]
InstCombineCompares.cpp 22 #include "llvm/IR/PatternMatch.h"
25 using namespace PatternMatch;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 17 #include "llvm/IR/PatternMatch.h"
21 using namespace llvm::PatternMatch;
GVN.cpp 42 #include "llvm/IR/PatternMatch.h"
51 using namespace PatternMatch;
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 1 //===- PatternMatch.h - Match on the LLVM IR --------------------*- C++ -*-===//
39 namespace PatternMatch {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 32 #include "llvm/IR/PatternMatch.h"
47 using namespace llvm::PatternMatch;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 40 #include "llvm/IR/PatternMatch.h"
50 using namespace PatternMatch;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 309 } PATTERNMATCH;
311 typedef PATTERNMATCH *LPPATTERNMATCH;
313 #define PATTERNMATCH_SIZE (sizeof(PATTERNMATCH))
319 PATTERNMATCH PatternMatch[4];
357 PATTERNMATCH TriggerPatternMatch;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 78 #include "llvm/IR/PatternMatch.h"
97 using namespace llvm::PatternMatch;
    [all...]

Completed in 1631 milliseconds