/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap_comp.pass.cpp | 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local 398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7)); [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | 373 I64, I128, V128, V256. */ 487 /* There are no I128-bit loads and/or stores [as generated by any [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
basic.ll | [all...] |
/external/clang/test/CodeGen/ |
systemz-abi.c | 26 // CHECK-LABEL: define void @pass_int128(i128* noalias sret %{{.*}}, i128*) [all...] |
catch-undef-behavior.c | 219 // CHECK-COMMON: %[[INBOUNDS:.*]] = icmp ule i128 %{{.*}}, -20282409603651670423947251286016
|
target-data.c | 140 // AARCH64: target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
msan_basic.ll | 675 ; CHECK-ORIGINS: = bitcast <8 x i16> {{.*}} to i128 676 ; CHECK-ORIGINS-NEXT: = icmp ne i128 {{.*}}, 0
|
/external/llvm/test/Transforms/InstCombine/ |
fast-math.ll | 272 %constExprMul = bitcast i128 trunc (i160 bitcast (<5 x float> <float 6.0e+3, float 6.0e+3, float 2.0e+3, float 1.0e+3, float undef> to i160) to i128) to <4 x float>
|
/external/llvm/include/llvm/IR/ |
DataLayout.h | 353 /// i128 128 128 128
|
IntrinsicsAArch64.td | 208 // 64-bit polynomial multiply really returns an i128, which is not legal. Fake
|
Intrinsics.td | 201 def llvm_v1i128_ty : LLVMType<v1i128>; // 1 x i128
|
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 304 // i128 -170141183420855150465331762880109871104
|
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.td | 426 def FR128 : RegisterClass<"X86", [i128, f128], 128, (add FR32)>;
|
/external/llvm/test/CodeGen/AArch64/ |
aarch64-a57-fp-load-balancing.ll | 17 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
aarch64-fix-cortex-a53-835769.ll | 20 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
arm64-neon-3vdiff.ll | [all...] |
arm64-shrink-wrapping.ll | 3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
f16-instructions.ll | 3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
/external/llvm/test/DebugInfo/AArch64/ |
frameindices.ll | 36 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
horizontal.ll | 6 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 502 popcntintr = "llvm.ctpop.i128";
|
/frameworks/compile/libbcc/tests/libbcc/ |
test_reduce_general_metadata.ll | 39 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
stride-access-dependence.ll | 3 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|