Searched refs:SrcAlignment (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 149 CharUnits SrcAlignment, 159 CharUnits SrcAlignment, 168 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 176 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment,
|
| /freebsd-13.1/contrib/llvm-project/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() 945 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, in getNonTrivialCStructCopyConstructor() argument 949 SrcAlignment, Ctx); in getNonTrivialCStructCopyConstructor() 953 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructCopyConstructor() 961 SrcAlignment, Ctx); in getNonTrivialCStructMoveConstructor() 965 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructMoveConstructor() 973 SrcAlignment, Ctx); in getNonTrivialCStructCopyAssignmentOperator() 977 std::array<CharUnits, 2>({{DstAlignment, SrcAlignment}}), CGM); in getNonTrivialCStructCopyAssignmentOperator() 985 SrcAlignment, Ctx); in getNonTrivialCStructMoveAssignmentOperator() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4705 uint64_t SrcAlignment = AMT->getSourceAlignment(); in visitIntrinsicCall() local 4706 Assert(IsValidAlignment(SrcAlignment), in visitIntrinsicCall()
|