Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:HasQPX

3276   bool HasQPX;
3281 if (!HasQPX)
3307 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX)
3308 : DefaultABIInfo(CGT), Kind(Kind), HasQPX(HasQPX) {}
3353 bool HasQPX;
3357 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX)
3358 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)),
3359 HasQPX(HasQPX) {}
3370 if (HasQPX)
3477 if (HasQPX && getContext().getTypeAlign(Ty) >= 256)
7036 bool HasQPX = getTarget().getABI() == "elfv1-qpx";
7039 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX));
7047 bool HasQPX = getTarget().getABI() == "elfv1-qpx";
7050 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX));