HomeSort by relevance Sort by last modified time
    Searched refs:hasFPARMv8 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 57 bool HasFPARMv8 = false;
175 bool hasFPARMv8() const { return HasFPARMv8; }
AArch64ISelLowering.cpp 74 if (Subtarget->hasFPARMv8()) {
    [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 101 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what
106 bool HasFPARMv8 = false;
427 bool hasFPARMv8() const { return HasFPARMv8; }
ARMAsmPrinter.cpp 691 if (STI.hasFPARMv8()) {
706 if (STI.hasFPARMv8())
    [all...]
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 97 milliseconds