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

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.h 28 bool V8DeprecatedInsts;
38 bool useDeprecatedV8Instructions() const { return V8DeprecatedInsts; }
SparcSubtarget.cpp 28 V8DeprecatedInsts(false),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcSubtarget.h 38 bool V8DeprecatedInsts;
85 bool useDeprecatedV8Instructions() const { return V8DeprecatedInsts; }
SparcSubtarget.cpp 34 V8DeprecatedInsts = false;
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 37 bool V8DeprecatedInsts;
90 bool useDeprecatedV8Instructions() const { return V8DeprecatedInsts; }
SparcSubtarget.cpp 33 V8DeprecatedInsts = false;

Completed in 6776 milliseconds