HomeSort by relevance Sort by last modified time
    Searched full:intrinsic (Results 176 - 200 of 766) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
cycleclock.h 60 // __rdtsc intrinsic, declared in <intrin.h>. Unfortunately, in some
67 #pragma intrinsic(__rdtsc)
122 // __rdtsc intrinsic properly, so I prefer to use _asm instead
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
cycleclock.h 60 // __rdtsc intrinsic, declared in <intrin.h>. Unfortunately, in some
67 #pragma intrinsic(__rdtsc)
120 // __rdtsc intrinsic properly, so I prefer to use _asm instead
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 401 const char *intrinsic = NULL; local
406 intrinsic = "llvm.x86.sse2.packssdw.128";
410 intrinsic = "llvm.x86.sse41.packusdw";
420 intrinsic = "llvm.x86.sse2.packsswb.128";
423 intrinsic = "llvm.x86.sse2.packuswb.128";
428 if (intrinsic) {
431 res = lp_build_intrinsic_binary(builder, intrinsic, intr_vec_type, lo, hi);
454 tmpres[i] = lp_build_intrinsic_binary(builder, intrinsic,
465 tmpres[i+num_split/2] = lp_build_intrinsic_binary(builder, intrinsic,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 75 #pragma intrinsic(__rdtsc)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
Makefile 61 $(call tablegen, -gen-tgt-intrinsic, AMDGPU.td, $@)
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 18 * by SkBBoxHierarchy that require intrinsic knowledge of the data
  /external/chromium_org/v8/test/webkit/
dfg-intrinsic-osr-exit-expected.txt 24 This tests that an OSR exit inside of an intrinsic that was not loaded with a method check works correctly.
dfg-intrinsic-unused-this.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely."
  /external/clang/lib/Headers/
prfchwintrin.h 1 /*===---- prfchwintrin.h - PREFETCHW intrinsic -----------------------------===
  /external/clang/test/CodeGenObjC/
debug-info-block-captured-self.m 45 // intrinsic associated with the implicit .block_descriptor argument
  /external/llvm/lib/IR/
Makefile 24 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
  /external/llvm/lib/Support/
README.txt.system 27 5. Data in lib/System classes must use only simple C++ intrinsic types.
  /external/llvm/lib/Target/PowerPC/
PPCInstrAltivec.td 164 // VA1a_Int_Ty - A VAForm_1a intrinsic definition of specific type.
165 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
170 // VA1a_Int_Ty2 - A VAForm_1a intrinsic definition where the type of the
172 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
178 // VA1a_Int_Ty3 - A VAForm_1a intrinsic definition where there are two
180 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
187 // VX1_Int_Ty - A VXForm_1 intrinsic definition of specific type.
188 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
193 // VX1_Int_Ty2 - A VXForm_1 intrinsic definition where the type of the
195 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrMMX.td 89 // MMXI_binop_rm_int - Simple MMX binary operator based on intrinsic.
91 multiclass MMXI_binop_rm_int<bits<8> opc, string OpcodeStr, Intrinsic IntId,
109 string OpcodeStr, Intrinsic IntId,
110 Intrinsic IntId2, ShiftOpndItins itins> {
132 Intrinsic IntId64, OpndItins itins> {
148 Intrinsic IntId64, OpndItins itins> {
166 multiclass ssse3_palign_mm<string asm, Intrinsic IntId> {
179 Intrinsic Int, X86MemOperand x86memop, PatFrag ld_frag,
190 RegisterClass DstRC, Intrinsic Int, X86MemOperand x86memop,
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 217 if (IntNo != Intrinsic::xcore_checkevent)
222 // If the chain out of the checkevent intrinsic is an operand of the
225 // the checkevent intrinsic instead.
236 // the operand to the checkevent intrinsic.
  /external/llvm/test/CodeGen/R600/
README 5 - If you write a test for matching a single DAG opcode or intrinsic, it should
  /external/llvm/test/CodeGen/X86/
memset.ll 45 ; Ensure that alignment of '0' in an @llvm.memset intrinsic results in
  /external/llvm/test/TableGen/
Slice.td 10 class Intrinsic<string name> {
  /external/llvm/test/Verifier/
invoke.ll 64 ; CHECK: Cannot take the address of an intrinsic
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 406 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic");
429 PrintFatalError("Intrinsic '" + DefName + "' does not start with 'int_'!");
449 PrintFatalError("Intrinsic '" + DefName + "'s name does not start with 'llvm.'!");
458 PrintFatalError("Intrinsic '" + DefName + "' does not start with 'llvm." +
475 // variants with iAny types; otherwise, if the intrinsic is not
491 PrintFatalError("Intrinsic '" + DefName + " has void in result type list!");
509 // variants with iAny types; otherwise, if the intrinsic is not
525 PrintFatalError("Intrinsic '" + DefName + " has void in result type list!");
531 // Parse the intrinsic properties.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 401 const char *intrinsic = NULL; local
406 intrinsic = "llvm.x86.sse2.packssdw.128";
410 intrinsic = "llvm.x86.sse41.packusdw";
420 intrinsic = "llvm.x86.sse2.packsswb.128";
423 intrinsic = "llvm.x86.sse2.packuswb.128";
428 if (intrinsic) {
431 res = lp_build_intrinsic_binary(builder, intrinsic, intr_vec_type, lo, hi);
454 tmpres[i] = lp_build_intrinsic_binary(builder, intrinsic,
465 tmpres[i+num_split/2] = lp_build_intrinsic_binary(builder, intrinsic,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 75 #pragma intrinsic(__rdtsc)
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 61 $(call tablegen, -gen-tgt-intrinsic, AMDGPU.td, $@)
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_loadso.h 30 * have name mangling and intrinsic language support that varies from
  /external/skia/src/core/
SkBBoxHierarchy.h 18 * by SkBBoxHierarchy that require intrinsic knowledge of the data

Completed in 252 milliseconds

1 2 3 4 5 6 78 91011>>