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

  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 114 (Subtarget->inMips16Mode() && Subtarget->useConstantIslands());
MipsSubtarget.cpp 162 bool MipsSubtarget::useConstantIslands() {
MipsSubtarget.h 276 static bool useConstantIslands();
MipsConstantIslandPass.cpp 444 if (!STI->inMips16Mode() || !MipsSubtarget::useConstantIslands()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsAsmPrinter.h 132 (Subtarget->inMips16Mode() && Subtarget->useConstantIslands());
MipsSubtarget.cpp 251 bool MipsSubtarget::useConstantIslands() {
MipsSubtarget.h 340 static bool useConstantIslands();
MipsConstantIslandPass.cpp 448 if (!STI->inMips16Mode() || !MipsSubtarget::useConstantIslands()) {
    [all...]

Completed in 1219 milliseconds