Searched refs:AArch64Subtarget (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp21 Subtarget(&TM.getSubtarget<AArch64Subtarget>()) {
H A DAArch64Subtarget.cpp1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information --------------===//
14 #include "AArch64Subtarget.h"
29 void AArch64Subtarget::anchor() {}
31 AArch64Subtarget::AArch64Subtarget(StringRef TT, StringRef CPU, StringRef FS) function in class:AArch64Subtarget
38 void AArch64Subtarget::initializeSubtargetFeatures(StringRef CPU,
55 bool AArch64Subtarget::GVIsIndirectSymbol(const GlobalValue *GV,
H A DAArch64SelectionDAGInfo.h24 const AArch64Subtarget *Subtarget;
H A DAArch64AsmPrinter.h29 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
31 const AArch64Subtarget *Subtarget;
40 Subtarget = &TM.getSubtarget<AArch64Subtarget>();
H A DAArch64Subtarget.h1 //==-- AArch64Subtarget.h - Define Subtarget for the AArch64 ---*- C++ -*--===//
29 class AArch64Subtarget : public AArch64GenSubtargetInfo { class in namespace:llvm
49 AArch64Subtarget(StringRef TT, StringRef CPU, StringRef FS);
H A DAArch64TargetMachine.h21 #include "AArch64Subtarget.h"
28 AArch64Subtarget Subtarget;
57 const AArch64Subtarget *getSubtargetImpl() const { return &Subtarget; }
H A DAArch64InstrInfo.h25 class AArch64Subtarget;
29 const AArch64Subtarget &Subtarget;
31 explicit AArch64InstrInfo(const AArch64Subtarget &TM);
39 const AArch64Subtarget &getSubTarget() const { return Subtarget; }
H A DAArch64FrameLowering.h18 #include "AArch64Subtarget.h"
22 class AArch64Subtarget;
40 const AArch64Subtarget &STI;
43 explicit AArch64FrameLowering(const AArch64Subtarget &sti)
H A DAArch64RegisterInfo.h25 class AArch64Subtarget;
H A DAArch64TargetMachine.cpp55 const AArch64Subtarget &getAArch64Subtarget() const {
H A DAArch64ISelLowering.h204 class AArch64Subtarget;
239 const AArch64Subtarget *ST) const;
353 const AArch64Subtarget *getSubtarget() const {
354 return &getTargetMachine().getSubtarget<AArch64Subtarget>();
H A DAArch64ISelLowering.cpp33 const AArch64Subtarget *Subtarget = &TM.getSubtarget<AArch64Subtarget>();
41 const AArch64Subtarget *Subtarget = &TM.getSubtarget<AArch64Subtarget>();
3156 const AArch64Subtarget *Subtarget) {
3237 const AArch64Subtarget *Subtarget) {
3362 const AArch64Subtarget *Subtarget) {
3508 const AArch64Subtarget *ST) {
3923 const AArch64Subtarget *ST) const {
H A DAArch64InstrInfo.cpp37 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI)
H A DAArch64ISelDAGToDAG.cpp17 #include "AArch64Subtarget.h"
37 /// Keep a pointer to the AArch64Subtarget around so that we can
39 const AArch64Subtarget *Subtarget;
45 Subtarget(&TM.getSubtarget<AArch64Subtarget>()) {

Completed in 193 milliseconds