Home
last modified time | relevance | path

Searched refs:intrinsic (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp471 static ModRefKind getModRefKind(const CodeGenIntrinsic &intrinsic) { in getModRefKind() argument
472 switch (intrinsic.ModRef) { in getModRefKind()
525 const CodeGenIntrinsic &intrinsic = Ints[i]; in EmitAttributes() local
527 std::max(maxArgAttrs, unsigned(intrinsic.ArgumentAttributes.size())); in EmitAttributes()
528 unsigned &N = UniqAttributes[&intrinsic]; in EmitAttributes()
540 const CodeGenIntrinsic &intrinsic = Ints[i]; in EmitAttributes() local
542 OS << " " << UniqAttributes[&intrinsic] << ", // " in EmitAttributes()
543 << intrinsic.Name << "\n"; in EmitAttributes()
561 const CodeGenIntrinsic &intrinsic = *(I->first); in EmitAttributes() local
567 for (unsigned ai = 0, ae = intrinsic.ArgumentAttributes.size(); ai != ae;) { in EmitAttributes()
[all …]
/external/llvm/include/llvm/
DIntrinsics.td22 // Intr*Mem - Memory properties. An intrinsic is allowed to have at most one of
28 // IntrNoMem - The intrinsic does not access memory or have any other side
32 // IntrReadArgMem - This intrinsic reads only from memory that one of its
36 // IntrReadMem - This intrinsic reads from unspecified memory, so it cannot be
41 // IntrReadWriteArgMem - This intrinsic reads and writes only from memory that
47 // Commutative - This intrinsic is commutative: X op Y == Y op X.
50 // Throws - This intrinsic can throw.
53 // NoCapture - The specified argument pointer is not captured by the intrinsic.
82 // Match the type of another intrinsic parameter. Number is an index into the
83 // list of overloaded types for the intrinsic, excluding all the fixed types.
[all …]
DCMakeLists.txt3 tablegen(LLVM Intrinsics.gen -gen-intrinsic)
DIntrinsicsPowerPC.td48 /// PowerPC_Vec_FF_Intrinsic - A PowerPC intrinsic that takes one v4f32
54 /// PowerPC_Vec_FFF_Intrinsic - A PowerPC intrinsic that takes two v4f32
61 /// PowerPC_Vec_BBB_Intrinsic - A PowerPC intrinsic that takes two v16f8
68 /// PowerPC_Vec_HHH_Intrinsic - A PowerPC intrinsic that takes two v8i16
75 /// PowerPC_Vec_WWW_Intrinsic - A PowerPC intrinsic that takes two v4i32
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h19 #pragma intrinsic(_ReadWriteBarrier)
21 #pragma intrinsic(_mm_mfence)
23 #pragma intrinsic(_mm_pause)
26 #pragma intrinsic(_InterlockedExchangeAdd)
/external/stlport/stlport/stl/config/
D_windows.h183 # pragma intrinsic(_InterlockedIncrement)
184 # pragma intrinsic(_InterlockedDecrement)
185 # pragma intrinsic(_InterlockedExchange)
187 # pragma intrinsic(_InterlockedExchangePointer)
/external/opencv/cv/src/
Dcvcalcimagehomography.cpp71 CvMat intrinsic = cvMat( 3, 3, CV_32F, _intrinsic ); in cvCalcImageHomography() local
112 cvMatMul( &intrinsic, &sub, &r_trans ); in cvCalcImageHomography()
113 cvInvert( &intrinsic, &sub, CV_SVD ); in cvCalcImageHomography()
/external/llvm/docs/CommandGuide/
Dtblgen.rst156 **-gen-intrinsic**
158 Generate intrinsic information.
162 **-gen-tgt-intrinsic**
164 Generate target intrinsic information.
/external/llvm/
Dllvm-gen-intrinsics.mk16 $(call transform-host-td-to-out,intrinsic)
18 $(call transform-device-td-to-out,intrinsic)
/external/v8/src/
Dcompiler-intrinsics.h56 #pragma intrinsic(_BitScanForward)
57 #pragma intrinsic(_BitScanReverse)
Dmisc-intrinsics.h50 #pragma intrinsic(_BitScanReverse)
/external/libvpx/vpx_ports/
Dx86.h56 #pragma intrinsic(__cpuid)
130 #pragma intrinsic(__rdtsc)
/external/llvm/docs/
DExceptionHandling.rst167 be obtained using the `llvm.eh.typeid.for`_ intrinsic.
173 must call the `llvm.eh.typeid.for`_ intrinsic to determine the index for a given
267 intrinsic functions (name prefixed with ``llvm.eh``) to provide exception
280 This intrinsic returns the type info index in the exception table of the current
293 For SJLJ based exception handling, this intrinsic forces register saving for the
296 overall functioning of this intrinsic is compatible with the GCC
302 the target implementation of this intrinsic should place the destination address
315 For SJLJ based exception handling, the ``llvm.eh.sjlj.longjmp`` intrinsic is
328 For SJLJ based exception handling, the ``llvm.eh.sjlj.lsda`` intrinsic returns
340 For SJLJ based exception handling, the ``llvm.eh.sjlj.callsite`` intrinsic
/external/skia/src/ports/
DSkThread_win.cpp18 #pragma intrinsic(_InterlockedIncrement, _InterlockedDecrement)
/external/llvm/lib/VMCore/
DMakefile25 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
/external/llvm/test/CodeGen/X86/
D2006-10-07-ScalarSSEMiscompile.ll2 ; Test that the load is NOT folded into the intrinsic, which would zero the top
/external/llvm/test/Transforms/SimplifyCFG/
Dlifetime.ll3 ; Test that a lifetime intrinsic doesn't prevent us from simplifying this.
/external/llvm/lib/Target/MBlaze/
DCMakeLists.txt11 tablegen(LLVM MBlazeGenIntrinsics.inc -gen-tgt-intrinsic)
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in155 intrinsic
193 min-intrinsic
/external/llvm/test/Feature/
Dvarargs.ll5 ; Demonstrate all of the variable argument handling intrinsic functions plus
Dvarargs_new.ll5 ; Demonstrate all of the variable argument handling intrinsic functions plus
/external/stlport/stlport/stl/
D_cstdlib.h143 # pragma intrinsic (abs)
/external/openssl/crypto/modes/
Dmodes_lcl.h68 # pragma intrinsic(_byteswap_uint64,_byteswap_ulong)
/external/llvm/test/Verifier/
Dinvoke.ll64 ; CHECK: Cannot take the address of an intrinsic
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dwebkit218 intrinsic
289 min-intrinsic

1234