Searched refs:AArch64Subtarget (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp18 #include "AArch64Subtarget.h"
54 const AArch64Subtarget &STI,
336 const AArch64Subtarget &STI;
366 const AArch64TargetMachine &TM, const AArch64Subtarget &STI,
1795 const AArch64Subtarget *Subtarget =
1796 &static_cast<const AArch64Subtarget &>(MF.getSubtarget());
5668 AArch64Subtarget &Subtarget,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp857 if (ST->getProcFamily() == AArch64Subtarget::Falkor &&
H A DAArch64FastISel.cpp18 #include "AArch64Subtarget.h"
146 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
148 const AArch64Subtarget *Subtarget;
296 &static_cast<const AArch64Subtarget &>(FuncInfo.MF->getSubtarget());
H A DAArch64ISelDAGToDAG.cpp39 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
41 const AArch64Subtarget *Subtarget;
53 Subtarget = &MF.getSubtarget<AArch64Subtarget>();
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1036 SRCS_MIN+= Target/AArch64/AArch64Subtarget.cpp

Completed in 102 milliseconds

12