Home
last modified time | relevance | path

Searched refs:needsSPForLocalFrame (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp82 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
102 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
122 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
DWebAssemblyFrameLowering.h58 bool needsSPForLocalFrame(const MachineFunction &MF) const;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp83 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
103 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
123 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
DWebAssemblyFrameLowering.h67 bool needsSPForLocalFrame(const MachineFunction &MF) const;