Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h74 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DRISCVFrameLowering.cpp1367 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in RISCVFrameLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h87 TargetStackID::Value getStackIDForScalableVectors() const override;
H A DAArch64FrameLowering.cpp378 AArch64FrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function in AArch64FrameLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h437 virtual TargetStackID::Value getStackIDForScalableVectors() const { in getStackIDForScalableVectors() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp172 TFI->getStackIDForScalableVectors()); in set()
H A DSelectionDAG.cpp2348 StackID = TFI->getStackIDForScalableVectors(); in CreateStackTemporary()