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

  /external/llvm/include/llvm/
CallingConv.h 37 /// Fast - This calling convention attempts to make calls as fast as
39 Fast = 8,
60 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /external/v8/test/mjsunit/
store-dictionary.js 57 // Fast case object.
  /external/v8/src/
runtime.js 116 // Fast cases for string, numbers and undefined compares.
157 // Fast case: Check for number operands and do the addition.
261 // bailing out in the fast case, but after converting the
313 // bailing out in the fast case, but after converting the
419 // array. This is the fast case. If this fails, we do the slow case
483 // Fast case check.
array.js 117 // Fast case for one-element arrays.
    [all...]
v8natives.js 1036 // Fast case: Convert number in radix 10.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 249 case CallingConv::Fast:
269 case CallingConv::Fast:
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 151 // Unhandled type. Halt "fast" selection and bail.
356 // Fast instruction selection doesn't support the special
717 CC != CallingConv::Fast &&
731 if (CC == CallingConv::Fast && GuaranteedTailCallOpt)
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp 665 case CallingConv::Fast:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 259 case CallingConv::Fast:
286 case CallingConv::Fast:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCFrameLowering.cpp 661 MF.getFunction()->getCallingConv() == CallingConv::Fast) {
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 62 description: 'Fast, searchable email with less spam.',
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/zlib/contrib/masmx86/
inffas32.asm 1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
85 db 'Fast decoding Code from Chris Anderson'
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 53 DisableARMFastISel("disable-arm-fast-isel",
54 cl::desc("Turn off experimental ARM fast-isel support"),
728 // Fast instruction selection doesn't support the special
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 258 case CallingConv::Fast: Out << "CallingConv::Fast"; break;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/dropbear/libtommath/
bn.tex 291 that is very flexible, complete and performs well in resource contrained environments. Fast RSA for example can
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 672 \hline undefined & undefined & Very fast, 4.2KB of ram. \\
    [all...]

Completed in 1402 milliseconds