Searched refs:Create (Results 151 - 175 of 473) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp54 // Create a new initializer.
58 // Create the new global variable and replace all uses of
129 Function *Ctor = Function::Create(
132 BasicBlock *CtorBB = BasicBlock::Create(M.getContext(), "", Ctor);
133 IRBuilder<> IRB(ReturnInst::Create(M.getContext(), CtorBB));
H A DInjectTLIMappings.cpp85 Function::Create(FTy, Function::ExternalLinkage, VFName, M);
H A DInlineFunction.cpp176 // Create corresponding new PHIs for all the PHIs in the outer landing pad.
181 PHINode *InnerPHI = PHINode::Create(OuterPHI->getType(), PHICapacity,
188 // Create a PHI for the exception values.
189 InnerEHValuesPHI = PHINode::Create(CallerLPad->getType(), PHICapacity,
207 BranchInst::Create(Dest, Src);
680 CleanupReturnInst::Create(CleanupPad, UnwindDest, CRI);
725 auto *NewCatchSwitch = CatchSwitchInst::Create(
853 // Create new metadata nodes to replace the dummy nodes, replacing old
948 // Create a new scope domain for this function.
1296 // Create th
[all...]
H A DIntegerDivision.cpp221 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(),
223 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(),
225 BasicBlock *Preheader = BasicBlock::Create(Builder.getContext(),
227 BasicBlock *BB1 = BasicBlock::Create(Builder.getContext(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp360 return SelectInst::Create(X, Op1, ConstantInt::get(I.getType(), 0));
362 return SelectInst::Create(X, Op0, ConstantInt::get(I.getType(), 0));
706 return BinaryOperator::Create(I.getOpcode(), X,
716 auto *NewDiv = BinaryOperator::Create(I.getOpcode(), X,
724 auto *Mul = BinaryOperator::Create(Instruction::Mul, X,
742 auto *BO = BinaryOperator::Create(I.getOpcode(), X,
750 auto *Mul = BinaryOperator::Create(Instruction::Mul, X,
772 return SelectInst::Create(Cmp, Op1, ConstantInt::get(Ty, 0));
789 return BinaryOperator::Create(I.getOpcode(), X, Op1);
1031 Inst = SelectInst::Create(cas
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp95 // Create the .gcno files for the Module based on DebugInfo.
898 // Create a small bit of code that registers the "__llvm_gcov_writeout" to
902 Function *F = Function::Create(FTy, GlobalValue::InternalLinkage,
910 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", F);
990 WriteoutF = Function::Create(WriteoutFTy, GlobalValue::InternalLinkage,
997 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", WriteoutF);
1069 // Create global arrays for the two emit calls.
1118 // Create a global for the entire data structure so we can walk it more
1127 // Create the CFG for walking this data structure.
1129 BasicBlock::Create(*Ct
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp131 m_address_of_backend = ValueObjectConstResult::Create(
H A DValueObjectRegister.cpp107 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectRegisterSet
240 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectRegister
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp177 clang::ObjCInterfaceDecl *new_iface_decl = clang::ObjCInterfaceDecl::Create(
367 clang::ObjCMethodDecl *ret = clang::ObjCMethodDecl::Create(
385 parm_vars.push_back(clang::ParmVarDecl::Create(
503 clang::ObjCIvarDecl *ivar_decl = clang::ObjCIvarDecl::Create(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp42 SymbolFileDWARFDwp::Create(lldb::ModuleSP module_sp, function in class:SymbolFileDWARFDwp
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h64 static AsanThread *Create(thread_callback_t start_routine, void *arg,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp96 ctx->dd = DDetector::Create(flags());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp142 // Create GEP of the Value
147 PtrI = GetElementPtrInst::Create(
H A DAMDGPUPrintfRuntimeBinding.cpp353 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI);
383 dyn_cast<GetElementPtrInst>(GetElementPtrInst::Create(
400 BufferIdx = cast<GetElementPtrInst>(GetElementPtrInst::Create(
549 BufferIdx = dyn_cast<GetElementPtrInst>(GetElementPtrInst::Create(
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h95 Create(const ASTContext &C, const ConstraintSatisfaction &Satisfaction);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h46 /// Create a template type argument or non-type template argument.
53 /// Create a template template argument.
194 Create(SourceLocation TemplateKWLoc, SourceLocation TemplateNameLoc, function in struct:clang::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp162 BranchInst::Create(Dest, BI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp78 BranchInst::Create(Target, Source);
H A DPartiallyInlineLibCalls.cpp55 // Create phi and replace all uses.
62 // Create basic block LibCallBB and insert a call to library function sqrt.
63 BasicBlock *LibCallBB = BasicBlock::Create(CurrBB.getContext(), "call.sqrt",
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h378 UINT32 Create);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp29 BreakpointLocationList::Create(const Address &addr, function in class:BreakpointLocationList
210 bp_loc_sp = Create(addr, resolve_indirect_symbols);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp410 repro::MultiLoader<repro::CommandProvider>::Create(loader);
438 repro::MultiLoader<repro::GDBRemoteProvider>::Create(loader);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp258 return Create(L, std::move(*ArchiveBuffer));
262 StaticLibraryDefinitionGenerator::Create( function in class:llvm::orc::StaticLibraryDefinitionGenerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp30 lldb::UnixSignalsSP UnixSignals::Create(const ArchSpec &arch) { function in class:UnixSignals
56 Create(HostInfo::GetArchitecture());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp247 DataRecorder::Create(const FileSpec &filename) { function in class:DataRecorder
261 DataRecorder::Create(GetRoot().CopyByAppendingPathComponent(filename));

Completed in 316 milliseconds

1234567891011>>