Searched refs:Create (Results 326 - 350 of 488) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp379 /// Create a stack guard loading and populate whether SelectionDAG SSP is
511 // Create the FailBB. We duplicate the BB every time since the MI tail
553 /// CreateFailBB - Create a basic block to jump to when the stack protector
557 BasicBlock *FailBB = BasicBlock::Create(Context, "CallStackCheckFailBlk", F);
H A DCodeGenPrepare.cpp1028 // Create a Builder and replace the target callsite with a gep
1167 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0),
1455 CmpInst::Create(Cmp->getOpcode(), Cmp->getPredicate(),
1641 BinaryOperator::Create(Instruction::And, AndI->getOperand(0),
1738 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift,
1892 // Create another block after the count zero intrinsic. A PHI will be added
1910 // Create a PHI in the end block to select either the output of the intrinsic
3652 // Create a Select placeholder with dummy value.
3653 SelectInst *Select = SelectInst::Create(
3666 PHINode::Create(CommonTyp
[all...]
H A DMachineOutliner.cpp22 /// * Create an outlined function
572 // Create an OutlinedFunction to store it and check if it'd be beneficial
603 // Create the function name. This should be unique.
611 // Create the function using an IR-level function.
613 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
641 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", F);
765 // It's beneficial. Create the function and outline its sequence's
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp639 CallInst *PollCall = CallInst::Create(F, "", InsertBefore);
H A DConstantHoisting.cpp757 Mat = GetElementPtrInst::Create(Int8PtrTy->getElementType(), Base,
762 Mat = BinaryOperator::Create(Instruction::Add, Base, Offset,
822 LLVM_DEBUG(dbgs() << "Create instruction: " << *ConstExprInst << '\n'
H A DIndVarSimplify.cpp408 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
810 auto *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(), LHS, RHS,
901 auto *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(), LHS, RHS,
1184 auto *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(), LHS, RHS,
1232 PHINode::Create(DU.WideDef->getType(), 1, UsePhi->getName() + ".wide",
2683 // Create a rewriter object which we'll use to transform the code with.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp155 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB),
H A DPromoteMemoryToRegister.cpp310 CallInst *CI = CallInst::Create(AssumeIntrinsic, {LoadNotNull});
846 // Create a PhiNode using the dereferenced type... and add the phi-node to the
848 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp517 // Create a new ObjCPropertyDecl with the DeclContext being
622 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC,
1053 /// Create a synthesized property accessor stub inside the \@implementation.
1059 ObjCMethodDecl *ImplDecl = ObjCMethodDecl::Create(
1326 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl,
1432 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1468 ImplicitCastExpr::Create(Context, SelfDecl->getType(),
1532 ImplicitCastExpr::Create(Context, SelfDecl->getType(),
2500 GetterMethod = ObjCMethodDecl::Create(
2550 ObjCMethodDecl::Create(Contex
[all...]
H A DSemaOverload.cpp273 return ExprWithCleanups::Create(Ctx, Inner, EWC->cleanupsHaveSideEffects(),
5677 return ConstantExpr::Create(S.Context, Result.get(), Value);
5832 From = ImplicitCastExpr::Create(SemaRef.Context, Result.get()->getType(),
5861 From = ImplicitCastExpr::Create(SemaRef.Context, Result.get()->getType(),
12798 CallExpr *CE = CallExpr::Create(Context, Fn, Args, Context.DependentTy,
12997 /// Create a unary operation that may resolve to an overloaded
13033 Args[1] = IntegerLiteral::Create(Context, Zero, Context.IntTy,
13042 return UnaryOperator::Create(Context, Input, Opc, Context.DependentTy,
13047 UnresolvedLookupExpr *Fn = UnresolvedLookupExpr::Create(
13050 return CXXOperatorCallExpr::Create(Contex
[all...]
H A DSemaAttr.cpp403 auto *PCD = PragmaCommentDecl::Create(
411 auto *PDMD = PragmaDetectMismatchDecl::Create(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp862 // We have got the address. Create a memory object out of it
863 return_valobj_sp = ValueObjectMemory::Create(
956 return_valobj_sp = ValueObjectConstResult::Create(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp103 // Create sections if they haven't been created already.
264 auto expected_parser = MinidumpParser::Create(m_core_data);
291 SetUnixSignals(UnixSignals::Create(GetArchitecture()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h757 NodeAddr<RefNode*> RA, bool Create);
761 NodeAddr<RefNode*> RA, bool Create);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp238 IdentifierIndex = IdentifierIndexTable::Create(
690 InterestingIdentifierTable::Create(
824 // Create the on-disk hash table in a buffer.
835 // Create a blob abbreviation
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc879 virtual bool Create(const char* statement,
883 // Sets the parameters for subsequent calls to Create.
900 // If true, Create will return a MockDeathTest; otherwise it returns
920 // True if the last MockDeathTest returned by Create has been
976 // Sets the parameters for subsequent calls to Create.
995 bool MockDeathTestFactory::Create(const char* /*statement*/, function in class:MockDeathTestFactory
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp99 /// Create an empty function with the given name.
225 // Create an empty module when the MIR file is empty.
249 // Create an new, empty module.
275 Function::Create(FunctionType::get(Type::getVoidTy(Context), false),
277 BasicBlock *BB = BasicBlock::Create(Context, "entry", F);
314 // Create the MachineFunction.
602 // Create VRegs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h289 static GetElementPtrConstantExpr *Create(Type *SrcElementTy, Constant *C, function in class:llvm::final
631 return GetElementPtrConstantExpr::Create(ExplicitTy, Ops[0], Ops.slice(1),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp276 if (!CacheDir.empty()) { // Create user-defined cache dir.
340 // Create a new module.
344 // Create an empty function named "__main".
351 Function::Create(FunctionType::get(ReturnTy, {}, false),
354 BasicBlock *BB = BasicBlock::Create(Context, "__main", Result);
683 // Create a remote target client running over the channel.
687 auto R = ExitOnErr(MyRemote::Create(*C, ES));
689 // Create a remote memory manager.
933 // Create JITDylibs and add any extra modules.
935 // Create JITDylib
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp398 Function::Create(TrampolineTy, GlobalValue::InternalLinkage,
404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline);
/freebsd-13-stable/share/mk/
H A Dbsd.subdir.mk153 # Create 'make subdir' targets to run the real 'all' target.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1380 template_param_decls.push_back(NonTypeTemplateParmDecl::Create(
1385 template_param_decls.push_back(TemplateTypeParmDecl::Create(
1401 template_param_decls.push_back(NonTypeTemplateParmDecl::Create(
1407 template_param_decls.push_back(TemplateTypeParmDecl::Create(
1414 TemplateParameterList *template_param_list = TemplateParameterList::Create(
1424 // /// Create a function template node.
1543 return TemplateTemplateParmDecl::Create(
1764 NamespaceDecl::Create(ast, decl_ctx, is_inline, SourceLocation(),
1775 NamespaceDecl::Create(ast, decl_ctx, false, SourceLocation(),
1787 NamespaceDecl::Create(as
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1534 llvm::Function *LoadFunction = llvm::Function::Create(
1542 llvm::BasicBlock::Create(VMContext, "entry", LoadFunction);
1650 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy,
1653 llvm::IRBuilder<> b(llvm::BasicBlock::Create(CGM.getLLVMContext(), "entry",
2845 // Create an instance of the structure
2881 // Create an instance of the structure
2980 // Create an instance of the structure
3020 // Create the protocol list structure used in classes, categories and so on
3466 // Create the direct offset value
3743 // Create a
[all...]
H A DCGNonTrivialStruct.cpp314 Params.push_back(ImplicitParamDecl::Create(
376 // Create the header block and insert the phi instructions.
386 // Create the exit and loop body blocks.
470 llvm::Function::Create(FuncTy, llvm::GlobalValue::LinkOnceODRLinkage,
476 FunctionDecl *FD = FunctionDecl::Create(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1081 ValueObjectSP valobj = ValueObjectVariable::Create(frame, var);
1398 valobj = ValueObjectVariable::Create(target, var);
1928 TypedefDecl *typedef_decl = TypedefDecl::Create(

Completed in 468 milliseconds

<<11121314151617181920