HomeSort by relevance Sort by last modified time
    Searched full:i128 (Results 251 - 275 of 346) sorted by null

<<11121314

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 44 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
47 LAST_INTEGER_VALUETYPE = i128,
425 case i128:
518 return MVT::i128;
ValueTypes.td 28 def i128 : ValueType<128, 6>; // 128-bit integer value
  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 14 /// v16i8 => i128
  /external/llvm/test/CodeGen/AArch64/
tailcall-explicit-sret.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
concat_vector-scalar-combine.ll 3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/InstMerge/
ld_hoist_st_sink.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
req-regs.ll 8 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/SLPVectorizer/AArch64/
commute.ll 2 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
  /external/valgrind/lackey/docs/
lk-manual.xml 90 The IR types are identified by their IR name ("I1", "I8", ... "I128",
  /external/llvm/test/Transforms/InstCombine/
getelementptr.ll 229 define i1 @test13_i128(i128 %X, %S* %P) {
232 %A = getelementptr inbounds %S, %S* %P, i128 0, i32 1, i128 %X
233 %B = getelementptr inbounds %S, %S* %P, i128 0, i32 0
325 define i1 @test18_i128(i16* %P, i128 %I) {
328 %X = getelementptr inbounds i16, i16* %P, i128 %I
  /external/clang/test/CodeGen/
systemz-abi-vector.c 79 // CHECK-LABEL: define void @pass_v1i128(<1 x i128>* noalias sret %{{.*}}, <1 x i128>*)
  /external/llvm/lib/Target/PowerPC/
PPCCallingConv.td 52 CCIfType<[i128], CCAssignToReg<[X3, X4, X5, X6]>>,
112 CCIfType<[i128], CCAssignToReg<[X3, X4, X5, X6]>>,
  /external/llvm/test/CodeGen/ARM/
vector-DAGCombine.ll 238 define <2 x i8> @test_truncate(<2 x i128> %in) {
252 %res = trunc <2 x i128> %in to <2 x i8>
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 63 /// %C = shl i128 %A, 64
64 /// %D = shl i128 %B, 96
65 /// %E = or i128 %C, %D
66 /// %F = lshr i128 %E, 64
    [all...]
  /external/llvm/test/DebugInfo/AArch64/
cfi-eof-prologue.ll 20 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
arbitrary-induction-step.ll 4 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
  /external/llvm/utils/emacs/
llvm-mode.el 26 `(,(regexp-opt '("void" "i1" "i8" "i16" "i32" "i64" "i128" "float" "double" "type" "label" "opaque") 'symbol) . font-lock-type-face)
  /external/llvm/test/CodeGen/X86/
sse2.ll 307 %bc = bitcast <4 x i32> %i to i128
308 %insert = and i128 %bc, -4294967296
309 %bc2 = bitcast i128 %insert to <4 x i32>
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
APIntSextParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 signext %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
APIntZextParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 zeroext %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
is_heap_until.pass.cpp 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
397 assert(std::is_heap_until(i128, i128+7) == i128+3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
  /external/llvm/test/Transforms/SimplifyCFG/
switch_create.ll 458 define void @test15(i128 %x) nounwind {
459 %cmp = icmp ugt i128 %x, 2
463 %cmp2 = icmp ne i128 %x, 100000000000000000000

Completed in 4153 milliseconds

<<11121314