Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPIRBuilder.h813 static unsigned getOpenMPDefaultSimdAlign(const Triple &TargetTriple,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2381 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2264 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
2679 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in GetAlignedMapping()
HDCGExprScalar.cpp3346 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
HDCGOpenMPRuntime.cpp11011 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp2451 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
2452 unsigned SimdAlign = llvm::OpenMPIRBuilder::getOpenMPDefaultSimdAlign( in getOpenMPDefaultSimdAlign()
HDExprConstant.cpp14107 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp5151 OpenMPIRBuilder::getOpenMPDefaultSimdAlign(const Triple &TargetTriple, in getOpenMPDefaultSimdAlign() function in OpenMPIRBuilder