Searched refs:Alignments (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 338 std::array<CharUnits, N> Alignments, in getParamAddrs() argument 343 CGF->VoidPtrTy, Alignments[Ints], KnownNonNull)...}}; in getParamAddrs() 452 std::array<CharUnits, N> Alignments, in getFunction() 490 getParamAddrs<N>(std::make_index_sequence<N>{}, Alignments, Args, CGF); in getFunction() 499 std::array<CharUnits, N> Alignments; in callFunc() local 503 Alignments[I] = Addrs[I].getAlignment(); in callFunc() 508 getFunction(FuncName, QT, Alignments, CallerCGF.CGM)) in callFunc() 854 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction() argument 859 return Gen.getFunction(FuncName, QT, Alignments, CGM); in getSpecialFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 661 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() argument 714 Alignments.append(Aligneds.size() - Alignments.size(), in parseDeclareSimdClauses() 755 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local 761 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses() 768 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 815 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 341 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local 392 Alignments.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr() 411 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
|
| H A D | SemaOpenMP.cpp | 6700 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective() argument 6702 assert(Aligneds.size() == Alignments.size()); in ActOnOpenMPDeclareSimdDirective() 6816 for (Expr *E : Alignments) { in ActOnOpenMPDeclareSimdDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4600 VariadicExprArgument<"Aligneds">, VariadicExprArgument<"Alignments">,
|