• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching refs:Create

1053   auto *Field = FieldDecl::Create(
1118 auto *Fn = llvm::Function::Create(FnTy, llvm::GlobalValue::InternalLinkage,
1791 // Create a scope with an artificial location for the body of this function.
1935 // Create a scope with an artificial location for the body of this
2306 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI),
2395 // Create a list of all private variables for copyprivate.
2480 ChunkExpr = IntegerLiteral::Create(
3037 // Create constant string with the name.
3092 // Create the offloading info metadata node.
3095 // Create function that emits metadata for each target region entry;
3138 // Create function that emits metadata for each device global variable entry;
3479 auto *TaskEntry = llvm::Function::Create(
3583 llvm::Function::Create(DestructorFnTy, llvm::GlobalValue::InternalLinkage,
3638 Args.push_back(ImplicitParamDecl::Create(
3649 Args.push_back(ImplicitParamDecl::Create(
3660 Args.push_back(ImplicitParamDecl::Create(
3676 auto *TaskPrivatesMap = llvm::Function::Create(
3878 auto *TaskDup = llvm::Function::Create(
4283 auto *PD = ImplicitParamDecl::Create(C, KmpTaskAffinityInfoArrayTy,
4778 auto *PD = ImplicitParamDecl::Create(C, KmpDependInfoArrayTy,
5305 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI),
5505 // 3. Create static kmp_critical_name lock = { 0 };
5750 auto *Fn = llvm::Function::Create(FnTy, llvm::GlobalValue::InternalLinkage,
5824 auto *Fn = llvm::Function::Create(FnTy, llvm::GlobalValue::InternalLinkage,
5894 auto *Fn = llvm::Function::Create(FnTy, llvm::GlobalValue::InternalLinkage,
6345 // Create a unique name for the entry function using the source location
8948 auto *Fn = llvm::Function::Create(FnTy, llvm::GlobalValue::InternalLinkage,
9993 // Create and register the function that handles the requires directives.