Searched refs:HasQPX (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCSubtarget.h | 89 bool HasQPX; variable 223 bool hasQPX() const { return HasQPX; } in hasQPX()
|
| HD | PPCSubtarget.cpp | 67 HasQPX = false; in initializeEnvironment()
|
| HD | PPCInstrQPX.td | 105 def HasQPX : Predicate<"PPCSubTarget->hasQPX()">; 106 let Predicates = [HasQPX] in { 1180 } // end HasQPX 1182 let Predicates = [HasQPX, NoNaNsFPMath] in { 1194 let Predicates = [HasQPX, NaNsFPMath] in {
|
| HD | PPC.td | 111 def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true",
|
| HD | PPCISelLowering.cpp | 2688 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 2714 (HasQPX && (ArgVT == MVT::v4f32 || in CalculateStackSlotUsed()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 3351 bool HasQPX; member in __anonc03043ea0411::PPC64_SVR4_ABIInfo 3356 if (!HasQPX) in IsQPXVectorTy() 3382 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX) in PPC64_SVR4_ABIInfo() argument 3383 : DefaultABIInfo(CGT), Kind(Kind), HasQPX(HasQPX) {} in PPC64_SVR4_ABIInfo() 3431 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX) in PPC64_SVR4_TargetCodeGenInfo() argument 3432 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {} in PPC64_SVR4_TargetCodeGenInfo() 3537 if (HasQPX && getContext().getTypeAlign(Ty) >= 256) in isAlignedParamType() 7170 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local 7173 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX)); in getTargetCodeGenInfo() 7181 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | Targets.cpp | 750 bool HasQPX; member in __anon571d397e0211::PPCTargetInfo 761 HasP8Crypto(false), HasDirectMove(false), HasQPX(false), HasHTM(false), in PPCTargetInfo() 1057 HasQPX = true; in handleTargetFeatures() 1313 .Case("qpx", HasQPX) in hasFeature()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Tools.cpp | 1373 bool HasQPX = false; in AddPPCTargetArgs() local 1375 HasQPX = A->getValue() == StringRef("a2q"); in AddPPCTargetArgs() 1376 HasQPX = Args.hasFlag(options::OPT_mqpx, options::OPT_mno_qpx, HasQPX); in AddPPCTargetArgs() 1377 if (HasQPX) { in AddPPCTargetArgs()
|