Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h68 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DRISCVFrameLowering.cpp1545 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in RISCVFrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h55 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DSIFrameLowering.cpp866 bool SIFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in SIFrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h104 bool isSupportedStackID(TargetStackID::Value ID) const override { in isSupportedStackID() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h439 virtual bool isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp787 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()
837 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()