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

1 2 3

  /dalvik/opcode-gen/
opcode-gen.awk 72 if (isUnused(i) || isOptimized(i)) continue;
82 if (isUnused(i) || isOptimized(i)) continue;
93 if (isUnused(i) || isOptimized(i)) continue;
110 if (isUnused(i) || isOptimized(i)) continue;
126 if (isUnused(i) || isOptimized(i)) continue;
135 if (isUnused(i) || isOptimized(i)) continue;
361 if (isUnused(i)) continue;
366 if (isUnused(i)) continue;
405 if (isUnused(op)) {
540 function isUnused(idx)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 78 bool isUnused() const { return !def.isValid(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegisterScavenging.h 131 /// isUsed / isUnused - Test if a register is currently being used.
134 bool isUnused(unsigned Reg) const { return RegsAvailable.test(Reg); }
LiveInterval.h 136 bool isUnused() const { return flags & IS_UNUSED; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 77 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 77 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 122 public boolean isUnused() {
  /external/clang/lib/CodeGen/
CGCall.h 163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false)
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
172 bool isUnused() const { return Value.getInt() & IS_UNUSED; }
  /external/skia/src/gpu/
GrUserStencilSettings.h 205 bool isUnused() const { return this == &kUnused; }
  /external/skqp/src/gpu/
GrUserStencilSettings.h 205 bool isUnused() const { return this == &kUnused; }
  /external/swiftshader/third_party/subzero/src/
IceAssembler.h 82 virtual bool isUnused() const { return Position == 0; }
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 

Completed in 863 milliseconds

1 2 3