/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
emmintrin.h | 212 /* Intel intrinsic. */ 219 /* Microsoft intrinsic. */ 810 /* Intel intrinsic. */ 817 /* Microsoft intrinsic. */ 832 /* Intel intrinsic. */ 839 /* Microsoft intrinsic. */ 860 /* Intel intrinsic. */ 867 /* Microsoft intrinsic. */ [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
emmintrin.h | 212 /* Intel intrinsic. */ 219 /* Microsoft intrinsic. */ 810 /* Intel intrinsic. */ 817 /* Microsoft intrinsic. */ 832 /* Intel intrinsic. */ 839 /* Microsoft intrinsic. */ 860 /* Intel intrinsic. */ 867 /* Microsoft intrinsic. */ [all...] |
/frameworks/rs/cpp/ |
rsCppStructs.h | [all...] |
/external/llvm/lib/IR/ |
DIBuilder.cpp | [all...] |
/prebuilts/sdk/renderscript/lib/x86/ |
libRSSupport.so | |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 670 CGF.CGM.getIntrinsic(llvm::Intrinsic::fabs, Src->getType()), Src); 704 Src = Builder.CreateCall(CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_from_fp16), Src); 800 Res = Builder.CreateCall(CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16), Res); 2134 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy); local [all...] |
/external/chromium_org/ui/message_center/cocoa/ |
settings_controller.mm | 23 // Intrinsic padding pixels out of our control. 32 // the intrinsic blank space above the header label. 37 // the intrinsic blank space above the subheader label.
|
/external/llvm/include/llvm/Target/ |
TargetOptions.h | 162 /// isel should lower Intrinsic::trap to a call to the specified function 182 /// only blessed op is the fmuladd intrinsic. In the future more blessed ops 189 /// via the llvm.fma.* intrinsic) will always be honored, regardless of
|
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 738 case Intrinsic::ctlz: 739 case Intrinsic::cttz: { 747 case Intrinsic::ctpop: { 752 case Intrinsic::x86_sse42_crc32_64_8: 753 case Intrinsic::x86_sse42_crc32_64_64: 766 case Intrinsic::uadd_with_overflow: 767 case Intrinsic::sadd_with_overflow: 772 case Intrinsic::usub_with_overflow: 773 case Intrinsic::ssub_with_overflow: 778 case Intrinsic::umul_with_overflow [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 296 if (II->getIntrinsicID() == Intrinsic::stacksave) 300 if (II->getIntrinsicID() == Intrinsic::lifetime_start || 301 II->getIntrinsicID() == Intrinsic::lifetime_end) [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.h | 124 // The page content's intrinsic width.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CompositingReasons.h | 15 // Intrinsic reasons that can be known right away by the layer
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
radeon_llvm.h | 91 * values will be in the form of a target intrinsic that will inform the
|
/external/chromium_org/third_party/skia/src/ports/ |
SkThread_pthread.cpp | 16 We prefer the GCC intrinsic implementation of the atomic operations over the
|
/external/clang/www/ |
builtins.py | 7 # Giant associative set of builtin->intrinsic mappings where clang doesn't
|
/external/llvm/lib/CodeGen/ |
TargetOptionsImpl.cpp | 51 /// should lower Intrinsic::trap to a call to the specified function name
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXGenericToNVVM.cpp | 185 Function *CVTAFunction = Intrinsic::getDeclaration( 186 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes); 199 Function *CVTAFunction = Intrinsic::getDeclaration( 200 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes);
|
NVPTXSplitBBatBar.cpp | 43 Intrinsic::ID id = inst->getIntrinsicID();
|
/external/llvm/test/CodeGen/AArch64/ |
neon-frsqrt-frecp.ll | 3 ; Set of tests for when the intrinsic is used.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_llvm.h | 91 * values will be in the form of a target intrinsic that will inform the
|
/external/skia/src/ports/ |
SkThread_pthread.cpp | 16 We prefer the GCC intrinsic implementation of the atomic operations over the
|
/external/stlport/stlport/stl/config/ |
_mwerks.h | 135 // Metrowerks compiler is acquiring intrinsic type traits support
|
/libcore/benchmarks/src/benchmarks/ |
MethodInvocationBenchmark.java | 72 // Test an intrinsic.
|