Searched refs:DstAlignment (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 139 CharUnits DstAlignment, 148 CharUnits DstAlignment, 158 CharUnits DstAlignment, 168 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 176 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 184 CharUnits DstAlignment,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 220 GenUnaryFuncName(StringRef Prefix, CharUnits DstAlignment, ASTContext &Ctx) in GenUnaryFuncName() 223 this->appendStr(llvm::to_string(DstAlignment.getQuantity())); in GenUnaryFuncName() 237 GenBinaryFuncName(StringRef Prefix, CharUnits DstAlignment, in GenBinaryFuncName() 241 this->appendStr(llvm::to_string(DstAlignment.getQuantity())); in GenBinaryFuncName() 274 GenDefaultInitializeFuncName(CharUnits DstAlignment, ASTContext &Ctx) in GenDefaultInitializeFuncName() 276 DstAlignment, Ctx) {} in GenDefaultInitializeFuncName() 291 GenDestructorFuncName(const char *Prefix, CharUnits DstAlignment, in GenDestructorFuncName() 293 : GenUnaryFuncName<GenDestructorFuncName>(Prefix, DstAlignment, Ctx) {} in GenDestructorFuncName() 940 CodeGenModule &CGM, CharUnits DstAlignment, bool IsVolatile, QualType QT) { in getNonTrivialCStructDefaultConstructor() argument 942 GenDefaultInitializeFuncName GenName(DstAlignment, Ctx); in getNonTrivialCStructDefaultConstructor() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4738 uint64_t DstAlignment = AMI->getDestAlignment(); in visitIntrinsicCall() local 4739 Assert(IsValidAlignment(DstAlignment), in visitIntrinsicCall()
|