Searched refs:Fast (Results 1 – 25 of 110) sorted by relevance
12345
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 78 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { in allowsUnalignedMemoryAccesses() 84 if (Fast) in allowsUnalignedMemoryAccesses() 85 *Fast = true; in allowsUnalignedMemoryAccesses()
|
D | MipsSEISelLowering.h | 24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
|
D | Mips16ISelLowering.h | 24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
|
D | MipsISelLowering.h | 268 bool useRegsForByval() const { return CallConv != CallingConv::Fast; } in useRegsForByval()
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 31 <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/ |
D | CallingConv.h | 39 Fast = 8, enumerator
|
/external/e2fsprogs/tests/f_fast_symlink_extents/ |
D | expect.1 | 2 Fast symlink 13 has EXTENT_FL set. Clear? yes
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call-multi-reg-return.ll | 4 ; Fast-isel can't handle non-double multi-reg retvals.
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 35 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 5 ; Fast-isel shouldn't try to look through the compare because it's in a
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebMemorySampler.mac.mm | 147 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes")); 159 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes"));
|
/external/valgrind/main/perf/ |
D | README | 50 - Description: Does a Fast Fourier Transform (FFT).
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 161 clEnumValN(FPOpFusion::Fast, "fast",
|
/external/grub/netboot/ |
D | tulip.txt | 20 I've tested this driver with a SOHOware Fast 10/100 Model SDA110A,
|
D | README.netboot | 150 Tulip-Fast
|
/external/clang/docs/ |
D | PTHInternals.rst | 116 **Fast generation** 157 - Fast skipping of ``#ifdef`` ... ``#endif`` chains: PTH files
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 53 librewrite - Fast, scalable rewriting of source code. This operates on 156 * Fast #import with a module system.
|
/external/llvm/ |
D | CODE_OWNERS.TXT | 106 D: Fast-Isel
|
/external/zlib/src/as400/ |
D | readme.txt | 78 inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 20 * \defgroup FFT_Module Fast Fourier Transform module 26 * This module provides Fast Fourier transformation, with a configurable backend
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 722 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/ |
D | android.config | 133 # IEEE Std 802.11r-2008 (Fast BSS Transition)
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 1 A Fast Method for Identifying Plain Text Files
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 28 - some sort of fastforward on .qwds? host_framerate? "Press [ATTACK] to Fast Forward"?
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 454 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
|
12345