/external/llvm/test/CodeGen/X86/ |
sse_partial_update.ll | 5 ; There is a mismatch between the intrinsic and the actual instruction. 6 ; The actual instruction has a partial update of dest, while the intrinsic
|
/external/v8/src/ |
compiler-intrinsics.h | 56 #pragma intrinsic(_BitScanForward) 57 #pragma intrinsic(_BitScanReverse)
|
misc-intrinsics.h | 50 #pragma intrinsic(_BitScanReverse) 53 unsigned long result; // NOLINT: MSVC intrinsic demands this type.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRoot.cpp | 62 // SVG needs to specify how to calculate some intrinsic sizing properties to enable inclusion within other languages. 63 // The intrinsic width and height of the viewport of SVG content must be determined from the ?width? and ?height? attributes. 65 // the same as the CSS width and height properties. Specifically, percentage values do not provide an intrinsic width or height, 73 // The intrinsic aspect ratio of the viewport of SVG content is necessary for example, when including SVG from an ?object? 74 // element in HTML styled with CSS. It is possible (indeed, common) for an SVG graphic to have an intrinsic aspect ratio but 75 // not to have an intrinsic width or height. The intrinsic aspect ratio must be calculated based upon the following rules: 92 // fragment. If the ?viewBox? is not correctly specified, or set to 'none', the intrinsic aspect ratio cannot be 96 // The viewBox can only yield an intrinsic ratio, not an intrinsic size [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.h | 55 #pragma intrinsic(_InterlockedCompareExchange) 56 #pragma intrinsic(_InterlockedCompareExchangePointer) 62 #pragma intrinsic(_InterlockedCompareExchange) 64 // We want to make sure that we use an intrinsic version of the function, not
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
cur-hotspot.html | 4 <p>Test for .cur cursor intrinsic hot spot behavior. See <a href="https://bugs.webkit.org/show_bug.cgi?id=15779">bug 15779</a>.</p>
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_atomic.h | 18 * locally coded assembly, compiler intrinsic or ultimately a 268 #pragma intrinsic(_InterlockedIncrement) 269 #pragma intrinsic(_InterlockedDecrement) 270 #pragma intrinsic(_InterlockedCompareExchange)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600IntrinsicsOpenCL.td | 15 def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrNoMem]>;
|
/external/clang/test/CodeGen/ |
libcalls-ld.c | 3 // -fno-math-errno should emit an llvm intrinsic, -fmath-errno should not.
|
mangle.c | 67 // Intrinsic calls.
|
/external/clang/test/Headers/ |
x86intrin.c | 88 // Now include the metaheader that includes all x86 intrinsic headers.
|
/external/llvm/docs/CommandGuide/ |
tblgen.rst | 111 .. option:: -gen-intrinsic 113 Generate intrinsic information. 115 .. option:: -gen-tgt-intrinsic 117 Generate target intrinsic information.
|
/external/llvm/lib/Target/R600/ |
CMakeLists.txt | 8 tablegen(LLVM AMDGPUGenIntrinsics.inc -gen-tgt-intrinsic)
|
/external/llvm/lib/Target/X86/ |
X86Instr3DNow.td | 43 [(set VR64:$dst, (!cast<Intrinsic>( 46 [(set VR64:$dst, (!cast<Intrinsic>( 58 [(set VR64:$dst, (!cast<Intrinsic>( 61 [(set VR64:$dst, (!cast<Intrinsic>(
|
/external/llvm/utils/TableGen/ |
TableGen.cpp | 76 clEnumValN(GenIntrinsic, "gen-intrinsic", 77 "Generate intrinsic information"), 78 clEnumValN(GenTgtIntrinsic, "gen-tgt-intrinsic", 79 "Generate target intrinsic information"),
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_atomic.h | 18 * locally coded assembly, compiler intrinsic or ultimately a 268 #pragma intrinsic(_InterlockedIncrement) 269 #pragma intrinsic(_InterlockedDecrement) 270 #pragma intrinsic(_InterlockedCompareExchange)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600IntrinsicsOpenCL.td | 15 def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrNoMem]>;
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsicHistogram.java | 24 * Intrinsic Histogram filter. 36 * Create an intrinsic for calculating the histogram of an uchar 169 * Get a KernelID for this intrinsic kernel. 178 * Get a FieldID for the input field of this intrinsic.
|
/external/llvm/include/llvm/ |
InstVisitor.h | 261 switch ((Intrinsic::ID)F->getIntrinsicID()) { 263 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst); 264 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); 265 case Intrinsic::memcpy: DELEGATE(MemCpyInst); 266 case Intrinsic::memmove: DELEGATE(MemMoveInst); 267 case Intrinsic::memset: DELEGATE(MemSetInst); 268 case Intrinsic::vastart: DELEGATE(VAStartInst); 269 case Intrinsic::vaend: DELEGATE(VAEndInst); 270 case Intrinsic::vacopy: DELEGATE(VACopyInst); 271 case Intrinsic::not_intrinsic: break [all...] |
/external/llvm/lib/CodeGen/ |
SjLjEHPrepare.cpp | 112 FrameAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::frameaddress); 113 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave); 114 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); 115 BuiltinSetjmpFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_setjmp); 116 LSDAAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_lsda) [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | 305 void visitIntrinsicFunctionCall(Intrinsic::ID ID, CallInst &CI); 315 bool PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, 318 ArrayRef<Intrinsic::IITDescriptor> &Infos, 459 "invalid linkage for intrinsic global variable", &GV); 469 "wrong type for intrinsic global variable", &GV); 476 "invalid linkage for intrinsic global variable", &GV); 480 Assert1(PTy, "wrong type for intrinsic global variable", &GV); 484 Assert1(InitArray, "wrong initalizer for intrinsic global variable", [all...] |
/external/chromium_org/native_client_sdk/src/doc/reference/ |
pnacl-bitcode-abi.rst | 260 Intrinsic Global Variables 263 `LLVM LangRef: Intrinsic Global Variables 264 <http://llvm.org/releases/3.3/docs/LangRef.html#intrinsic-global-variables>`_ 266 PNaCl bitcode does not support intrinsic global variables. 366 Intrinsic Functions 369 `LLVM LangRef: Intrinsic Functions 385 The overloaded ``llvm.bswap`` intrinsic is only supported with the following 398 The overloaded ``llvm.sqrt`` intrinsic is only supported for float 399 and double arguments types. Unlike the standard LLVM intrinsic, 413 This intrinsic is lowered to a target dependent trap instruction, which abort [all...] |
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 157 case Intrinsic::memset: 158 case Intrinsic::memmove: 159 case Intrinsic::memcpy: 160 case Intrinsic::init_trampoline: 161 case Intrinsic::lifetime_end: 211 default: return AliasAnalysis::Location(); // Unhandled intrinsic. 212 case Intrinsic::init_trampoline: 221 case Intrinsic::lifetime_end: { 253 case Intrinsic::lifetime_end: 257 case Intrinsic::init_trampoline [all...] |