Home
last modified time | relevance | path

Searched refs:ssp (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-ret.ll7 define zeroext i1 @rettrue() nounwind uwtable ssp {
15 define zeroext i1 @retfalse() nounwind uwtable ssp {
23 define signext i1 @retstrue() nounwind uwtable ssp {
31 define signext i1 @retsfalse() nounwind uwtable ssp {
39 define signext i8 @ret2(i8 signext %a) nounwind uwtable ssp {
47 define zeroext i8 @ret3(i8 signext %a) nounwind uwtable ssp {
55 define signext i16 @ret4(i16 signext %a) nounwind uwtable ssp {
63 define zeroext i16 @ret5(i16 signext %a) nounwind uwtable ssp {
71 define i16 @ret6(i16 %a) nounwind uwtable ssp {
79 define signext i32 @ret7(i32 signext %a) nounwind uwtable ssp {
[all …]
Dfast-isel-fold.ll7 define void @t1() nounwind uwtable ssp {
17 define void @t2() nounwind uwtable ssp {
27 define void @t2a() nounwind uwtable ssp {
41 define i32 @t3() nounwind uwtable ssp {
50 define i32 @t4() nounwind uwtable ssp {
59 define i32 @t5() nounwind uwtable ssp {
68 define i32 @t6() nounwind uwtable ssp {
77 define i64 @t7() nounwind uwtable ssp {
86 define i64 @t8() nounwind uwtable ssp {
95 define i64 @t9() nounwind uwtable ssp {
[all …]
Dfast-isel-ext.ll5 define i32 @zext_8_32(i8 %a) nounwind ssp {
12 define i32 @zext_16_32(i16 %a) nounwind ssp {
19 define i64 @zext_8_64(i8 %a) nounwind ssp {
26 define i64 @zext_16_64(i16 %a) nounwind ssp {
33 define i64 @zext_32_64(i32 %a) nounwind ssp {
42 define i32 @sext_8_32(i8 %a) nounwind ssp {
49 define i32 @sext_16_32(i16 %a) nounwind ssp {
56 define i64 @sext_8_64(i8 %a) nounwind ssp {
63 define i64 @sext_16_64(i16 %a) nounwind ssp {
70 define i64 @sext_32_64(i32 %a) nounwind ssp {
Dfast-isel-binary.ll5 define void @add_i8(i8 %a, i8 %b) nounwind ssp {
15 define void @add_i8_imm(i8 %a) nounwind ssp {
25 define void @add_i16(i16 %a, i16 %b) nounwind ssp {
35 define void @add_i16_imm(i16 %a, i16 %b) nounwind ssp {
47 define void @or_i8(i8 %a, i8 %b) nounwind ssp {
57 define void @or_i8_imm(i8 %a) nounwind ssp {
67 define void @or_i16(i16 %a, i16 %b) nounwind ssp {
77 define void @or_i16_imm(i16 %a) nounwind ssp {
89 define void @sub_i8(i8 %a, i8 %b) nounwind ssp {
99 define void @sub_i8_imm(i8 %a) nounwind ssp {
[all …]
Dfast-isel-load-store.ll27 define i8 @t1() nounwind uwtable ssp {
36 define i16 @t2() nounwind uwtable ssp {
45 define i32 @t3() nounwind uwtable ssp {
54 define i64 @t4() nounwind uwtable ssp {
63 define float @t5() nounwind uwtable ssp {
72 define double @t6() nounwind uwtable ssp {
83 define void @t7(i8 %v) nounwind uwtable ssp {
94 define void @t8(i16 %v) nounwind uwtable ssp {
105 define void @t9(i32 %v) nounwind uwtable ssp {
116 define void @t10(i64 %v) nounwind uwtable ssp {
[all …]
Dfast-isel-cmp-imm.ll6 define void @t1a(float %a) uwtable ssp {
25 define void @t1b(float %a) uwtable ssp {
42 define void @t2a(double %a) uwtable ssp {
59 define void @t2b(double %a) uwtable ssp {
76 define void @t4(i8 signext %a) uwtable ssp {
92 define void @t5(i8 zeroext %a) uwtable ssp {
108 define void @t6(i16 signext %a) uwtable ssp {
124 define void @t7(i16 zeroext %a) uwtable ssp {
140 define void @t8(i32 %a) uwtable ssp {
155 define void @t9(i32 %a) uwtable ssp {
[all …]
Dfast-isel-shifter.ll3 define i32 @shl() nounwind ssp {
11 define i32 @shl_reg(i32 %src1, i32 %src2) nounwind ssp {
19 define i32 @lshr() nounwind ssp {
27 define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind ssp {
35 define i32 @ashr() nounwind ssp {
43 define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind ssp {
Dfast-isel-conversion-p5.ll5 define void @sitofp_double_i32(i32 %a, double %b) nounwind ssp {
17 define void @sitofp_double_i64(i64 %a, double %b) nounwind ssp {
29 define void @sitofp_double_i16(i16 %a, double %b) nounwind ssp {
42 define void @sitofp_double_i8(i8 %a, double %b) nounwind ssp {
57 define void @fptosi_float_i32(float %a) nounwind ssp {
69 define void @fptosi_float_i64(float %a) nounwind ssp {
81 define void @fptosi_double_i32(double %a) nounwind ssp {
93 define void @fptosi_double_i64(double %a) nounwind ssp {
107 define void @fptoui_float_i32(float %a) nounwind ssp {
119 define void @fptoui_double_i32(double %a) nounwind ssp {
/external/llvm/test/CodeGen/X86/
Datomic_add.ll6 define void @sub1(i32* nocapture %p, i32 %v) nounwind ssp {
14 define void @inc4(i64* nocapture %p) nounwind ssp {
24 define void @add8(i64* nocapture %p) nounwind ssp {
32 define void @add4(i64* nocapture %p, i32 %v) nounwind ssp {
41 define void @inc3(i8* nocapture %p) nounwind ssp {
51 define void @add7(i8* nocapture %p) nounwind ssp {
59 define void @add3(i8* nocapture %p, i32 %v) nounwind ssp {
68 define void @inc2(i16* nocapture %p) nounwind ssp {
78 define void @add6(i16* nocapture %p) nounwind ssp {
86 define void @add2(i16* nocapture %p, i32 %v) nounwind ssp {
[all …]
Davx-unpack.ll4 define <8 x float> @unpackhips(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
11 …ne <4 x double> @unpackhipd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
18 define <8 x float> @unpacklops(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
25 …ne <4 x double> @unpacklopd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
32 …e <8 x float> @unpacklops-not(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
39 …4 x double> @unpacklopd-not(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
46 …e <8 x float> @unpackhips-not(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
53 …4 x double> @unpackhipd-not(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
64 define <8 x i32> @unpackhips1(<8 x i32> %src1, <8 x i32> %src2) nounwind uwtable readnone ssp {
71 define <8 x i32> @unpackhips2(<8 x i32>* %src1, <8 x i32>* %src2) nounwind uwtable readnone ssp {
[all …]
/external/llvm/test/Transforms/Inline/
Dcrash.ll14 define void @list_DeleteElement(i32 (i8*, i8*)* nocapture %Test) nounwind ssp {
21 define void @list_DeleteDuplicates(i32 (i8*, i8*)* nocapture %Test) nounwind ssp {
23 call void @list_DeleteElement(i32 (i8*, i8*)* %Test) nounwind ssp
24 call fastcc void @list_Rplacd1284() nounwind ssp
29 …HaveSameSubtermAndAreFromSameClause(i32* nocapture %L1, i32* nocapture %L2) nounwind readonly ssp {
35 define internal fastcc void @inf_GetBackwardPartnerLits(i32* nocapture %Flags) nounwind ssp {
42 define void @inf_BackwardEmptySortPlusPlus() nounwind ssp {
44 call fastcc void @inf_GetBackwardPartnerLits(i32* null) nounwind ssp
48 define void @inf_BackwardWeakening() nounwind ssp {
50 call fastcc void @inf_GetBackwardPartnerLits(i32* null) nounwind ssp
[all …]
Dcrash2.ll5 declare i8* @f1(i8*) ssp align 2
7 define linkonce_odr void @f2(i8* %t) inlinehint ssp {
12 define linkonce_odr void @f3(void (i8*)* %__f) ssp {
19 call i8* @f1(i8* undef) ssp
23 define linkonce_odr void @f4(i8* %this) ssp align 2 {
26 call void @f3(void (i8*)* @f2) ssp
Dalloca-in-scc.ll6 define i32 @main(i32 %argc, i8** %argv) nounwind ssp {
12 define internal fastcc void @a() nounwind ssp {
21 define internal fastcc void @b() nounwind ssp {
23 tail call fastcc void @a() nounwind ssp
27 define internal fastcc void @c() nounwind ssp {
Dinline_ssp.ll12 ; strictest(caller-ssp-attr, callee-ssp-attr), where strictness is ordered as:
13 ; sspreq > sspstrong > ssp > [no ssp]
26 define internal void @fun_ssp() nounwind ssp uwtable {
54 define void @inline_req_ssp() nounwind ssp uwtable {
83 define void @inline_strong_ssp() nounwind ssp uwtable {
112 define void @inline_ssp_ssp() nounwind ssp uwtable {
141 define void @inline_nossp_ssp() nounwind ssp uwtable {
159 ; CHECK: attributes #2 = { nounwind ssp uwtable }
/external/llvm/test/CodeGen/AArch64/
Darm64-arith.ll3 define i32 @t1(i32 %a, i32 %b) nounwind readnone ssp {
12 define i32 @t2(i32 %a, i32 %b) nounwind readnone ssp {
21 define i64 @t3(i64 %a, i64 %b) nounwind readnone ssp {
30 define i32 @t4(i32 %a, i32 %b) nounwind readnone ssp {
39 define i64 @t5(i64 %a, i64 %b) nounwind readnone ssp {
48 define i32 @t6(i32 %a, i32 %b) nounwind readnone ssp {
57 define i64 @t7(i64 %a, i64 %b) nounwind readnone ssp {
66 define i32 @t8(i32 %a, i32 %b) nounwind readnone ssp {
75 define i64 @t9(i64 %a, i64 %b) nounwind readnone ssp {
84 define i32 @t10(i32 %a, i32 %b) nounwind readnone ssp {
[all …]
Darm64-shifted-sext.ll5 define signext i16 @extendedLeftShiftcharToshortBy4(i8 signext %a) nounwind readnone ssp {
17 define signext i16 @extendedRightShiftcharToshortBy4(i8 signext %a) nounwind readnone ssp {
29 define signext i16 @extendedLeftShiftcharToshortBy8(i8 signext %a) nounwind readnone ssp {
41 define signext i16 @extendedRightShiftcharToshortBy8(i8 signext %a) nounwind readnone ssp {
54 define i32 @extendedLeftShiftcharTointBy4(i8 signext %a) nounwind readnone ssp {
65 define i32 @extendedRightShiftcharTointBy4(i8 signext %a) nounwind readnone ssp {
76 define i32 @extendedLeftShiftcharTointBy8(i8 signext %a) nounwind readnone ssp {
87 define i32 @extendedRightShiftcharTointBy8(i8 signext %a) nounwind readnone ssp {
99 define i64 @extendedLeftShiftcharToint64By4(i8 signext %a) nounwind readnone ssp {
110 define i64 @extendedRightShiftcharToint64By4(i8 signext %a) nounwind readnone ssp {
[all …]
Darm64-fast-isel-conversion.ll4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
44 define i64 @zext_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
82 define i32 @zext_i1_i32(i1 zeroext %a) nounwind ssp {
91 define i64 @zext_i1_i64(i1 zeroext %a) nounwind ssp {
100 define i64 @sext_(i8 signext %a, i16 signext %b, i32 %c, i64 %d) nounwind ssp {
156 define i32 @sext_i1_i32(i1 signext %a) nounwind ssp {
166 define signext i16 @sext_i1_i16(i1 %a) nounwind ssp {
175 define signext i8 @sext_i1_i8(i1 %a) nounwind ssp {
184 define double @fpext_(float %a) nounwind ssp {
193 define float @fptrunc_(double %a) nounwind ssp {
[all …]
Darm64-fcmp-opt.ll4 define i1 @fcmp_float1(float %a) nounwind ssp {
13 define i1 @fcmp_float2(float %a, float %b) nounwind ssp {
22 define i1 @fcmp_double1(double %a) nounwind ssp {
31 define i1 @fcmp_double2(double %a, double %b) nounwind ssp {
41 define float @fcmp_oeq(float %a, float %b) nounwind ssp {
53 define float @fcmp_ogt(float %a, float %b) nounwind ssp {
65 define float @fcmp_oge(float %a, float %b) nounwind ssp {
77 define float @fcmp_olt(float %a, float %b) nounwind ssp {
89 define float @fcmp_ole(float %a, float %b) nounwind ssp {
101 define float @fcmp_ord(float %a, float %b) nounwind ssp {
[all …]
Darm64-vector-imm.ll50 define <4 x i32> @movi_4s_imm_t1() nounwind readnone ssp {
57 define <4 x i32> @movi_4s_imm_t2() nounwind readnone ssp {
64 define <4 x i32> @movi_4s_imm_t3() nounwind readnone ssp {
71 define <4 x i32> @movi_4s_imm_t4() nounwind readnone ssp {
78 define <8 x i16> @movi_8h_imm_t5() nounwind readnone ssp {
86 define <8 x i16> @movi_8h_imm_t6() nounwind readnone ssp {
93 define <4 x i32> @movi_4s_imm_t7() nounwind readnone ssp {
100 define <4 x i32> @movi_4s_imm_t8() nounwind readnone ssp {
107 define <16 x i8> @movi_16b_imm_t9() nounwind readnone ssp {
115 define <2 x i64> @movi_2d_imm_t10() nounwind readnone ssp {
[all …]
Darm64-vclz.ll3 define <8 x i8> @test_vclz_u8(<8 x i8> %a) nounwind readnone ssp {
11 define <8 x i8> @test_vclz_s8(<8 x i8> %a) nounwind readnone ssp {
19 define <4 x i16> @test_vclz_u16(<4 x i16> %a) nounwind readnone ssp {
27 define <4 x i16> @test_vclz_s16(<4 x i16> %a) nounwind readnone ssp {
35 define <2 x i32> @test_vclz_u32(<2 x i32> %a) nounwind readnone ssp {
43 define <2 x i32> @test_vclz_s32(<2 x i32> %a) nounwind readnone ssp {
51 define <16 x i8> @test_vclzq_u8(<16 x i8> %a) nounwind readnone ssp {
59 define <16 x i8> @test_vclzq_s8(<16 x i8> %a) nounwind readnone ssp {
67 define <8 x i16> @test_vclzq_u16(<8 x i16> %a) nounwind readnone ssp {
75 define <8 x i16> @test_vclzq_s16(<8 x i16> %a) nounwind readnone ssp {
[all …]
Darm64-fmadd.ll3 define float @fma32(float %a, float %b, float %c) nounwind readnone ssp {
11 define float @fnma32(float %a, float %b, float %c) nounwind readnone ssp {
20 define float @fms32(float %a, float %b, float %c) nounwind readnone ssp {
29 define float @fms32_com(float %a, float %b, float %c) nounwind readnone ssp {
38 define float @fnms32(float %a, float %b, float %c) nounwind readnone ssp {
47 define double @fma64(double %a, double %b, double %c) nounwind readnone ssp {
55 define double @fnma64(double %a, double %b, double %c) nounwind readnone ssp {
64 define double @fms64(double %a, double %b, double %c) nounwind readnone ssp {
73 define double @fms64_com(double %a, double %b, double %c) nounwind readnone ssp {
82 define double @fnms64(double %a, double %b, double %c) nounwind readnone ssp {
Darm64-csel.ll7 define i32 @foo1(i32 %b, i32 %c) nounwind readnone ssp {
18 define i32 @foo2(i32 %b, i32 %c) nounwind readnone ssp {
29 define i32 @foo3(i32 %b, i32 %c) nounwind readnone ssp {
39 define i32@foo4(i32 %a) nounwind ssp {
49 define i32@foo5(i32 %a, i32 %b) nounwind ssp {
63 define i32@foo6(i32 %a, i32 %b) nounwind ssp {
100 define i32 @foo8(i32 %v, i32 %a, i32 %b) nounwind readnone ssp {
111 define i32 @foo9(i32 %v) nounwind readnone optsize ssp {
122 define i64 @foo10(i64 %v) nounwind readnone optsize ssp {
133 define i32 @foo11(i32 %v) nounwind readnone optsize ssp {
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-ldrh-strh-arm.ll5 define zeroext i16 @t1(i16* nocapture %a) nounwind uwtable readonly ssp {
14 define zeroext i16 @t2(i16* nocapture %a) nounwind uwtable readonly ssp {
23 define zeroext i16 @t3(i16* nocapture %a) nounwind uwtable readonly ssp {
32 define zeroext i16 @t4(i16* nocapture %a) nounwind uwtable readonly ssp {
43 define zeroext i16 @t5(i16* nocapture %a) nounwind uwtable readonly ssp {
52 define zeroext i16 @t6(i16* nocapture %a) nounwind uwtable readonly ssp {
61 define zeroext i16 @t7(i16* nocapture %a) nounwind uwtable readonly ssp {
70 define zeroext i16 @t8(i16* nocapture %a) nounwind uwtable readonly ssp {
80 define void @t9(i16* nocapture %a) nounwind uwtable ssp {
91 define void @t10(i16* nocapture %a) nounwind uwtable ssp {
[all …]
Dfast-isel-ret.ll6 ;define signext i1 @ret0(i1 signext %a) nounwind uwtable ssp {
11 define zeroext i1 @ret1(i1 signext %a) nounwind uwtable ssp {
19 define signext i8 @ret2(i8 signext %a) nounwind uwtable ssp {
27 define zeroext i8 @ret3(i8 signext %a) nounwind uwtable ssp {
35 define signext i16 @ret4(i16 signext %a) nounwind uwtable ssp {
43 define zeroext i16 @ret5(i16 signext %a) nounwind uwtable ssp {
51 define i16 @ret6(i16 %a) nounwind uwtable ssp {
Dfast-isel-shifter.ll4 define i32 @shl() nounwind ssp {
12 define i32 @shl_reg(i32 %src1, i32 %src2) nounwind ssp {
20 define i32 @lshr() nounwind ssp {
28 define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind ssp {
36 define i32 @ashr() nounwind ssp {
44 define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind ssp {

12345678910>>...39