OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MustSaveLR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
41
///
MustSaveLR
- Indicates whether LR is defined (or clobbered) in the current
44
bool
MustSaveLR
;
148
///
MustSaveLR
- This is set when the prolog/epilog inserter does its initial
153
void setMustSaveLR(bool U) {
MustSaveLR
= U; }
154
bool
mustSaveLR
() const { return
MustSaveLR
; }
PPCFrameLowering.cpp
408
///
MustSaveLR
- Return true if this function requires that we save the LR
411
static bool
MustSaveLR
(const MachineFunction &MF, unsigned LR) {
455
!
MustSaveLR
(MF, LR) &&
665
bool
MustSaveLR
= FI->
mustSaveLR
();
701
assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (
MustSaveLR
|| HasFP))) &&
751
if (
MustSaveLR
)
788
if (
MustSaveLR
)
910
if (
MustSaveLR
) {
[
all
...]
Completed in 1225 milliseconds