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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information ----*- C++ -*-===//
15 #include "AArch64Subtarget.h"
33 AArch64Subtarget &
34 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) {
44 AArch64Subtarget::AArch64Subtarget(const std::string &TT,
65 AArch64Subtarget::ClassifyGlobalReference(const GlobalValue *GV,
111 const char *AArch64Subtarget::getBZeroEntry() const {
119 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy,
128 bool AArch64Subtarget::enableEarlyIfConversion() const
    [all...]
AArch64Subtarget.h 1 //===--- AArch64Subtarget.h - Define Subtarget for the AArch64 -*- C++ -*--===//
33 class AArch64Subtarget : public AArch64GenSubtargetInfo {
66 AArch64Subtarget &initializeSubtargetDependencies(StringRef FS);
71 AArch64Subtarget(const std::string &TT, const std::string &CPU,
AArch64RegisterInfo.h 23 class AArch64Subtarget;
31 const AArch64Subtarget *STI;
34 AArch64RegisterInfo(const AArch64InstrInfo *tii, const AArch64Subtarget *sti);
AArch64TargetMachine.h 18 #include "AArch64Subtarget.h"
26 AArch64Subtarget Subtarget;
34 const AArch64Subtarget *getSubtargetImpl() const override {
AArch64SelectionDAGInfo.cpp 33 ? DAG.getTarget().getSubtarget<AArch64Subtarget>().getBZeroEntry()
Android.mk 40 AArch64Subtarget.cpp \
AArch64InstrInfo.h 26 class AArch64Subtarget;
37 const AArch64Subtarget &Subtarget;
40 explicit AArch64InstrInfo(const AArch64Subtarget &STI);
AArch64TargetMachine.cpp 180 if (TM->getSubtarget<AArch64Subtarget>().isTargetELF() &&
209 TM->getSubtarget<AArch64Subtarget>().isCortexA57())
231 TM->getSubtarget<AArch64Subtarget>().isTargetMachO())
AArch64A53Fix835769.cpp 20 #include "AArch64Subtarget.h"
115 TII = TM.getSubtarget<AArch64Subtarget>().getInstrInfo();
AArch64AsmPrinter.cpp 19 #include "AArch64Subtarget.h"
46 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
48 const AArch64Subtarget *Subtarget;
56 Subtarget(&TM.getSubtarget<AArch64Subtarget>()),
AArch64ISelLowering.h 193 class AArch64Subtarget;
331 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
333 const AArch64Subtarget *Subtarget;
AArch64RegisterInfo.cpp 18 #include "AArch64Subtarget.h"
37 const AArch64Subtarget *sti)
AArch64A57FPLoadBalancing.cpp 33 #include "AArch64Subtarget.h"
301 TII = TM.getSubtarget<AArch64Subtarget>().getInstrInfo();
AArch64TargetTransformInfo.cpp 40 const AArch64Subtarget *ST;
AArch64FastISel.cpp 18 #include "AArch64Subtarget.h"
87 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
89 const AArch64Subtarget *Subtarget;
155 Subtarget = &TM.getSubtarget<AArch64Subtarget>();
    [all...]
AArch64ISelLowering.cpp 16 #include "AArch64Subtarget.h"
79 Subtarget = &TM.getSubtarget<AArch64Subtarget>();
    [all...]
AArch64ISelDAGToDAG.cpp 39 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
41 const AArch64Subtarget *Subtarget;
61 Subtarget = &TM.getSubtarget<AArch64Subtarget>();
    [all...]
AArch64InstrInfo.cpp 15 #include "AArch64Subtarget.h"
31 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI)
    [all...]

Completed in 578 milliseconds