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

  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 54 uint64_t getAllocatedStackSize(const MachineFunction &MF) const;
SystemZFrameLowering.cpp 346 uint64_t StackSize = getAllocatedStackSize(MF);
417 uint64_t StackSize = getAllocatedStackSize(MF);
468 Offset += getAllocatedStackSize(MF);
474 getAllocatedStackSize(const MachineFunction &MF) const {

Completed in 109 milliseconds