Searched refs:ff1 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-bad-function-cast.c | 15 _Fract ff1(void); 22 ff1(); in foo() 28 (void)ff1(); in foo() 40 (_Fract) ff1(); in foo() 53 …(int)ff1(); /* expected-warning{{cast from function call of type '_Fract' to non-matc… in foo()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | i64arg.ll | 11 ; CHECK-DAG: lw $25, %call16(ff1) 13 tail call void @ff1(i32 %i, i64 1085102592623924856) nounwind 30 declare void @ff1(i32, i64)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/CSKY/ |
| H A D | intrinsic.ll | 7 ; CHECK-NEXT: ff1.32 a0, a0
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 114 float ff1(_Atomic(float) *d) { in ff1() function
|
| H A D | atomic-ops.c | 166 float ff1(_Atomic(float) *d) { in ff1() function
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | atomic-ops.cl | 175 float ff1(global atomic_float *d) { 176 // CHECK-LABEL: @ff1
|
| /llvm-project-15.0.7/llvm/test/MC/CSKY/ |
| H A D | basic.s | 325 # CHECK-ASM-AND-OBJ: ff1.32 a3, l0 327 ff1.32 a3, l0
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 601 // revh32, abs32, ff0.32, ff1.32, bgenr32
|
| H A D | CSKYInstrInfo.td | 881 def FF1 : R_XZ<0x1F, 0x2, "ff1.32">;
|