Home
last modified time | relevance | path

Searched refs:SystemZSubtarget (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp23 void SystemZSubtarget::anchor() {} in anchor()
25 SystemZSubtarget &
26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
35 SystemZSubtarget::SystemZSubtarget(const Triple &TT, const std::string &CPU, in SystemZSubtarget() function in SystemZSubtarget
56 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
DSystemZTargetMachine.h27 SystemZSubtarget Subtarget;
36 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
37 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
DSystemZSubtarget.h34 class SystemZSubtarget : public SystemZGenSubtargetInfo {
56 SystemZSubtarget &initializeSubtargetDependencies(StringRef CPU,
59 SystemZSubtarget(const Triple &TT, const std::string &CPU,
DSystemZTargetTransformInfo.h24 const SystemZSubtarget *ST;
27 const SystemZSubtarget *getST() const { return ST; } in getST()
DSystemZInstrInfo.h116 class SystemZSubtarget; variable
119 SystemZSubtarget &STI;
137 explicit SystemZInstrInfo(SystemZSubtarget &STI);
DSystemZISelLowering.h333 class SystemZSubtarget; variable
339 const SystemZSubtarget &STI);
453 const SystemZSubtarget &Subtarget;
DSystemZFrameLowering.h18 class SystemZSubtarget; variable
DSystemZShortenInst.cpp267 const SystemZSubtarget &ST = F.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
DCMakeLists.txt30 SystemZSubtarget.cpp
DSystemZCallingConv.td16 : CCIf<!strconcat("static_cast<const SystemZSubtarget&>"
DSystemZAsmPrinter.cpp255 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in EmitInstruction()
DSystemZISelDAGToDAG.cpp133 const SystemZSubtarget *Subtarget;
336 Subtarget = &MF.getSubtarget<SystemZSubtarget>(); in runOnMachineFunction()
DSystemZInstrInfo.cpp43 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) in SystemZInstrInfo()
DSystemZISelLowering.cpp85 const SystemZSubtarget &STI) in SystemZTargetLowering()