Home
last modified time | relevance | path

Searched refs:Fast (Results 1 – 25 of 110) sorted by relevance

12345

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp78 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { in allowsUnalignedMemoryAccesses()
84 if (Fast) in allowsUnalignedMemoryAccesses()
85 *Fast = true; in allowsUnalignedMemoryAccesses()
DMipsSEISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
DMips16ISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
DMipsISelLowering.h268 bool useRegsForByval() const { return CallConv != CallingConv::Fast; } in useRegsForByval()
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox31 <td>Fast</td>
55 <td>Fast</td>
67 <td>Fast</td>
129 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
165 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
203 <td>Fast</td>
/external/llvm/include/llvm/IR/
DCallingConv.h39 Fast = 8, enumerator
/external/e2fsprogs/tests/f_fast_symlink_extents/
Dexpect.12 Fast symlink 13 has EXTENT_FL set. Clear? yes
/external/llvm/test/CodeGen/ARM/
Dfast-isel-call-multi-reg-return.ll4 ; Fast-isel can't handle non-double multi-reg retvals.
/external/llvm/include/llvm/Target/
DTargetOptions.h35 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator
/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch.ll5 ; Fast-isel shouldn't try to look through the compare because it's in a
/external/webkit/Source/WebKit2/Shared/mac/
DWebMemorySampler.mac.mm147 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes"));
159 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes"));
/external/valgrind/main/perf/
DREADME50 - Description: Does a Fast Fourier Transform (FFT).
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h161 clEnumValN(FPOpFusion::Fast, "fast",
/external/grub/netboot/
Dtulip.txt20 I've tested this driver with a SOHOware Fast 10/100 Model SDA110A,
DREADME.netboot150 Tulip-Fast
/external/clang/docs/
DPTHInternals.rst116 **Fast generation**
157 - Fast skipping of ``#ifdef`` ... ``#endif`` chains: PTH files
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt53 librewrite - Fast, scalable rewriting of source code. This operates on
156 * Fast #import with a module system.
/external/llvm/
DCODE_OWNERS.TXT106 D: Fast-Isel
/external/zlib/src/as400/
Dreadme.txt78 inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
/external/eigen/unsupported/Eigen/
DFFT20 * \defgroup FFT_Module Fast Fourier Transform module
26 * This module provides Fast Fourier transformation, with a configurable backend
/external/llvm/lib/Target/X86/
DX86FastISel.cpp722 CC != CallingConv::Fast && in X86SelectRet()
735 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
1626 if (CC == CallingConv::Fast || CC == CallingConv::GHC) in computeBytesPoppedByCallee()
1643 if (CC != CallingConv::C && CC != CallingConv::Fast && in DoSelectCall()
1649 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()
/external/wpa_supplicant_8/hostapd/
Dandroid.config133 # IEEE Std 802.11r-2008 (Fast BSS Transition)
/external/zlib/src/doc/
Dtxtvsbin.txt1 A Fast Method for Identifying Plain Text Files
/external/quake/quake/src/QW/
Dqw2do.txt28 - some sort of fastforward on .qwds? host_framerate? "Press [ATTACK] to Fast Forward"?
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h454 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;

12345