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

  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 185 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
192 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
ARMFrameLowering.cpp 83 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
88 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 65 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
X86FrameLowering.cpp 45 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
50 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 282 if (TFI->canSimplifyCallFramePseudos(Fn))
    [all...]

Completed in 67 milliseconds