HomeSort by relevance Sort by last modified time
    Searched defs:visitInstruction (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 41 public boolean visitInstruction(ElemTemplateElement elem)
  /external/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /external/llvm/lib/Analysis/
InstCount.cpp 49 void visitInstruction(Instruction &I) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstCount.cpp 48 void visitInstruction(Instruction &I) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopUnrollAnalyzer.h 87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); }
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 189 void visitInstruction(Instruction &I) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 176 void visitInstruction(Instruction &I) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 198 // visitInstruction - Specify what to return for unhandled instructions...
199 Instruction *visitInstruction(Instruction &I) { return 0; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 336 // visitInstruction - Specify what to return for unhandled instructions...
337 Instruction *visitInstruction(Instruction &I) { return nullptr; }
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 71 /// an implementation of visitInstruction though!.
215 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions
  /external/llvm/include/llvm/IR/
InstVisitor.h 74 /// an implementation of visitInstruction though!.
262 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 74 /// an implementation of visitInstruction though!.
265 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions

Completed in 632 milliseconds

1 2 3 4