/external/llvm/lib/Target/AArch64/ |
AArch64Subtarget.cpp | 1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information ----*- C++ -*-===// 16 #include "AArch64Subtarget.h" 39 AArch64Subtarget & 40 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) { 50 AArch64Subtarget::AArch64Subtarget(const Triple &TT, const std::string &CPU, 65 AArch64Subtarget::ClassifyGlobalReference(const GlobalValue *GV, 108 const char *AArch64Subtarget::getBZeroEntry() const { 116 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, 130 bool AArch64Subtarget::enableEarlyIfConversion() const [all...] |
AArch64SelectionDAGInfo.cpp | 26 const AArch64Subtarget &STI = 27 DAG.getMachineFunction().getSubtarget<AArch64Subtarget>();
|
AArch64TargetMachine.h | 18 #include "AArch64Subtarget.h" 27 mutable StringMap<std::unique_ptr<AArch64Subtarget>> SubtargetMap; 36 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override;
|
AArch64Subtarget.h | 1 //===--- AArch64Subtarget.h - Define Subtarget for the AArch64 -*- C++ -*--===// 34 class AArch64Subtarget : public AArch64GenSubtargetInfo { 80 AArch64Subtarget &initializeSubtargetDependencies(StringRef FS); 85 AArch64Subtarget(const Triple &TT, const std::string &CPU,
|
AArch64RegisterInfo.cpp | 19 #include "AArch64Subtarget.h" 119 if (MF.getSubtarget<AArch64Subtarget>().isX18Reserved()) { 146 return MF.getSubtarget<AArch64Subtarget>().isX18Reserved(); 326 MF.getSubtarget<AArch64Subtarget>().getInstrInfo(); 349 MF->getSubtarget<AArch64Subtarget>().getInstrInfo(); 364 MF.getSubtarget<AArch64Subtarget>().getInstrInfo(); 418 - MF.getSubtarget<AArch64Subtarget>()
|
AArch64TargetTransformInfo.h | 34 const AArch64Subtarget *ST; 41 const AArch64Subtarget *getST() const { return ST; }
|
AArch64CallingConvention.h | 20 #include "AArch64Subtarget.h" 130 const AArch64Subtarget &Subtarget = static_cast<const AArch64Subtarget &>(
|
Android.mk | 42 AArch64Subtarget.cpp \
|
AArch64InstrInfo.h | 27 class AArch64Subtarget; 38 const AArch64Subtarget &Subtarget; 41 explicit AArch64InstrInfo(const AArch64Subtarget &STI);
|
AArch64TargetMachine.cpp | 140 const AArch64Subtarget * 158 I = llvm::make_unique<AArch64Subtarget>(TargetTriple, CPU, FS, *this,
|
AArch64ISelLowering.h | 218 class AArch64Subtarget; 224 const AArch64Subtarget &STI); 400 /// Keep a pointer to the AArch64Subtarget around so that we can 402 const AArch64Subtarget *Subtarget;
|
AArch64FrameLowering.cpp | 93 #include "AArch64Subtarget.h" 283 const AArch64Subtarget &Subtarget = MF.getSubtarget<AArch64Subtarget>(); 542 const AArch64Subtarget &Subtarget = MF.getSubtarget<AArch64Subtarget>(); [all...] |
AArch64A57FPLoadBalancing.cpp | 33 #include "AArch64Subtarget.h" 311 if (!(F.getSubtarget<AArch64Subtarget>().isCortexA53() || 312 F.getSubtarget<AArch64Subtarget>().isCortexA57()))
|
AArch64AsmPrinter.cpp | 20 #include "AArch64Subtarget.h" 242 MF->getSubtarget<AArch64Subtarget>().getRegisterInfo();
|
AArch64LoadStoreOptimizer.cpp | 16 #include "AArch64Subtarget.h" 88 const AArch64Subtarget *Subtarget; [all...] |
AArch64ISelLowering.cpp | 18 #include "AArch64Subtarget.h" 66 const AArch64Subtarget &STI) [all...] |
AArch64FastISel.cpp | 18 #include "AArch64Subtarget.h" 105 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can 107 const AArch64Subtarget *Subtarget; 252 &static_cast<const AArch64Subtarget &>(FuncInfo.MF->getSubtarget()); [all...] |
AArch64ISelDAGToDAG.cpp | 38 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can 40 const AArch64Subtarget *Subtarget; 56 Subtarget = &MF.getSubtarget<AArch64Subtarget>(); [all...] |
AArch64InstrInfo.cpp | 15 #include "AArch64Subtarget.h" 31 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI) [all...] |