Home
last modified time | relevance | path

Searched refs:fct1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/Inline/
Dinline_minisize.ll5 define i32 @fct1(i32 %a) nounwind uwtable ssp {
204 ;CHECK: call i32 @fct1
210 %call = call i32 @fct1(i32 %tmp)
220 ;CHECK: call i32 @fct1
222 ; is the same as fct1, thus no inlining for fct2
227 %call = call i32 @fct1(i32 %tmp)
/external/llvm/test/CodeGen/AArch64/
Darm64-memset-to-bzero.ll7 ; CHECK: @fct1
10 define void @fct1(i8* nocapture %ptr) {
Darm64-addr-mode-folding.ll67 define i32 @fct1(i32 %i1, i32 %i2) optsize {
68 ; CHECK: @fct1
Darm64-bitfield-extract.ll42 define void @fct1(%struct.Z* nocapture %x, %struct.A* nocapture %y) nounwind optsize ssp {
43 ; CHECK-LABEL: fct1:
Darm64-vector-ldst.ll277 define <2 x i32> @fct1() nounwind readonly ssp {
279 ; CHECK-LABEL: fct1:
Darm64-scvt.ll72 define float @fct1(i8* nocapture %sp0) {
73 ; CHECK-LABEL: fct1:
/external/elfutils/libcpu/
Di386_disasm.c929 if (prec == 1 && instrtab[cnt].fct1 != 0) in i386_disasm()
948 int r = op1_fct[instrtab[cnt].fct1] (&output_data); in i386_disasm()
Di386_data.h52 unsigned int fct1 : FCT1_BITS; member