/external/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 4 ; Fast-isel mustn't add a block to the MBB successor/predecessor list twice. 18 ; Fast-isel shouldn't try to look through the compare because it's in a
|
D | fast-isel-x86.ll | 73 ; Fast-ISel's arg push is not here:
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 32 <td>Fast</td> 56 <td>Fast</td> 68 <td>Fast</td> 130 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 166 <td>Fast-average<sup><a href="#note2">2</a></sup></td> 204 <td>Fast</td>
|
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 42 Fast = 8, enumerator
|
/external/e2fsprogs/tests/f_fast_symlink_extents/ |
D | expect.1 | 2 Fast symlink 13 has EXTENT_FL set. Clear? yes
|
/external/lz4/lib/ |
D | liblz4.pc.in | 1 # LZ4 - Fast LZ compression algorithm
|
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/ |
D | py_inpainting.markdown | 27 First algorithm is based on the paper **"An Image Inpainting Technique Based on the Fast Marching 28 Method"** by Alexandru Telea in 2004. It is based on Fast Marching Method. Consider a region in the 34 the boundary contours. Once a pixel is inpainted, it moves to next nearest pixel using Fast Marching
|
/external/opencv3/cmake/templates/ |
D | cvconfig.h.in | 31 /* AMD's OpenCL Fast Fourier Transform Library*/ 49 /* NVidia Cuda Fast Fourier Transform (FFT) API*/
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call-multi-reg-return.ll | 5 ; Fast-isel can't handle non-double multi-reg retvals.
|
D | fast-isel-vaddd.ll | 8 ; Fast-ISel was incorrectly trying to codegen <2 x double> adds and returning only a single vadds
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.h | 27 bool *Fast) const override;
|
D | MipsSEISelLowering.h | 36 bool *Fast = nullptr) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 37 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-noconvert.ll | 3 ; Fast-isel can't do vector conversions yet, but it was emitting some highly
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 44 return CC != CallingConv::Fast ? 16 : 0; in GetCalleeAllocdArgSizeInBytes()
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 130 # IEEE Std 802.11r-2008 (Fast BSS Transition) 195 # Enable Fast Session Transfer (FST)
|
/external/valgrind/perf/ |
D | README | 50 - Description: Does a Fast Fourier Transform (FFT).
|
/external/opencv3/doc/ |
D | opencv.bib | 16 title = {Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces}, 161 title = {Fast bilateral filtering for the display of high-dynamic-range images}, 257 title = {Fast and robust super-resolution}, 308 …title = {Fast, robust image registration for compositing high dynamic range photographs from hand-… 515 title = {Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration},
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2831 (CallConv == CallingConv::Fast)); in LowerFormalArguments_32SVR4() 3052 assert(!(CallConv == CallingConv::Fast && isVarArg) && in LowerFormalArguments_64SVR4() 3058 (CallConv == CallingConv::Fast)); in LowerFormalArguments_64SVR4() 3135 if (CallConv != CallingConv::Fast) { in LowerFormalArguments_64SVR4() 3148 if (CallConv == CallingConv::Fast) in LowerFormalArguments_64SVR4() 3275 if (CallConv == CallingConv::Fast) in LowerFormalArguments_64SVR4() 3281 if (CallConv != CallingConv::Fast || needsLoad) in LowerFormalArguments_64SVR4() 3305 } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) { in LowerFormalArguments_64SVR4() 3324 if (CallConv == CallingConv::Fast) in LowerFormalArguments_64SVR4() 3333 if (CallConv != CallingConv::Fast || needsLoad) { in LowerFormalArguments_64SVR4() [all …]
|
/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/lib/Target/X86/ |
D | X86Subtarget.h | 486 case CallingConv::Fast: in isCallingConvWin64()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 308 return CallConv == CallingConv::C || CallConv == CallingConv::Fast || in CallingConvSupported() 334 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && in LowerCall()
|
/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/BPF/ |
D | BPFISelLowering.cpp | 196 case CallingConv::Fast: in LowerFormalArguments() 274 case CallingConv::Fast: in LowerCall()
|