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.h75 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DRISCVFrameLowering.cpp1702 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in RISCVFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h86 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DAArch64FrameLowering.cpp419 AArch64FrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h443 virtual TargetStackID::Value getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp167 TFI->getStackIDForScalableVectors()); in set()
H A DSelectionDAGBuilder.cpp9576 StackID = TFI->getStackIDForScalableVectors(); in getAddressForMemoryInput()
H A DSelectionDAG.cpp2495 StackID = TFI->getStackIDForScalableVectors(); in CreateStackTemporary()