Home
last modified time | relevance | path

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

1234567

/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch.ll4 ; 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
Dfast-isel-x86.ll73 ; Fast-ISel's arg push is not here:
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox32 <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/
DCallingConv.h42 Fast = 8, enumerator
/external/e2fsprogs/tests/f_fast_symlink_extents/
Dexpect.12 Fast symlink 13 has EXTENT_FL set. Clear? yes
/external/lz4/lib/
Dliblz4.pc.in1 # LZ4 - Fast LZ compression algorithm
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
Dpy_inpainting.markdown27 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/
Dcvconfig.h.in31 /* AMD's OpenCL Fast Fourier Transform Library*/
49 /* NVidia Cuda Fast Fourier Transform (FFT) API*/
/external/llvm/test/CodeGen/ARM/
Dfast-isel-call-multi-reg-return.ll5 ; Fast-isel can't handle non-double multi-reg retvals.
Dfast-isel-vaddd.ll8 ; Fast-ISel was incorrectly trying to codegen <2 x double> adds and returning only a single vadds
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.h27 bool *Fast) const override;
DMipsSEISelLowering.h36 bool *Fast = nullptr) const override;
/external/llvm/include/llvm/Target/
DTargetOptions.h37 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-noconvert.ll3 ; Fast-isel can't do vector conversions yet, but it was emitting some highly
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.cpp44 return CC != CallingConv::Fast ? 16 : 0; in GetCalleeAllocdArgSizeInBytes()
/external/wpa_supplicant_8/hostapd/
Dandroid.config130 # IEEE Std 802.11r-2008 (Fast BSS Transition)
195 # Enable Fast Session Transfer (FST)
/external/valgrind/perf/
DREADME50 - Description: Does a Fast Fourier Transform (FFT).
/external/opencv3/doc/
Dopencv.bib16 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/
DPPCISelLowering.cpp2831 (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/
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/lib/Target/X86/
DX86Subtarget.h486 case CallingConv::Fast: in isCallingConvWin64()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp308 return CallConv == CallingConv::C || CallConv == CallingConv::Fast || in CallingConvSupported()
334 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && in LowerCall()
/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/BPF/
DBPFISelLowering.cpp196 case CallingConv::Fast: in LowerFormalArguments()
274 case CallingConv::Fast: in LowerCall()

1234567