Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h73 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DRISCVFrameLowering.cpp2330 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in RISCVFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h95 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DAArch64FrameLowering.cpp450 AArch64FrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h466 virtual TargetStackID::Value getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp166 TFI->getStackIDForScalableVectors()); in set()
H A DSelectionDAGBuilder.cpp9739 StackID = TFI->getStackIDForScalableVectors(); in getAddressForMemoryInput()
H A DSelectionDAG.cpp2738 StackID = TFI->getStackIDForScalableVectors(); in CreateStackTemporary()