HomeSort by relevance Sort by last modified time
    Searched full:v2i64 (Results 326 - 350 of 475) sorted by null

<<111213141516171819

  /external/llvm/test/CodeGen/AMDGPU/
ctlz_zero_undef.ll 12 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1) nounwind readnone
  /external/llvm/test/CodeGen/SystemZ/
vec-cmp-04.ll 1 ; Test v2i64 comparisons.
  /external/llvm/test/CodeGen/X86/
avx512cdvl-intrinsics.ll 4 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1) nounwind readonly
splat-for-size.ll 192 ; due to a missing AVX pattern to select a v2i64 X86ISD::BROADCAST of a
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
msa.h 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.td 403 [v16i8, v8i16, v4i32, v2i64, v4f32, v2f64, f128,
410 [v16i8, v8i16, v4i32, v2i64, v4f32, v2f64, v8f16],
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 89 setOperationAction(ISD::LOAD, MVT::v2i64, Promote);
90 AddPromotedToType(ISD::LOAD, MVT::v2i64, MVT::v4i32);
174 setOperationAction(ISD::STORE, MVT::v2i64, Promote);
175 AddPromotedToType(ISD::STORE, MVT::v2i64, MVT::v4i32);
198 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand);
199 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Expand);
200 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Expand);
201 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 216 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64))
289 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64))
  /external/clang/test/CodeGen/
builtins-mips-msa.c 8 typedef signed long long v2i64 __attribute__ ((vector_size(16))); typedef
27 v2i64 v2i64_a = (v2i64) {0, 1};
28 v2i64 v2i64_b = (v2i64) {1, 2};
29 v2i64 v2i64_r;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 2740 milliseconds

<<111213141516171819