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

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h378 UINT32 Create);
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
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(),
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 DInjectTLIMappings.cpp85 Function::Create(FTy, Function::ExternalLinkage, VFName, M);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp42 SymbolFileDWARFDwp::Create(lldb::ModuleSP module_sp, function in class:SymbolFileDWARFDwp
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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(
H A DAMDGPUAnnotateUniformValues.cpp142 // Create GEP of the Value
147 PtrI = GetElementPtrInst::Create(
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h95 Create(const ASTContext &C, const ConstraintSatisfaction &Satisfaction);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h64 static AsanThread *Create(thread_callback_t start_routine, void *arg,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp96 ctx->dd = DDetector::Create(flags());
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp162 BranchInst::Create(Dest, BI);
/freebsd-11-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-11-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-11-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));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc36 // Create the instance and return it to be the *Process* handle
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp431 // Create an entry for every spilled value.
558 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock);
560 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock);
565 // with GetElementPointer from coroutine frame + loads and stores. Create an
615 // Create a GEP with the given index into the coroutine frame for the original
638 // Create a load instruction to reload the spilled value from the coroutine
843 auto *NewBB = BasicBlock::Create(BB->getContext(), "", BB->getParent(), Succ);
849 auto *Terminator = BranchInst::Create(Succ, NewBB);
862 auto *NewCleanupPad = CleanupPadInst::Create(ParentPad, {}, "", NewBB);
863 CleanupReturnInst::Create(NewCleanupPa
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp292 Function::Create(Type, GlobalValue::LinkOnceODRLinkage, Name, &M);
304 BasicBlock *Entry = BasicBlock::Create(Ctx, "entry", F);
310 // IR-level constructs we already made. Create them and insert them into the

Completed in 535 milliseconds

1234567891011>>