HomeSort by relevance Sort by last modified time
    Searched refs:HFA (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
arm64-darwinpcs.cpp 13 struct HFA {
  /external/clang/test/CodeGen/
arm64-aapcs-arguments.c 21 typedef struct { float arr[4]; } HFA;
22 void test3(HFA s0_s3, float s4, HFA sp, HFA sp16) {
armv7k-abi.c 11 } HFA;
14 void simple_hfa(HFA h) {}
16 // CHECK: define %struct.HFA @return_simple_hfa
17 HFA return_simple_hfa() {}
arm64-arguments.c 189 // Testing alignment with aggregates: HFA, aggregates with size <= 16 bytes and
193 float v[4]; //Testing HFA.
622 struct HFA {
631 // HFA is not indirect, so occupies its full 16 bytes on the stack.
635 // CHECK: bitcast i8* [[CURLIST]] to %struct.HFA*
638 struct HFA h = __builtin_va_arg(thelist, struct HFA);
642 float test_hfa_call(struct HFA *a) {
643 // CHECK-LABEL: define float @test_hfa_call(%struct.HFA* %a)
657 // TooBigHFA is not actually an HFA, so gets passed indirectly. Only 8 byte
    [all...]

Completed in 83 milliseconds