Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:AK

1873       ArgKind AK = classifyArgument(A);
1874 if (AK == AK_GeneralPurpose && GpOffset >= AMD64GpEndOffset)
1875 AK = AK_Memory;
1876 if (AK == AK_FloatingPoint && FpOffset >= AMD64FpEndOffset)
1877 AK = AK_Memory;
1879 switch (AK) {