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

  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 67 bool HasJIT) {
83 T.HasJIT = HasJIT;
89 if (TheTarget && !TheTarget->hasJIT()) {
  /external/llvm/lib/Support/
TargetRegistry.cpp 94 bool HasJIT) {
110 T.HasJIT = HasJIT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
TargetRegistry.cpp 93 bool HasJIT) {
110 T.HasJIT = HasJIT;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 172 /// HasJIT - Whether this target supports the JIT.
173 bool HasJIT;
273 /// hasJIT - Check if this targets supports the just-in-time compilation.
274 bool hasJIT() const { return HasJIT; }
622 /// @param HasJIT - Whether the target supports JIT code
626 bool HasJIT = false);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 139 /// HasJIT - Whether this target supports the JIT.
140 bool HasJIT;
225 /// hasJIT - Check if this targets supports the just-in-time compilation.
226 bool hasJIT() const { return HasJIT; }
523 /// @param HasJIT - Whether the target supports JIT code
529 bool HasJIT = false);
780 bool HasJIT = false>
785 HasJIT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 212 /// HasJIT - Whether this target supports the JIT.
213 bool HasJIT;
311 /// hasJIT - Check if this targets supports the just-in-time compilation.
312 bool hasJIT() const { return HasJIT; }
680 /// @param HasJIT - Whether the target supports JIT code
685 bool HasJIT = false);
    [all...]

Completed in 146 milliseconds