Searched refs:hasVFP4 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 426 bool hasVFP4() const { return HasVFPv4; } in hasVFP4() function
|
D | ARMAsmPrinter.cpp | 696 } else if (STI.hasVFP4()) in emitAttributes() 712 else if (STI.hasVFP4()) in emitAttributes()
|
D | ARMInstrInfo.td | 227 def HasVFP4 : Predicate<"Subtarget->hasVFP4()">, 312 " Subtarget->hasVFP4()) && " 316 " Subtarget->hasVFP4()) || "
|
D | ARMISelLowering.cpp | 610 if (!Subtarget->hasVFP4()) { in ARMTargetLowering() 950 if (!Subtarget->hasVFP4()) { in ARMTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 554 bool hasVFP4() const { return HasVFPv4; } in hasVFP4() function
|
D | ARMLegalizerInfo.cpp | 185 if (!ST.useSoftFloat() && ST.hasVFP4()) in ARMLegalizerInfo()
|
D | ARMInstrInfo.td | 263 def HasVFP4 : Predicate<"Subtarget->hasVFP4()">, 365 " Subtarget->hasVFP4()) && " 369 " Subtarget->hasVFP4()) || "
|
D | ARMISelLowering.cpp | 696 if (!Subtarget->hasVFP4()) { in ARMTargetLowering() 1082 if (!Subtarget->hasVFP4()) { in ARMTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 31094 …, 86, // (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->… 31102 …get->isFPOnlySP()) && (Subtarget->hasVFP4()) && ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast &… 31112 …, 88, // (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->… 31120 …nglePrecisionFP()) && (Subtarget->hasVFP4()) && ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast &… 31130 …, 90, // (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->… 31138 …16()) && ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) && !Subtarget-… 31161 …, 86, // (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->… 31169 …get->isFPOnlySP()) && (Subtarget->hasVFP4()) && ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast &… 31179 …, 88, // (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->… 31187 …nglePrecisionFP()) && (Subtarget->hasVFP4()) && ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast &… [all …]
|
D | ARMGenGlobalISel.inc | 141 if (Subtarget->hasVFP4()) 205 …if ((TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) && !Subtarget->isTar… 207 …if (!(TM.Options.AllowFPOpFusion == FPOpFusion::Fast && Subtarget->hasVFP4()) || Subtarget->isTarg…
|