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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 40 bool HasFPARMv8;
89 bool hasFPARMv8() const { return HasFPARMv8; }
AArch64Subtarget.cpp 49 HasFPARMv8(false), HasNEON(false), HasCrypto(false), HasCRC(false),
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 71 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what
76 bool HasFPARMv8;
316 bool hasFPARMv8() const { return HasFPARMv8; }
ARMSubtarget.cpp 181 HasFPARMv8 = false;

Completed in 63 milliseconds