HomeSort by: relevance | last modified time | path
    Searched refs:shave (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Myriad.h 20 /// SHAVE tools -- Directly call moviCompile and moviAsm
21 namespace SHAVE {
45 } // end namespace SHAVE
48 /// The Compiler and Assembler as defined above are in the SHAVE namespace,
49 /// whereas the linker, which accepts code for a mixture of Sparc and SHAVE,
54 Linker(const ToolChain &TC) : Tool("shave::Linker", "ld", TC) {}
91 return T.getArch() == llvm::Triple::shave;
Myriad.cpp 24 void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA,
85 void tools::SHAVE::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
139 else // SHAVE assumes little-endian, and sparcel is expressly so.
222 case llvm::Triple::shave:
267 // {shave,sparc{,el}}-myriad-{rtems,unknown}-elf
269 // The inherited method works fine if not targeting the SHAVE.
276 Compiler.reset(new tools::SHAVE::Compiler(*this));
280 Assembler.reset(new tools::SHAVE::Assembler(*this));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 64 case shave: return "shave";
152 case shave: return "shave";
328 .Case("shave", shave)
463 .Case("shave", Triple::shave)
729 case Triple::shave:
1297 case llvm::Triple::shave
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
hamdist.asm 39 C It might be possible to shave 1 cycle from the loop, and hence 2
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 97 shave, // SHAVE: Movidius vector VLIW processors enumerator in enum:llvm::Triple::ArchType
  /src/external/lgpl3/gmp/dist/mpn/x86/
mul_basecase.asm 51 C To shave off some percentage of the run-time, one should make 4 variants
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
sqr_diagonal.asm 48 C not much slower from the Ecache. It would perhaps be possible to shave off
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
sqr_basecase.asm 46 C * Align more labels, should shave off a few cycles.

Completed in 20 milliseconds