Home
last modified time | relevance | path

Searched refs:useDeprecatedV8Instructions (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcSubtarget.h38 bool useDeprecatedV8Instructions() const { return V8DeprecatedInsts; } in useDeprecatedV8Instructions() function
DSparcInstrInfo.td40 def UseDeprecatedInsts : Predicate<"Subtarget.useDeprecatedV8Instructions()">;
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h90 bool useDeprecatedV8Instructions() const { return V8DeprecatedInsts; } in useDeprecatedV8Instructions() function
DSparcInstrInfo.td68 def UseDeprecatedInsts : Predicate<"Subtarget->useDeprecatedV8Instructions()">;