Home
last modified time | relevance | path

Searched refs:isSupportedStackID (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h45 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DWebAssemblyFrameLowering.cpp370 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID() function in WebAssemblyFrameLowering
377 return TargetFrameLowering::isSupportedStackID(ID); in isSupportedStackID()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h72 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DSIFrameLowering.cpp919 bool SIFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in SIFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h72 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DRISCVFrameLowering.cpp2317 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in RISCVFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h116 bool isSupportedStackID(TargetStackID::Value ID) const override { in isSupportedStackID() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h470 virtual bool isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp885 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()
935 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()