Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h46 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DWebAssemblyFrameLowering.cpp364 bool WebAssemblyFrameLowering::isSupportedStackID( in isSupportedStackID() function in WebAssemblyFrameLowering
371 return TargetFrameLowering::isSupportedStackID(ID); in isSupportedStackID()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h73 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DRISCVFrameLowering.cpp1354 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in RISCVFrameLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h55 bool isSupportedStackID(TargetStackID::Value ID) const override;
H A DSIFrameLowering.cpp855 bool SIFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function in SIFrameLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h108 bool isSupportedStackID(TargetStackID::Value ID) const override { in isSupportedStackID() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h441 virtual bool isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp777 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()
809 if (!TFI->isSupportedStackID(Object.StackID)) in initializeFrameInfo()