reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 3421   Ty = useFirstFieldIfTransparentUnion(Ty);
 3421   Ty = useFirstFieldIfTransparentUnion(Ty);
 3424   classify(Ty, 0, Lo, Hi, isNamedArg);
 3452     if (getRecordArgABI(Ty, getCXXABI()) == CGCXXABI::RAA_Indirect)
 3454     return getIndirectResult(Ty, freeIntRegs);
 3467     ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 0, Ty, 0);
 3467     ResType = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 0, Ty, 0);
 3473       if (const EnumType *EnumTy = Ty->getAs<EnumType>())
 3474         Ty = EnumTy->getDecl()->getIntegerType();
 3476       if (Ty->isIntegralOrEnumerationType() &&
 3477           Ty->isPromotableIntegerType())
 3478         return ABIArgInfo::getExtend(Ty);
 3487     llvm::Type *IRType = CGT.ConvertType(Ty);
 3488     ResType = GetSSETypeAtOffset(IRType, 0, Ty, 0);
 3509     HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8);
 3509     HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8);
 3519     HighPart = GetSSETypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8);
 3519     HighPart = GetSSETypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8);
 3532     ResType = GetByteVectorType(Ty);