Searched defs:Alignments (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 532 const StringMap<const uint32_t> &Alignments) { in updateAlignments() 541 const StringMap<const uint32_t> &Alignments) { in checkUnusedAlignments() 557 const StringMap<const uint32_t> &Alignments, in buildSlices() 606 const StringMap<const uint32_t> &Alignments, StringRef OutputFileName) { in createUniversalBinary() 625 const StringMap<const uint32_t> &Alignments, StringRef ArchType, in extractSlice() 658 const StringMap<const uint32_t> &Alignments) { in buildReplacementSlices() 685 const StringMap<const uint32_t> &Alignments, in replaceSlices()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 325 std::array<CharUnits, N> Alignments, in getParamAddrs() 489 std::array<CharUnits, N> Alignments; in callFunc() local 842 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 151 AlignmentsTy Alignments; variable
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 713 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() 806 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 321 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6841 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()
|