Home
last modified time | relevance | path

Searched refs:fct2 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/Inline/
Dinline_minisize.ll103 define i32 @fct2(i32 %a) nounwind uwtable inlinehint ssp {
205 ; The inline keyword gives a sufficient benefits to inline fct2
206 ;CHECK-NOT: call i32 @fct2
212 %call1 = call i32 @fct2(i32 %tmp1)
221 ; With Oz (minsize attribute), the benefit of inlining fct2
222 ; is the same as fct1, thus no inlining for fct2
223 ;CHECK: call i32 @fct2
229 %call1 = call i32 @fct2(i32 %tmp1)
/external/llvm/test/CodeGen/AArch64/
Darm64-memset-to-bzero.ll18 ; CHECK: @fct2
22 define void @fct2(i8* nocapture %ptr) {
Darm64-bitfield-extract.ll57 define i64 @fct2(i64 %cav1.coerce) nounwind {
58 ; CHECK-LABEL: fct2:
Darm64-vector-ldst.ll285 define <4 x i16> @fct2() nounwind readonly ssp {
287 ; CHECK-LABEL: fct2:
Darm64-scvt.ll85 define float @fct2(i16* nocapture %sp0) {
86 ; CHECK-LABEL: fct2:
/external/elfutils/libcpu/
Di386_disasm.c962 else if (prec == 2 && instrtab[cnt].fct2 != 0) in i386_disasm()
981 int r = op2_fct[instrtab[cnt].fct2] (&output_data); in i386_disasm()
Di386_data.h61 unsigned int fct2 : FCT2_BITS; member