Home
last modified time | relevance | path

Searched refs:useNEONForSinglePrecisionFP (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h203 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
DARMInstrInfo.td201 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
202 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
DARMISelLowering.cpp789 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
7788 if (!ST->hasNEON() || !ST->useNEONForSinglePrecisionFP() || in PerformSELECT_CCCombine()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h433 bool useNEONForSinglePrecisionFP() const { in useNEONForSinglePrecisionFP() function
DARMInstrInfo.td277 def UseNEONForFP : Predicate<"Subtarget->useNEONForSinglePrecisionFP()">;
278 def DontUseNEONForFP : Predicate<"!Subtarget->useNEONForSinglePrecisionFP()">;
326 "!Subtarget->useNEONForSinglePrecisionFP()">;
328 "Subtarget->useNEONForSinglePrecisionFP()">;
DARMISelLowering.cpp1094 if (Subtarget->useNEONForSinglePrecisionFP()) in findRepresentativeClass()
5191 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP()
5209 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP()