Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h337 llvm::Type *getPaddingType() const { in getPaddingType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp696 assert(!AI.getPaddingType() && in EmitVAArgInstr()
716 assert(!AI.getPaddingType() && in EmitVAArgInstr()
7876 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
8032 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo
8068 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
8089 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
H A DCGCall.cpp1516 if (AI.getPaddingType()) in construct()
1682 ArgInfo.getPaddingType(); in GetFunctionType()
4819 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()