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

1 2 3

  /external/llvm/include/llvm/IR/
CallingConv.h 37 /// Fast - This calling convention attempts to make calls as fast as
39 Fast = 8,
79 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 25 bool *Fast) const override;
MipsSEISelLowering.h 34 bool *Fast = nullptr) const override;
MipsISelLowering.h 222 /// or null if the target does not support "fast" ISel.
404 bool useRegsForByval() const { return CallConv != CallingConv::Fast; }
MipsSEISelLowering.cpp 332 bool *Fast) const {
340 if (Fast)
341 *Fast = true;
348 if (Fast)
349 *Fast = true;
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 36 Fast, // Enable fusion of FP ops wherever it's profitable.
157 /// EnableFastISel - This flag enables fast-path instruction selection
205 /// Fast mode - allows formation of fused FP ops whenever they're
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 218 bool *Fast = nullptr) const override {
222 if (Fast)
223 *Fast = true;
248 /// or null if the target does not support "fast" ISel.
  /external/chromium_org/v8/test/mjsunit/regress/
consolidated-holey-load.js 35 var b = ["abcd", 0]; // Fast elements.
36 foo(b); // Observe fast elements first, or the IC will transition without
regress-1692.js 87 // Fast elements.
  /external/chromium_org/v8/test/mjsunit/
store-dictionary.js 57 // Fast case object.
object-freeze.js 206 // Fast properties should remain fast
283 // Accessors on fast object should behavior properly after freezing
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 144 clEnumValN(FPOpFusion::Fast, "fast",
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 212 bool *Fast) const override;
  /frameworks/rs/api/
rs_core_math.spec 1402 Fast approximate exp
1416 Fast approximate exp2
1430 Fast approximate exp10
1444 Fast approximate log
1457 Fast approximate log2
1470 Fast approximate log10
1484 Fast approximate v ^ y
  /external/chromium_org/v8/src/
runtime.js 106 // Fast cases for string, numbers and undefined compares.
147 // Fast case: Check for number operands and do the addition.
251 // bailing out in the fast case, but after converting the
289 // bailing out in the fast case, but after converting the
410 // array. This is the fast case. If this fails, we do the slow case
476 // Fast case check.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 7 * tools for fast array creation, maximum C-speed and handiness
20 Fast C-level new_array(_zeros), resize_array, copy_array, Py_SIZE(obj),
121 # fast resize/realloc
129 """ fast creation of a new array, given a template array.
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jdsammmx.asm 529 ; Fast processing for the common case of 2:1 horizontal and 1:1 vertical.
630 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
jdsamss2-64.asm 485 ; Fast processing for the common case of 2:1 horizontal and 1:1 vertical.
574 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
jdsamss2.asm 525 ; Fast processing for the common case of 2:1 horizontal and 1:1 vertical.
624 ; Fast processing for the common case of 2:1 horizontal and 2:1 vertical.
  /external/clang/lib/CodeGen/
BackendUtil.cpp 458 Options.AllowFPOpFusion = llvm::FPOpFusion::Fast;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 271 /// is "fast" by reference in the second argument.
273 bool *Fast) const override;
365 /// or null if the target does not support "fast" ISel.
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 491 /// Is unaligned memory access allowed for the given type, and is it fast
495 bool *Fast = nullptr) const override;
509 /// or null if the target does not support "fast" instruction selection.
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 570 /// is "fast" by reference in the second argument.
572 bool *Fast) const override;
780 /// or null if the target does not support "fast" ISel.
    [all...]
X86FastISel.cpp 339 // Unhandled type. Halt "fast" selection and bail.
673 // Fast instruction selection doesn't support the special
    [all...]

Completed in 332 milliseconds

1 2 3