Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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()
H A DWebAssemblyFrameLowering.h58 bool needsSPForLocalFrame(const MachineFunction &MF) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp130 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
150 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
170 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
H A DWebAssemblyFrameLowering.h73 bool needsSPForLocalFrame(const MachineFunction &MF) const;