OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemZRegisterInfo
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h
1
//===--
SystemZRegisterInfo
.h - SystemZ register information ----*- C++ -*-===//
117
struct
SystemZRegisterInfo
: public SystemZGenRegisterInfo {
119
SystemZRegisterInfo
(unsigned int RA);
SystemZRegisterInfo.cpp
1
//===--
SystemZRegisterInfo
.cpp - SystemZ register information ------------===//
9
#include "
SystemZRegisterInfo
.h"
74
bool
SystemZRegisterInfo
::getRegAllocationHints(
233
SystemZRegisterInfo
::
SystemZRegisterInfo
(unsigned int RA)
237
SystemZRegisterInfo
::getCalleeSavedRegs(const MachineFunction *MF) const {
246
SystemZRegisterInfo
::getCallPreservedMask(const MachineFunction &MF,
255
SystemZRegisterInfo
::getReservedRegs(const MachineFunction &MF) const {
282
SystemZRegisterInfo
::eliminateFrameIndex(MachineBasicBlock::iterator MI,
376
bool
SystemZRegisterInfo
::shouldCoalesce(MachineInstr *MI
[
all
...]
SystemZSubtarget.h
19
#include "
SystemZRegisterInfo
.h"
100
const
SystemZRegisterInfo
*getRegisterInfo() const override {
SystemZInstrInfo.h
17
#include "
SystemZRegisterInfo
.h"
175
const
SystemZRegisterInfo
RI;
290
// Return the
SystemZRegisterInfo
, which this class owns.
291
const
SystemZRegisterInfo
&getRegisterInfo() const { return RI; }
Completed in 27 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026