|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/ARM/ARMBaseInstrInfo.h 594 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
References
lib/Target/ARM/ARMFrameLowering.cpp 488 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize))
568 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes))
852 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes))
lib/Target/ARM/Thumb1FrameLowering.cpp 253 tryFoldSPUpdateIntoPushPop(STI, MF, &*std::prev(MBBI), NumBytes)) {
542 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes))
545 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes))