Lines Matching defs:CGT
28 SystemZABIInfo(CodeGenTypes &CGT, bool HV, bool SF)
29 : ABIInfo(CGT), HasVector(HV), IsSoftFloatABI(SF) {}
60 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI)
62 std::make_unique<SystemZABIInfo>(CGT, HasVector, SoftFloatABI)),
63 Ctx(CGT.getContext()) {
65 std::make_unique<SwiftABIInfo>(CGT, /*SwiftErrorInRegister=*/false);
261 CGT.getCGM().getTargetCodeGenInfo());
272 SZCGI.handleExternallyVisibleObjABI(Ty.getTypePtr(), CGT.getCGM(),
424 return ABIArgInfo::getExtend(Ty, CGT.ConvertType(Ty));
433 return ABIArgInfo::getDirect(CGT.ConvertType(SingleElementTy));
470 CGT.getCGM().getTargetCodeGenInfo());
480 SZCGI.handleExternallyVisibleObjABI(I.type.getTypePtr(), CGT.getCGM(),