Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h813 static unsigned getOpenMPDefaultSimdAlign(const Triple &TargetTriple,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2381 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2264 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
2679 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in GetAlignedMapping()
H A DCGExprScalar.cpp3346 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
H A DCGOpenMPRuntime.cpp11011 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2451 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
2452 unsigned SimdAlign = llvm::OpenMPIRBuilder::getOpenMPDefaultSimdAlign( in getOpenMPDefaultSimdAlign()
H A DExprConstant.cpp14107 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5151 OpenMPIRBuilder::getOpenMPDefaultSimdAlign(const Triple &TargetTriple, in getOpenMPDefaultSimdAlign() function in OpenMPIRBuilder