Home
last modified time | relevance | path

Searched refs:getVaListSizeInBits (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h857 unsigned getVaListSizeInBits(const DataLayout &DL) const override;
H A DAArch64ISelLowering.cpp22722 AArch64TargetLowering::getVaListSizeInBits(const DataLayout &DL) const { in getVaListSizeInBits() function in AArch64TargetLowering
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1664 virtual unsigned getVaListSizeInBits(const DataLayout &DL) const { in getVaListSizeInBits() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1974 unsigned ListSize = TLI.getVaListSizeInBits(*DL) / 8; in translateKnownIntrinsic()