HomeSort by relevance Sort by last modified time
    Searched full:systemzsubtarget (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 1 //===-- SystemZSubtarget.cpp - SystemZ subtarget information --------------===//
10 #include "SystemZSubtarget.h"
23 void SystemZSubtarget::anchor() {}
25 SystemZSubtarget &
26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
35 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU,
47 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV,
SystemZTargetMachine.h 18 #include "SystemZSubtarget.h"
27 SystemZSubtarget Subtarget;
36 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; }
37 const SystemZSubtarget *getSubtargetImpl(const Function &) const override {
SystemZTargetTransformInfo.h 24 const SystemZSubtarget *ST;
27 const SystemZSubtarget *getST() const { return ST; }
CMakeLists.txt 30 SystemZSubtarget.cpp
SystemZSubtarget.h 1 //===-- SystemZSubtarget.h - SystemZ subtarget information -----*- C++ -*--===//
34 class SystemZSubtarget : public SystemZGenSubtargetInfo {
57 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
60 SystemZSubtarget(const Triple &TT, const std::string &CPU,
SystemZFrameLowering.h 18 class SystemZSubtarget;
SystemZRegisterInfo.cpp 12 #include "SystemZSubtarget.h"
97 MF.getSubtarget<SystemZSubtarget>().hasVector()) {
SystemZInstrInfo.h 132 class SystemZSubtarget;
135 SystemZSubtarget &STI;
154 explicit SystemZInstrInfo(SystemZSubtarget &STI);
SystemZShortenInst.cpp 275 const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>();
SystemZISelLowering.h 355 class SystemZSubtarget;
361 const SystemZSubtarget &STI);
490 const SystemZSubtarget &Subtarget;
SystemZCallingConv.td 16 : CCIf<!strconcat("static_cast<const SystemZSubtarget&>"
SystemZAsmPrinter.cpp 420 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization())
SystemZFrameLowering.cpp 16 #include "SystemZSubtarget.h"
SystemZISelDAGToDAG.cpp 134 const SystemZSubtarget *Subtarget;
337 Subtarget = &MF.getSubtarget<SystemZSubtarget>();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.cpp 1 //===- SystemZSubtarget.cpp - SystemZ Subtarget Information -------*- C++ -*-=//
14 #include "SystemZSubtarget.h"
26 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
39 bool SystemZSubtarget::GVRequiresExtraLoad(const GlobalValue* GV,
SystemZSubtarget.h 1 //==-- SystemZSubtarget.h - Define Subtarget for the SystemZ ---*- C++ -*--===//
28 class SystemZSubtarget : public SystemZGenSubtargetInfo {
34 SystemZSubtarget(const std::string &TT, const std::string &CPU,
SystemZFrameLowering.h 18 #include "SystemZSubtarget.h"
23 class SystemZSubtarget;
28 const SystemZSubtarget &STI;
31 explicit SystemZFrameLowering(const SystemZSubtarget &sti);
SystemZTargetMachine.h 23 #include "SystemZSubtarget.h"
33 SystemZSubtarget Subtarget;
49 virtual const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; }
SystemZRegisterInfo.h 24 class SystemZSubtarget;
SystemZISelLowering.h 53 class SystemZSubtarget;
139 const SystemZSubtarget &Subtarget;
SystemZRegisterInfo.cpp 18 #include "SystemZSubtarget.h"
SystemZFrameLowering.cpp 30 SystemZFrameLowering::SystemZFrameLowering(const SystemZSubtarget &sti)
SystemZInstrInfo.cpp 40 return TM.getSubtarget<SystemZSubtarget>().GVRequiresExtraLoad(GV, TM, false);
SystemZISelDAGToDAG.cpp 83 const SystemZSubtarget &Subtarget;
SystemZISelLowering.cpp 19 #include "SystemZSubtarget.h"
    [all...]

Completed in 1513 milliseconds

1 2