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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information --------------===//
14 #include "AArch64Subtarget.h"
28 AArch64Subtarget::AArch64Subtarget(StringRef TT, StringRef CPU, StringRef FS)
35 bool AArch64Subtarget::GVIsIndirectSymbol(const GlobalValue *GV,
AArch64SelectionDAGInfo.cpp 21 Subtarget(&TM.getSubtarget<AArch64Subtarget>()) {
AArch64SelectionDAGInfo.h 24 const AArch64Subtarget *Subtarget;
AArch64Subtarget.h 1 //==-- AArch64Subtarget.h - Define Subtarget for the AArch64 ---*- C++ -*--===//
29 class AArch64Subtarget : public AArch64GenSubtargetInfo {
40 AArch64Subtarget(StringRef TT, StringRef CPU, StringRef FS);
AArch64AsmPrinter.h 29 /// Subtarget - Keep a pointer to the AArch64Subtarget around so that we can
31 const AArch64Subtarget *Subtarget;
40 Subtarget = &TM.getSubtarget<AArch64Subtarget>();
AArch64TargetMachine.h 21 #include "AArch64Subtarget.h"
28 AArch64Subtarget Subtarget;
57 const AArch64Subtarget *getSubtargetImpl() const { return &Subtarget; }
AArch64InstrInfo.h 25 class AArch64Subtarget;
29 const AArch64Subtarget &Subtarget;
31 explicit AArch64InstrInfo(const AArch64Subtarget &TM);
39 const AArch64Subtarget &getSubTarget() const { return Subtarget; }
AArch64FrameLowering.h 18 #include "AArch64Subtarget.h"
22 class AArch64Subtarget;
40 const AArch64Subtarget &STI;
43 explicit AArch64FrameLowering(const AArch64Subtarget &sti)
AArch64RegisterInfo.h 25 class AArch64Subtarget;
AArch64ISelLowering.h 140 class AArch64Subtarget;
173 const AArch64Subtarget *ST) const;
275 const AArch64Subtarget *getSubtarget() const {
276 return &getTargetMachine().getSubtarget<AArch64Subtarget>();
AArch64TargetMachine.cpp 55 const AArch64Subtarget &getAArch64Subtarget() const {
AArch64ISelDAGToDAG.cpp 17 #include "AArch64Subtarget.h"
37 /// Keep a pointer to the AArch64Subtarget around so that we can
39 const AArch64Subtarget *Subtarget;
45 Subtarget(&TM.getSubtarget<AArch64Subtarget>()) {
AArch64ISelLowering.cpp 33 const AArch64Subtarget *Subtarget = &TM.getSubtarget<AArch64Subtarget>();
45 const AArch64Subtarget *Subtarget = &TM.getSubtarget<AArch64Subtarget>();
    [all...]
AArch64InstrInfo.cpp 37 AArch64InstrInfo::AArch64InstrInfo(const AArch64Subtarget &STI)

Completed in 639 milliseconds