Home
last modified time | relevance | path

Searched refs:getOpenMPDefaultSimdAlign (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h786 static unsigned getOpenMPDefaultSimdAlign(const Triple &TargetTriple,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2304 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2236 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
2652 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in GetAlignedMapping()
H A DCGExprScalar.cpp3072 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
H A DCGOpenMPRuntime.cpp10983 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2409 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
2410 unsigned SimdAlign = llvm::OpenMPIRBuilder::getOpenMPDefaultSimdAlign( in getOpenMPDefaultSimdAlign()
H A DExprConstant.cpp13734 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3619 OpenMPIRBuilder::getOpenMPDefaultSimdAlign(const Triple &TargetTriple, in getOpenMPDefaultSimdAlign() function in OpenMPIRBuilder