OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFPARMv8
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64Subtarget.h
44
bool
HasFPARMv8
;
118
bool
hasFPARMv8
() const { return
HasFPARMv8
; }
AArch64FastISel.cpp
[
all
...]
AArch64ISelLowering.cpp
80
if (Subtarget->
hasFPARMv8
()) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
82
/// HasVFPv2, HasVFPv3, HasVFPv4,
HasFPARMv8
, HasNEON - Specify what
87
bool
HasFPARMv8
;
336
bool
hasFPARMv8
() const { return
HasFPARMv8
; }
ARMAsmPrinter.cpp
656
if (STI.
hasFPARMv8
()) {
671
if (STI.
hasFPARMv8
())
[
all
...]
ARMISelLowering.cpp
[
all
...]
ARMISelDAGToDAG.cpp
[
all
...]
Completed in 3740 milliseconds