| /llvm-project-15.0.7/llvm/test/MC/M68k/Control/Classes/ |
| H A D | MxBcc.s | 48 bhi $3fc 51 bls $3fc 54 bcc $3fc 57 bcs $3fc 60 bne $3fc 63 beq $3fc 66 bvc $3fc 69 bvs $3fc 72 bpl $3fc 75 bmi $3fc [all …]
|
| H A D | MxBRA.s | 9 ; CHECK: bra $3fc 11 bra $3fc
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument 9 …char *cp3 = foo(fc); // expected-error {{implicit conversion from '_Complex float' to 'float' is n… in test_foo_1() 15 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument 18 int *ip = foo(fc); in test_foo_2() 24 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument 27 int *ip = foo(fc); in test_foo_3() 34 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() argument 35 char *cp = promote_or_convert(fc); in test_promote_or_convert() 42 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2() argument 43 int *cp = promote_or_convert2(fc); in test_promote_or_convert2()
|
| H A D | cxx1y-generic-lambdas.cpp | 51 char (*fc)(char) = L; in test() local 52 fc('b'); in test() 74 char (*fc)(char) = L('a'); in test() local 75 fc('b'); in test() 89 char* (*fc)(char) = L('a'); in test() local 90 fc('b'); in test() 102 char* (*fc)(char) = L('a'); in test() local 103 fc('b'); in test() 159 char (*fc)(char) = L; in test() local 160 fc('b'); in test() [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() argument 8 char *cp3 = foo(fc); in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument 17 int *ip = foo(fc); in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument 26 int *ip = foo(fc); in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() argument 34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2() argument 42 int *cp = promote_or_convert2(fc); in test_promote_or_convert2()
|
| /llvm-project-15.0.7/lldb/test/Shell/Register/Core/Inputs/ |
| H A D | multithread.cpp | 16 void fcommon(uint32_t a, uint32_t b, uint32_t c, uint32_t d, double fa, double fb, double fc, doubl… in fcommon() argument 31 volatile double fc = 8.0; in f1() local 36 fcommon(a, b, c, d, fa, fb, fc, fd, true); in f1() 46 volatile double fc = 9.0; in f2() local 50 fcommon(a, b, c, d, fa, fb, fc, fd, false); in f2() 60 volatile double fc = 15.0; in f3() local 64 fcommon(a, b, c, d, fa, fb, fc, fd, false); in f3()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | riscv32-ilp32d-abi.cpp | 36 struct empty_complex_f { struct {}; float _Complex fc; }; member 41 return __imag__ a.fc; in f_empty_complex_f() 44 struct empty_complex_d { struct {}; double _Complex fc; }; member 49 return __imag__ a.fc; in f_empty_complex_d()
|
| H A D | complex-builtins-3.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local 31 if (__builtin_conjf (fc) != 1.0F - 2.0iF) in main() 35 if (__builtin_crealf (fc) != 1.0F) in main() 39 if (__builtin_cimagf (fc) != 2.0F) in main()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_codegen_11.cpp | 49 float _Complex fc = (float)a; in implicit_maps_float_complex() local 78 fc *= fc; in implicit_maps_float_complex()
|
| H A D | lit.local.cfg | 4 fc = ToolSubst('FileCheck', unresolved='fatal') 5 config.substitutions.insert(0, (fc.regex, 'FileCheck --allow-unused-prefixes'))
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | addsub.ll | 12 @fc = common global [4 x float] zeroinitializer, align 16 134 …%1 = load float, float* getelementptr inbounds ([4 x float], [4 x float]* @fc, i32 0, i64 0), alig… 138 …%3 = load float, float* getelementptr inbounds ([4 x float], [4 x float]* @fc, i32 0, i64 1), alig… 217 ; fc[0] = fb[0]+fa[0]; //swapped fb and fa 218 ; fc[1] = fa[1]-fb[1]; 219 ; fc[2] = fa[2]+fb[2]; 220 ; fc[3] = fa[3]-fb[3]; 252 ; fc[0] = fa[0]+(fb[0]-fd[0]); 253 ; fc[1] = fa[1]-(fb[1]+fd[1]); 254 ; fc[2] = fa[2]+(fb[2]-fd[2]); [all …]
|
| /llvm-project-15.0.7/flang/tools/f18/ |
| H A D | CMakeLists.txt | 54 ${CMAKE_CURRENT_SOURCE_DIR}/flang-to-external-fc.in 55 ${CMAKE_BINARY_DIR}/bin/flang-to-external-fc 58 add_custom_target(flang-to-external-fc ALL DEPENDS ${CMAKE_BINARY_DIR}/bin/flang-to-external-fc) 59 …install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/flang-to-external-fc DESTINATION "${CMAKE_INSTALL_BINDIR}…
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-sjlj.c | 94 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() argument 96 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc); in __Unwind_SjLj_SetTopOfFunctionStack() 98 stack = fc; in __Unwind_SjLj_SetTopOfFunctionStack() 107 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument 108 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack(); in _Unwind_SjLj_Register() 109 __Unwind_SjLj_SetTopOfFunctionStack(fc); in _Unwind_SjLj_Register() 115 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister() argument 116 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev); in _Unwind_SjLj_Unregister()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ |
| H A D | DefaultController.py | 46 for fc in finish_commands: 47 condition = EarlyExitCondition(on_line=fc.on_line, 48 hit_count=fc.hit_count, 49 expression=fc.expression, 50 values=fc.values)
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | tgmath.c | 10 float complex fc; variable 20 _Static_assert(sizeof(creal(fc)) == sizeof(f), ""); 30 _Static_assert(sizeof(fabs(fc)) == sizeof(f), "");
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | map-file.s | 79 # CHECK-NEXT: 2013fc 2013fc 0 4 {{.*}}{{/|\\}}map-file.s.tmp3… 80 # CHECK-NEXT: 2013fc 2013fc 0 1 bah 81 # CHECK-NEXT: 2013fc 2013fc 1 4 {{.*}}{{/|\\}}map-file.s.tmp4… 82 # CHECK-NEXT: 2013fc 2013fc 0 1 baz
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | fast-reassociate-gvn.ll | 18 @fc = external global float 34 ; CHECK-NEXT: [[C:%.*]] = load float, float* @fc, align 4 43 %C = load float, float* @fc 59 ; CHECK-NEXT: [[C:%.*]] = load float, float* @fc, align 4 68 %C = load float, float* @fc 84 ; CHECK-NEXT: [[C:%.*]] = load float, float* @fc, align 4 93 %C = load float, float* @fc
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | lit.local.cfg | 4 fc = ToolSubst('FileCheck', unresolved='fatal') 5 config.substitutions.insert(0, (fc.regex, 'FileCheck --allow-unused-prefixes'))
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | dag.ll | 26 %fc = bitcast i8* %first to i8* 29 %xxa = bitcast i8* %fc to i8* 32 %xxb = bitcast i8* %fc to i8*
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text() argument 21 fc.baz(); in text()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
| H A D | times_equal_complex.pass.cpp | 42 std::complex<float> fc (1,1); in test() local 43 c3 *= fc; in test()
|
| H A D | minus_equal_complex.pass.cpp | 42 std::complex<float> fc (1,1); in test() local 43 c3 -= fc; in test()
|
| H A D | divide_equal_complex.pass.cpp | 42 std::complex<float> fc (1,1); in test() local 43 c3 /= fc; in test()
|
| H A D | plus_equal_complex.pass.cpp | 42 std::complex<float> fc (1,1); in test() local 43 c3 += fc; in test()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | vtable-linkage.cpp | 87 F<char> fc; in use_F() local 88 fc.foo(); in use_F()
|