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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 1 //===-- SystemZSubtarget.cpp - SystemZ subtarget information --------------===//
10 #include "SystemZSubtarget.h"
20 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
42 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV,
SystemZSubtarget.h 1 //===-- SystemZSubtarget.h - SystemZ subtarget information -----*- C++ -*--===//
28 class SystemZSubtarget : public SystemZGenSubtargetInfo {
38 SystemZSubtarget(const std::string &TT, const std::string &CPU,
SystemZAsmPrinter.h 26 const SystemZSubtarget *Subtarget;
31 Subtarget = &TM.getSubtarget<SystemZSubtarget>();
SystemZTargetMachine.h 22 #include "SystemZSubtarget.h"
31 SystemZSubtarget Subtarget;
51 virtual const SystemZSubtarget *getSubtargetImpl() const LLVM_OVERRIDE {
SystemZFrameLowering.h 13 #include "SystemZSubtarget.h"
19 class SystemZSubtarget;
26 const SystemZSubtarget &STI;
30 const SystemZSubtarget &sti);
SystemZRegisterInfo.h 32 class SystemZSubtarget;
SystemZISelLowering.h 118 class SystemZSubtarget;
175 const SystemZSubtarget &Subtarget;
SystemZFrameLowering.cpp 48 const SystemZSubtarget &sti)
SystemZISelDAGToDAG.cpp 128 const SystemZSubtarget &Subtarget;
    [all...]

Completed in 786 milliseconds