Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h898 getOpenMPDefaultSimdAlign(const Triple &TargetTriple,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2563 unsigned getOpenMPDefaultSimdAlign(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2311 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in emitAlignedClause()
2810 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in GetAlignedMapping()
H A DCGExprScalar.cpp3617 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign( in VisitUnaryExprOrTypeTraitExpr()
H A DCGOpenMPRuntime.cpp11078 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2245 unsigned Bits = ASTCtx.getOpenMPDefaultSimdAlign(E->getArgumentType()); in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2634 unsigned ASTContext::getOpenMPDefaultSimdAlign(QualType T) const { in getOpenMPDefaultSimdAlign() function in ASTContext
2635 unsigned SimdAlign = llvm::OpenMPIRBuilder::getOpenMPDefaultSimdAlign( in getOpenMPDefaultSimdAlign()
H A DExprConstant.cpp14947 Info.Ctx.getOpenMPDefaultSimdAlign(E->getArgumentType())) in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5466 OpenMPIRBuilder::getOpenMPDefaultSimdAlign(const Triple &TargetTriple, in getOpenMPDefaultSimdAlign() function in OpenMPIRBuilder