Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp355 ArrayType *getPaddingType(Type *Ty, unsigned ForcedAlignment) { in getPaddingType() function
412 if (auto PaddingTy = Padder.getPaddingType(Ty, AllocaAlignment)) { in buildFrameType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h292 llvm::Type *getPaddingType() const { in getPaddingType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp618 assert(!AI.getPaddingType() && in EmitVAArgInstr()
638 assert(!AI.getPaddingType() && in EmitVAArgInstr()
6822 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
6978 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo
7014 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
7028 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
H A DCGCall.cpp1454 if (AI.getPaddingType()) in construct()
1618 ArgInfo.getPaddingType(); in GetFunctionType()
3898 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()