Searched refs:SrcAlignment (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 141 CharUnits SrcAlignment, 151 CharUnits SrcAlignment, 160 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 168 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 238 CharUnits SrcAlignment, ASTContext &Ctx) in GenBinaryFuncName() 242 this->appendStr("_" + llvm::to_string(SrcAlignment.getQuantity())); in GenBinaryFuncName() 946 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, in getNonTrivialCStructCopyConstructor() argument 950 SrcAlignment, Ctx); in getNonTrivialCStructCopyConstructor() 954 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructCopyConstructor() 962 SrcAlignment, Ctx); in getNonTrivialCStructMoveConstructor() 966 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructMoveConstructor() 974 SrcAlignment, Ctx); in getNonTrivialCStructCopyAssignmentOperator() 978 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructCopyAssignmentOperator() 986 SrcAlignment, Ctx); in getNonTrivialCStructMoveAssignmentOperator() [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5013 uint64_t SrcAlignment = AMT->getSourceAlignment(); in visitIntrinsicCall() local 5014 Check(IsValidAlignment(SrcAlignment), in visitIntrinsicCall()
|