Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFrameLowering.h46 bool isSupportedStackID(TargetStackID::Value ID) const override;
HDWebAssemblyFrameLowering.cpp372 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID() function in WebAssemblyFrameLowering
379 return TargetFrameLowering::isSupportedStackID(ID); in isSupportedStackID()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVFrameLowering.h74 bool isSupportedStackID(TargetStackID::Value ID) const override;
HDRISCVFrameLowering.cpp1689 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in RISCVFrameLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFrameLowering.h55 bool isSupportedStackID(TargetStackID::Value ID) const override;
HDSIFrameLowering.cpp872 bool SIFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in SIFrameLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FrameLowering.h107 bool isSupportedStackID(TargetStackID::Value ID) const override { in isSupportedStackID() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetFrameLowering.h447 virtual bool isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp807 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()
857 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()