/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.sample-masked.ll | 9 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 22 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 35 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 48 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 61 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 73 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 85 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 92 declare <4 x float> @llvm.SI.sample.v1i32(<1 x i32>, <32 x i8>, <16 x i8>, i32) readnone
|
D | llvm.SI.sample.ll | 144 %1 = call <4 x float> @llvm.SI.sample.v1i32(<1 x i32> %0, <32 x i8> undef, <16 x i8> undef, i32 0) 154 declare <4 x float> @llvm.SI.sample.v1i32(<1 x i32>, <32 x i8>, <16 x i8>, i32) readnone
|
/external/clang/test/CodeGen/ |
D | systemz-abi-vector.c | 12 typedef __attribute__((vector_size(4))) int v1i32; typedef 63 v1i32 pass_v1i32(v1i32 arg) { return arg; } in pass_v1i32()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 79 v1i32 = 32, // 1 x i32 enumerator 211 SimpleTy == MVT::v1i32 || SimpleTy == MVT::v2f16 || in is32BitVector() 303 case v1i32: in getVectorElementType() 369 case v1i32: in getVectorNumElements() 410 case v1i32: return 32; in getSizeInBits() 552 if (NumElements == 1) return MVT::v1i32; in getVectorVT()
|
D | ValueTypes.td | 55 def v1i32 : ValueType<32 , 32>; // 1 x i32 vector value
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 341 // D form - v1i8, v1i16, v1i32, v1i64 368 def : InstRW<[A57Write_5cyc_1W], (instregex "^(P?MUL|SQR?DMULH)(v8i8|v4i16|v2i32|v1i8|v1i16|v1i32|v… 404 def : InstRW<[A57Write_4cyc_1X], (instregex "^[SU][QR]{1,2}SHL(v1i8|v1i16|v1i32|v1i64|v8i8|v4i16|v2… 417 // D form - v1i32, v1i64 432 …yc_1V], (instregex "^(FACGE|FACGT|FCMEQ|FCMGE|FCMGT|FCMLE|FCMLT)(v2f32|32|64|v1i32|v2i32|v1i64)")>; 439 def : InstRW<[A57Write_5cyc_1V], (instregex "^[FVSU]CVT([AMNPZ][SU])?(_Int)?(v2f32|v1i32|v2i32|v1i6… 470 def : InstRW<[A57Write_5cyc_1V], (instregex "^FMULX?(v2f32|v1i32|v2i32|v1i64|32|64)")>; 479 def : InstRW<[A57WriteFPVMAD, A57ReadFPVMA5], (instregex "^FML[AS](v2f32|v1i32|v2i32|v1i64)")>; 494 // D form - v1i8, v1i16, v1i32, v1i64 508 def : InstRW<[A57Write_5cyc_1V], (instregex "^[FU](RECP|RSQRT)(E|X)(v2f32|v1i32|v2i32|v1i64)")>; [all …]
|
D | AArch64InstrFormats.td | 5342 def v1i32 : BaseSIMDThreeScalar<U, 0b10, opc, FPR32, asm, []>; 5349 (!cast<Instruction>(NAME#"v1i32") FPR32:$Rn, FPR32:$Rm)>; 5354 def v1i32 : BaseSIMDThreeScalar<U, 0b10, opc, FPR32, asm, 5361 def v1i32: BaseSIMDThreeScalarTied<U, 0b10, R, opc, (outs FPR32:$dst), 5552 def v1i32 : BaseSIMDTwoScalar<U, {S,0}, opc, FPR32, FPR32, asm,[]>; 5559 def v1i32 : BaseSIMDTwoScalar<U, {S,0}, opc, FPR32, FPR32, asm, 5568 def v1i32 : BaseSIMDTwoScalar<U, 0b10, opc, FPR32, FPR32, asm, 5583 def v1i32 : BaseSIMDTwoScalarTied<U, 0b10, opc, FPR32, FPR32, asm, 5598 def v1i32 : BaseSIMDTwoScalar<U, 0b10, opc, FPR32, FPR64, asm, 6832 // FIXME: it would be nice to use the scalar (v1i32) instruction here, but an [all …]
|
D | AArch64ISelLowering.cpp | 8921 if (SVT == MVT::v1i8 || SVT == MVT::v1i16 || SVT == MVT::v1i32 in getPreferredVectorAction()
|
/external/llvm/test/CodeGen/ARM/ |
D | v1-constant-fold.ll | 3 ; PR15611. Check that we don't crash when constant folding v1i32 types.
|
/external/llvm/test/CodeGen/AArch64/ |
D | trunc-v1i64.ll | 6 ; v1i32 trunc v1i64, v1i16 trunc v1i64, v1i8 trunc v1i64. 11 ; FIXME: Currently XTN is generated for v1i32, but it can be optimized.
|
D | arm64-neon-copy.ll | 873 define <4 x i32> @testDUP.v1i32(<1 x i32> %a) { 874 ; CHECK-LABEL: testDUP.v1i32:
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 150 case MVT::v1i32: return "v1i32"; in getEVTString() 218 case MVT::v1i32: return VectorType::get(Type::getInt32Ty(Context), 1); in getTypeForEVT()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 92 case MVT::v1i32: return "MVT::v1i32"; in getEnumName()
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 173 def llvm_v1i32_ty : LLVMType<v1i32>; // 1 x i32
|