Home
last modified time | relevance | path

Searched refs:enableStackSlotScavenging (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h70 bool enableStackSlotScavenging(const MachineFunction &MF) const override;
DAArch64FrameLowering.cpp1195 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h70 bool enableStackSlotScavenging(const MachineFunction &MF) const override;
DAArch64FrameLowering.cpp1522 bool AArch64FrameLowering::enableStackSlotScavenging( in enableStackSlotScavenging() function in AArch64FrameLowering
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h157 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h157 virtual bool enableStackSlotScavenging(const MachineFunction &MF) const { in enableStackSlotScavenging() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp907 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp914 MFI->getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(Fn)) in calculateFrameObjectOffsets()