Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp28 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
184 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo
220 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
241 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp429 assert(!AI.getPaddingType() && in EmitVAArgInstr()
449 assert(!AI.getPaddingType() && in EmitVAArgInstr()
H A DCGCall.cpp1504 if (AI.getPaddingType()) in construct()
1671 ArgInfo.getPaddingType(); in GetFunctionType()
5125 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h337 llvm::Type *getPaddingType() const { in getPaddingType() function