OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useNEONForSinglePrecisionFP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h
207
///
UseNEONForSinglePrecisionFP
- if the NEONFP attribute has been
208
/// specified. Use the method
useNEONForSinglePrecisionFP
() to
210
bool
UseNEONForSinglePrecisionFP
= false;
663
bool
useNEONForSinglePrecisionFP
() const {
664
return hasNEON() &&
UseNEONForSinglePrecisionFP
;
ARMISelLowering.cpp
1487
if (Subtarget->
useNEONForSinglePrecisionFP
()) {
1591
if (Subtarget->
useNEONForSinglePrecisionFP
())
6833
if (IsDouble || !ST->
useNEONForSinglePrecisionFP
()) {
6851
if (!ST->hasNEON() || (!IsDouble && !ST->
useNEONForSinglePrecisionFP
()))
Completed in 107 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026