Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:HasQPX

3889   bool HasQPX;
3894 if (!HasQPX)
3920 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX)
3921 : ABIInfo(CGT), Kind(Kind), HasQPX(HasQPX) {}
3969 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX)
3970 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {}
4072 if (HasQPX && getContext().getTypeAlign(Ty) >= 256)
8015 bool HasQPX = getTarget().getABI() == "elfv1-qpx";
8017 return SetCGInfo(new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX));
8025 bool HasQPX = getTarget().getABI() == "elfv1-qpx";
8027 HasQPX));