/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 471 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/ |
D | Intrinsics.td | 22 // 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 …]
|
D | CMakeLists.txt | 3 tablegen(LLVM Intrinsics.gen -gen-intrinsic)
|
D | IntrinsicsPowerPC.td | 48 /// 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/ |
D | sanitizer_atomic_msvc.h | 19 #pragma intrinsic(_ReadWriteBarrier) 21 #pragma intrinsic(_mm_mfence) 23 #pragma intrinsic(_mm_pause) 26 #pragma intrinsic(_InterlockedExchangeAdd)
|
/external/stlport/stlport/stl/config/ |
D | _windows.h | 183 # pragma intrinsic(_InterlockedIncrement) 184 # pragma intrinsic(_InterlockedDecrement) 185 # pragma intrinsic(_InterlockedExchange) 187 # pragma intrinsic(_InterlockedExchangePointer)
|
/external/opencv/cv/src/ |
D | cvcalcimagehomography.cpp | 71 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/ |
D | tblgen.rst | 156 **-gen-intrinsic** 158 Generate intrinsic information. 162 **-gen-tgt-intrinsic** 164 Generate target intrinsic information.
|
/external/llvm/ |
D | llvm-gen-intrinsics.mk | 16 $(call transform-host-td-to-out,intrinsic) 18 $(call transform-device-td-to-out,intrinsic)
|
/external/v8/src/ |
D | compiler-intrinsics.h | 56 #pragma intrinsic(_BitScanForward) 57 #pragma intrinsic(_BitScanReverse)
|
D | misc-intrinsics.h | 50 #pragma intrinsic(_BitScanReverse)
|
/external/libvpx/vpx_ports/ |
D | x86.h | 56 #pragma intrinsic(__cpuid) 130 #pragma intrinsic(__rdtsc)
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 167 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/ |
D | SkThread_win.cpp | 18 #pragma intrinsic(_InterlockedIncrement, _InterlockedDecrement)
|
/external/llvm/lib/VMCore/ |
D | Makefile | 25 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-10-07-ScalarSSEMiscompile.ll | 2 ; Test that the load is NOT folded into the intrinsic, which would zero the top
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | lifetime.ll | 3 ; Test that a lifetime intrinsic doesn't prevent us from simplifying this.
|
/external/llvm/lib/Target/MBlaze/ |
D | CMakeLists.txt | 11 tablegen(LLVM MBlazeGenIntrinsics.inc -gen-tgt-intrinsic)
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssvalues.in | 155 intrinsic 193 min-intrinsic
|
/external/llvm/test/Feature/ |
D | varargs.ll | 5 ; Demonstrate all of the variable argument handling intrinsic functions plus
|
D | varargs_new.ll | 5 ; Demonstrate all of the variable argument handling intrinsic functions plus
|
/external/stlport/stlport/stl/ |
D | _cstdlib.h | 143 # pragma intrinsic (abs)
|
/external/openssl/crypto/modes/ |
D | modes_lcl.h | 68 # pragma intrinsic(_byteswap_uint64,_byteswap_ulong)
|
/external/llvm/test/Verifier/ |
D | invoke.ll | 64 ; CHECK: Cannot take the address of an intrinsic
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | webkit | 218 intrinsic 289 min-intrinsic
|