Searched refs:getPaddingType (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 257 llvm::Type *getPaddingType() const { in getPaddingType() function
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 318 llvm::Type *getPaddingType() const { in getPaddingType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 378 ArrayType *getPaddingType(Type *Ty, unsigned ForcedAlignment) { in getPaddingType() function 448 if (auto PaddingTy = Padder.getPaddingType(Ty, AllocaAlignment)) { in buildFrameType()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 553 assert(!AI.getPaddingType() && in EmitVAArgInstr() 573 assert(!AI.getPaddingType() && in EmitVAArgInstr() 6189 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const; 6330 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo 6366 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType() 6380 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
|
D | CGCall.cpp | 1371 if (AI.getPaddingType()) in construct() 1534 ArgInfo.getPaddingType(); in GetFunctionType() 3594 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 652 assert(!AI.getPaddingType() && in EmitVAArgInstr() 672 assert(!AI.getPaddingType() && in EmitVAArgInstr() 7623 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const; 7779 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo 7815 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType() 7836 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
|
D | CGCall.cpp | 1466 if (AI.getPaddingType()) in construct() 1632 ArgInfo.getPaddingType(); in GetFunctionType() 4426 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()
|