Searched refs:Create (Results 376 - 400 of 488) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql244 -- Create a new metadata record.
H A Dschema_v1.sql303 -- Create a new metadata record.
H A Dschema_v2.sql282 -- Create a new metadata record.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp633 // No set was found. Create a new set and add to FusionCandidates
1236 PHINode *L1HeaderPHI = PHINode::Create(
1497 PHINode *L1HeaderPHI = PHINode::Create(
H A DLoopIdiomRecognize.cpp1143 // Create the call.
1749 PHINode *TcPhi = PHINode::Create(Ty, 2, "tcphi", &Body->front());
1856 PHINode *TcPhi = PHINode::Create(Ty, 2, "tcphi", &Body->front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc270 // Create a child process.
H A DPath.inc951 Result |= O_CREAT; // Create if it doesn't exist.
954 Result |= O_CREAT; // Create if it doesn't exist.
957 Result |= O_CREAT; // Create if it doesn't exist.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp711 /// Create a list of the candidate function overloads for an OpenCL builtin
727 // Create FunctionTypes for each (gen)type.
803 // Create function overload for each type combination.
813 NewOpenCLBuiltin = FunctionDecl::Create(
819 // Create Decl objects for each parameter, adding them to the
825 ParmVarDecl *Parm = ParmVarDecl::Create(
3124 // Create the object argument
4005 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
4019 Res = LabelDecl::Create(Context, CurContext, Loc, II);
4457 NNS = NestedNameSpecifier::Create(Contex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp269 cl::desc("Create redzones for byval "
1253 /// Create a global describing a source location.
1709 BasicBlock::Create(*C, "", NextBB->getParent(), NextBB);
1711 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2);
1762 CallInst::Create(AsanUnpoisonGlobals, "", RI);
2037 // Create a separate metadata global and put it in the appropriate ASan
2054 Function::Create(FunctionType::get(Type::getVoidTy(*C), false),
2056 BasicBlock *AsanDtorBB = BasicBlock::Create(*C, "", AsanDtorFunction);
2058 return ReturnInst::Create(*C, AsanDtorBB);
2141 // Create star
[all...]
H A DHWAddressSanitizer.cpp1371 // Create a zero-length global in hwasan_globals so that the linker will
1451 auto *ThunkFn = Function::Create(ThunkFnTy,
1460 auto *BB = BasicBlock::Create(*C, "entry", ThunkFn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp405 /// Create a new empty loop. Unlink the old loop and connect the new one.
529 /// Create a new induction variable inside L.
561 /// Create a broadcast instruction. This method generates a broadcast
583 /// Create a vector induction phi node based on an existing scalar one. \p
859 /// Create an analysis remark that explains why vectorization failed
1735 // Create a vector splat to use in the induction update.
1748 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind",
1872 // Create the vector values from the scalar IV, in the absence of creating a
1909 // Create scalar steps that can be used by instructions we will later
1928 // Create an
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp432 DebugFunctionDecl = FunctionDecl::Create(
466 Arg = ParmVarDecl::Create(
472 Arg = ImplicitParamDecl::Create(Ctx, /*DC=*/nullptr, FD->getLocation(),
490 // Create the function declaration.
496 llvm::Function::Create(FuncLLVMTy, llvm::GlobalValue::InternalLinkage,
889 // Create/init special variable for lastprivate conditionals.
1894 // Create a block for the increment.
2085 // Create temp loop control variables with their init values to support
2455 // Create a block for the increment.
3420 BinaryOperator *Cond = BinaryOperator::Create(
[all...]
H A DCGOpenMPRuntime.cpp1053 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 functio
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp69 // Create a new cast, and leave the old cast in place in case
71 Ret = CastInst::Create(Op, V, Ty, "", &*IP);
80 // Create a new cast.
82 Ret = CastInst::Create(Op, V, Ty, V->getName(), &*IP);
1303 // Create the PHI.
1311 // Create the step instructions and populate the PHI.
1321 // Create a step value and add it to the PHI.
1572 // Create and insert the PHI node for the induction variable in the
1576 CanonicalIV = PHINode::Create(Ty, std::distance(HPB, HPE), "indvar",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1213 static Expected<PythonBuffer> Create(PythonObject &obj, function in class:__anon2957::PythonBuffer
1329 auto pybuffer = PythonBuffer::Create(pybuffer_obj.get());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp109 static char *Create(const GlobalVariable *GV, const DataLayout& TD) { function in class:__anon3641::final
129 return GVMemoryBlock::Create(GV, getDataLayout());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp264 Function *Function::Create(FunctionType *Ty, LinkageTypes Linkage, function in class:Function
266 return Create(Ty, Linkage, M.getDataLayout().getProgramAddressSpace(), N, &M);
330 // Create the arguments vector, all arguments start out unnamed.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp661 auto *F = Function::Create(TypeMap.get(SF->getFunctionType()),
701 Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())),
922 // Create the new global variable.
1152 // module. Create a list of the locally scoped imported entities, and
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp528 Value *sinval = CallInst::Create(sinExpr, opr0, "splitsin", aCI);
529 Value *cosval = CallInst::Create(cosExpr, opr0, "splitcos", aCI);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp425 valobj_sp = ValueObjectVariable::Create(target_sp.get(), var_sp);
H A DSBPlatform.cpp289 m_opaque_sp = Platform::Create(ConstString(platform_name), error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp601 ClangModulesDeclVendor::Create(Target &target) { function in class:ClangModulesDeclVendor
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp309 Platform::Create(ConstString("remote-gdb-server"), error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp735 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp210 SetUnixSignals(UnixSignals::Create(GetArchitecture()));

Completed in 415 milliseconds

<<11121314151617181920