Home
last modified time | relevance | path

Searched refs:getStackIDForScalableVectors (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h69 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DRISCVFrameLowering.cpp1558 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in RISCVFrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h83 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DAArch64FrameLowering.cpp394 AArch64FrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in AArch64FrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h435 virtual TargetStackID::Value getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp167 TFI->getStackIDForScalableVectors()); in set()
H A DSelectionDAG.cpp2454 StackID = TFI->getStackIDForScalableVectors(); in CreateStackTemporary()