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

/freebsd-current/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( function in class:WebAssemblyFrameLowering
379 return TargetFrameLowering::isSupportedStackID(ID);
/freebsd-current/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 { function in class:RISCVFrameLowering
/freebsd-current/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 { function in class:SIFrameLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h104 bool isSupportedStackID(TargetStackID::Value ID) const override {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h439 virtual bool isSupportedStackID(TargetStackID::Value ID) const { function in class:llvm::TargetFrameLowering
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp787 if (!TFI->isSupportedStackID(Object.StackID))
837 if (!TFI->isSupportedStackID(Object.StackID))

Completed in 133 milliseconds