Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h46 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DWebAssemblyFrameLowering.cpp372 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID() function in WebAssemblyFrameLowering
379 return TargetFrameLowering::isSupportedStackID(ID); in isSupportedStackID()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h74 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DRISCVFrameLowering.cpp1689 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in RISCVFrameLowering
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h55 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DSIFrameLowering.cpp872 bool SIFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in SIFrameLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h107 bool isSupportedStackID(TargetStackID::Value ID) const override { in isSupportedStackID() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h447 virtual bool isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp807 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()
857 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()