HomeSort by: relevance | last modified time | path
    Searched refs:hasPAuth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 130 bool HasPAuth = false;
190 bool HasPAUTH = false;
463 bool hasPAUTH() const { return HasPAUTH; }
510 bool hasPAuth() const { return HasPAuth; }
AArch64FrameLowering.cpp 1628 if (Subtarget.hasPAuth() && MBBI != MBB.end() &&
AArch64InstrInfo.cpp 7152 if (Subtarget.hasPAuth() && MBBAUT != MBB.end() &&
AArch64ISelLowering.cpp 7598 if (Subtarget->hasPAuth()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 5015 if (STI.hasPAuth()) {
5042 if (STI.hasPAuth()) {

Completed in 38 milliseconds