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

1 2

  /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...]
Mips16ISelLowering.cpp 160 bool *Fast) const {
  /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 105 // Fast cases for string, numbers and undefined compares.
146 // Fast case: Check for number operands and do the addition.
250 // bailing out in the fast case, but after converting the
288 // bailing out in the fast case, but after converting the
409 // array. This is the fast case. If this fails, we do the slow case
475 // Fast case check.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /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...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 565 'Fast Fusion',
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 382 case CallingConv::Fast:
411 case CallingConv::Fast:
    [all...]

Completed in 949 milliseconds

1 2