/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 69 HasQPX = false; in initializeEnvironment() 143 if (HasSPE && (HasAltivec || HasQPX || HasVSX || HasFPU)) in initSubtargetFeatures()
|
D | PPCSubtarget.h | 100 bool HasQPX; variable 245 bool hasQPX() const { return HasQPX; } in hasQPX()
|
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 | PPCScheduleP9.td | 40 let UnsupportedFeatures = [HasQPX, HasSPE];
|
D | PPC.td | 133 def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true",
|
D | PPCISelLowering.cpp | 3288 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 3314 (HasQPX && (ArgVT == MVT::v4f32 || in CalculateStackSlotUsed()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 98 bool HasQPX; variable 240 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 | 114 def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true",
|
D | PPCISelLowering.cpp | 2804 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 2830 (HasQPX && (ArgVT == MVT::v4f32 || in CalculateStackSlotUsed()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3889 bool HasQPX; member in __anona890a3f30411::PPC64_SVR4_ABIInfo 3894 if (!HasQPX) in IsQPXVectorTy() 3920 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX) in PPC64_SVR4_ABIInfo() argument 3921 : ABIInfo(CGT), Kind(Kind), HasQPX(HasQPX) {} in PPC64_SVR4_ABIInfo() 3969 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX) in PPC64_SVR4_TargetCodeGenInfo() argument 3970 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {} in PPC64_SVR4_TargetCodeGenInfo() 4072 if (HasQPX && getContext().getTypeAlign(Ty) >= 256) in getParamTypeAlignment() 8015 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local 8017 return SetCGInfo(new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, HasQPX)); in getTargetCodeGenInfo() 8025 bool HasQPX = getTarget().getABI() == "elfv1-qpx"; in getTargetCodeGenInfo() local [all …]
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 857 bool HasQPX; member in __anond4862fe70111::PPCTargetInfo 868 HasP8Crypto(false), HasDirectMove(false), HasQPX(false), HasHTM(false), in PPCTargetInfo() 1144 HasQPX = true; in handleTargetFeatures() 1446 .Case("qpx", HasQPX) in hasFeature()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 1629 bool HasQPX = false; in AddPPCTargetArgs() local 1631 HasQPX = A->getValue() == StringRef("a2q"); in AddPPCTargetArgs() 1632 HasQPX = Args.hasFlag(options::OPT_mqpx, options::OPT_mno_qpx, HasQPX); in AddPPCTargetArgs() 1633 if (HasQPX) { in AddPPCTargetArgs()
|