HomeSort by: relevance | last modified time | path
    Searched refs:SystemZCallingConventionRegisters (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h 46 class SystemZCallingConventionRegisters {
70 virtual ~SystemZCallingConventionRegisters(){};
75 class SystemZXPLINK64Registers : public SystemZCallingConventionRegisters {
97 class SystemZELFRegisters : public SystemZCallingConventionRegisters {
SystemZSubtarget.h 75 SystemZCallingConventionRegisters *SpecialRegisters;
83 SystemZCallingConventionRegisters *initializeSpecialRegisters(void);
91 SystemZCallingConventionRegisters *getSpecialRegisters() const {
SystemZSubtarget.cpp 53 SystemZCallingConventionRegisters *
SystemZRegisterInfo.cpp 240 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters();
250 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters();
259 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters();
451 SystemZCallingConventionRegisters *Regs = Subtarget->getSpecialRegisters();

Completed in 77 milliseconds