Searched refs:HasQPX (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 90 bool HasQPX; variable 228 bool hasQPX() const { return HasQPX; } in hasQPX()
|
D | PPCSubtarget.cpp | 68 HasQPX = false; in initializeEnvironment()
|
D | 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 {
|
D | PPC.td | 113 def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true",
|
D | PPCISelLowering.cpp | 2709 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 2735 (HasQPX && (ArgVT == MVT::v4f32 || in CalculateStackSlotUsed()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3663 bool HasQPX; member in __anon76bdb23f0411::PPC64_SVR4_ABIInfo 3668 if (!HasQPX) in IsQPXVectorTy() 3694 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX) in PPC64_SVR4_ABIInfo() argument 3695 : DefaultABIInfo(CGT), Kind(Kind), HasQPX(HasQPX) {} in PPC64_SVR4_ABIInfo() 3743 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX) in PPC64_SVR4_TargetCodeGenInfo() argument 3744 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {} in PPC64_SVR4_TargetCodeGenInfo() 3846 if (HasQPX && getContext().getTypeAlign(Ty) >= 256) in getParamTypeAlignment() 7529 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local 7532 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX)); in getTargetCodeGenInfo() 7540 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local [all …]
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 785 bool HasQPX; member in __anon98321eb30111::PPCTargetInfo 796 HasP8Crypto(false), HasDirectMove(false), HasQPX(false), HasHTM(false), in PPCTargetInfo() 1069 HasQPX = true; in handleTargetFeatures() 1343 .Case("qpx", HasQPX) in hasFeature()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 1482 bool HasQPX = false; in AddPPCTargetArgs() local 1484 HasQPX = A->getValue() == StringRef("a2q"); in AddPPCTargetArgs() 1485 HasQPX = Args.hasFlag(options::OPT_mqpx, options::OPT_mno_qpx, HasQPX); in AddPPCTargetArgs() 1486 if (HasQPX) { in AddPPCTargetArgs()
|