Searched refs:Create (Results 76 - 100 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h69 /// Create a shared NotifyResolvedFunction from a given type that is
118 auto TP = LocalTrampolinePool<ORCABI>::Create(
131 /// Create a LocalLazyCallThroughManager using the given ABI. See
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { function in class:llvm::orc::LocalLazyCallThroughManager
146 /// Create a LocalLazyCallThroughManager from the given triple and execution
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp171 // Create new call instruction. The CFGuard check should always be a call,
206 // Create a copy of the call/invoke instruction and add the new bundle.
209 NewCB = CallInst::Create(CI, Bundles, CB);
213 NewCB = llvm::InvokeInst::Create(II, Bundles, CB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp674 // Create a new PHI node in the new region, which has an incoming value
676 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion,
716 // Create block for new PHIs and add it to the list of outlined if it
719 NewBB = BasicBlock::Create(ExitBB->getContext(),
727 BranchInst::Create(ExitBB, NewBB);
733 PHINode::Create(PN.getType(), IncomingVals.size(),
822 // Create the new function
823 Function *newFunction = Function::Create(
925 // Create an iterator to name all of the arguments we inserted.
937 GetElementPtrInst *GEP = GetElementPtrInst::Create(
[all...]
H A DBreakCriticalEdges.cpp125 // Otherwise a new PHI is needed. Create one and populate it.
126 PHINode *NewPN = PHINode::Create(
161 // Create a new basic block, linking it into the CFG.
162 BasicBlock *NewBB = BasicBlock::Create(TI->getContext(),
164 // Create our unconditional branch.
165 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB);
406 // block's body. Create a copy of Target that will be used by the "direct"
455 PHINode *NewIndPHI = PHINode::Create(IndPHI->getType(), 1, "ind", IndPHI);
459 // Create a PHI in the body block, to merge the direct and indirect
462 PHINode::Create(IndPH
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h24 static lldb::UnixSignalsSP Create(const ArchSpec &arch);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp45 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, function in class:ObjCAtTryStmt
H A DASTConcept.cpp52 ASTConstraintSatisfaction::Create(const ASTContext &C, function in class:ASTConstraintSatisfaction
H A DOpenMPClause.cpp268 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, function in class:OMPOrderedClause
326 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
357 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
405 OMPLastprivateClause *OMPLastprivateClause::Create( function in class:OMPLastprivateClause
429 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, function in class:OMPSharedClause
477 OMPLinearClause *OMPLinearClause::Create( function in class:OMPLinearClause
523 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPAlignedClause
562 OMPCopyinClause *OMPCopyinClause::Create( function in class:OMPCopyinClause
603 OMPCopyprivateClause *OMPCopyprivateClause::Create( function in class:OMPCopyprivateClause
650 OMPReductionClause *OMPReductionClause::Create( function in class:OMPReductionClause
703 OMPTaskReductionClause *OMPTaskReductionClause::Create( function in class:OMPTaskReductionClause
765 OMPInReductionClause *OMPInReductionClause::Create( function in class:OMPInReductionClause
793 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPAllocateClause
811 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, function in class:OMPFlushClause
829 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPDependClause
904 OMPMapClause *OMPMapClause::Create( function in class:OMPMapClause
958 OMPToClause *OMPToClause::Create( function in class:OMPToClause
1005 OMPFromClause *OMPFromClause::Create( function in class:OMPFromClause
1066 OMPUseDevicePtrClause *OMPUseDevicePtrClause::Create( function in class:OMPUseDevicePtrClause
1116 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, function in class:OMPIsDevicePtrClause
1162 OMPNontemporalClause *OMPNontemporalClause::Create(const ASTContext &C, function in class:OMPNontemporalClause
[all...]
H A DExprCXX.cpp258 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, function in class:CXXNewExpr
404 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( function in class:UnresolvedLookupExpr
418 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( function in class:UnresolvedLookupExpr
556 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( function in class:DependentScopeDeclRefExpr
636 CXXOperatorCallExpr *CXXOperatorCallExpr::Create( function in class:CXXOperatorCallExpr
694 CXXMemberCallExpr *CXXMemberCallExpr::Create(const ASTContext &Ctx, Expr *Fn, function in class:CXXMemberCallExpr
774 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T, function in class:CXXStaticCastExpr
799 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, function in class:CXXDynamicCastExpr
858 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, function in class:CXXReinterpretCastExpr
881 CXXConstCastExpr *CXXConstCastExpr::Create(cons function in class:CXXConstCastExpr
895 CXXFunctionalCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, function in class:CXXFunctionalCastExpr
934 UserDefinedLiteral *UserDefinedLiteral::Create(const ASTContext &Ctx, Expr *Fn, function in class:UserDefinedLiteral
1006 CXXTemporary *CXXTemporary::Create(const ASTContext &C, function in class:CXXTemporary
1011 CXXBindTemporaryExpr *CXXBindTemporaryExpr::Create(const ASTContext &C, function in class:CXXBindTemporaryExpr
1037 CXXTemporaryObjectExpr *CXXTemporaryObjectExpr::Create( function in class:CXXTemporaryObjectExpr
1071 CXXConstructExpr *CXXConstructExpr::Create( function in class:CXXConstructExpr
1215 LambdaExpr *LambdaExpr::Create( function in class:LambdaExpr
1332 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, function in class:ExprWithCleanups
1346 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, function in class:ExprWithCleanups
1379 CXXUnresolvedConstructExpr *CXXUnresolvedConstructExpr::Create( function in class:CXXUnresolvedConstructExpr
1446 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::Create( function in class:CXXDependentScopeMemberExpr
1538 UnresolvedMemberExpr *UnresolvedMemberExpr::Create( function in class:UnresolvedMemberExpr
1597 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, function in class:SizeOfPackExpr
1643 FunctionParmPackExpr::Create(const ASTContext &Context, QualType T, function in class:FunctionParmPackExpr
1718 TypeTraitExpr *TypeTraitExpr::Create(const ASTContext &C, QualType T, function in class:TypeTraitExpr
1746 CUDAKernelCallExpr::Create(const ASTContext &Ctx, Expr *Fn, CallExpr *Config, function in class:CUDAKernelCallExpr
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h169 lldb::BreakpointLocationSP Create(const Address &addr,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h184 Create(const FileSpec &filename);
234 /// Create and register a new provider.
235 template <typename T> T *Create() { function in class:lldb_private::repro::final
253 return *Create<T>();
349 static std::unique_ptr<MultiLoader> Create(Loader *loader) { function in class:lldb_private::repro::MultiLoader
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp24 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, function in class:ValueObjectCast
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp28 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Context), {},
31 BasicBlock *BB = BasicBlock::Create(Context, "BB", F);
32 ReturnInst::Create(Context, BB);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp106 llvm::Function *DummyFunc = llvm::Function::Create(
110 llvm::BasicBlock::Create(Context, "", DummyFunc);
291 // Create temporary dim3 grid_dim, block_dim.
399 llvm::Function *RegisterKernelsFunc = llvm::Function::Create(
403 llvm::BasicBlock::Create(Context, "entry", RegisterKernelsFunc);
499 // We always need a function to pass in as callback. Create a dummy
528 llvm::Function *ModuleCtorFunc = llvm::Function::Create(
533 llvm::BasicBlock::Create(Context, "entry", ModuleCtorFunc);
594 // Create initialized wrapper structure that points to the loaded GPU binary
621 llvm::BasicBlock::Create(Contex
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h53 static lldb::SBDebugger Create();
55 static lldb::SBDebugger Create(bool source_init_files);
57 static lldb::SBDebugger Create(bool source_init_files,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp113 // Create a noop.frame struct type.
121 // Create a Noop function that does nothing.
123 Function::Create(FnTy, GlobalValue::LinkageTypes::PrivateLinkage,
126 auto *Entry = BasicBlock::Create(C, "entry", NoopFn);
127 ReturnInst::Create(C, Entry);
129 // Create a constant struct for the frame.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp135 BranchInst::Create(GetTrapBB(IRB), OldBB);
139 // Create the conditional branch.
140 BranchInst::Create(GetTrapBB(IRB), Cont, Or, OldBB);
173 // Create a trapping basic block on demand using a callback. Depending on
186 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp166 // Create the new function body and insert it into the module...
167 Function *NF = Function::Create(NFTy, Fn.getLinkage(), Fn.getAddressSpace());
201 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
204 NewCS = CallInst::Create(NF, Args, OpBundles, "", Call);
858 // Create the new function type based on the recomputed parameters.
865 // Create the new function body and insert it into the module...
866 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace());
939 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
942 NewCS = CallInst::Create(NFTy, NF, Args, OpBundles, "", Call);
988 V = ExtractValueInst::Create(Ne
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h175 /// Create a StringMapEntry for the specified key construct the value using
178 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, function in class:llvm::final
202 /// Create - Create a StringMapEntry with normal malloc/free.
204 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { function in class:llvm::final
206 return Create(Key, A, std::forward<InitType>(InitVal)...);
209 static StringMapEntry *Create(StringRef Key) { function in class:llvm::final
210 return Create(Key, ValueTy());
291 TheTable[I] = MapEntryTy::Create(
441 Bucket = MapEntryTy::Create(Ke
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp239 PHINode *NewPtrPHI = PHINode::Create(
338 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
346 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
369 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
377 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);
465 PHINode *NewPN = PHINode::Create(FirstOp->getType(), e,
490 GetElementPtrInst::Create(FirstInst->getSourceElementType(), Base,
602 // Okay, they are all the same operation. Create a new PHI node of the
604 PHINode *NewPN = PHINode::Create(FirstLI->getOperand(0)->getType(),
722 // Create
[all...]
H A DInstCombineCasts.cpp190 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
210 Res = SelectInst::Create(I->getOperand(0), True, False);
215 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues());
270 auto *Res = CastInst::Create(NewOpc, CSrc->getOperand(0), Ty);
491 return ExtractElementInst::Create(VecInput, IC.Builder.getInt32(Elt));
574 return IntrinsicInst::Create(F, { X, X, NarrowShAmt });
604 return BinaryOperator::Create(BinOp->getOpcode(), NarrowC, TruncX);
610 return BinaryOperator::Create(BinOp->getOpcode(), TruncX, NarrowC);
616 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1);
621 return BinaryOperator::Create(BinO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp218 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, function in class:LandingPadInst
224 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, function in class:LandingPadInst
449 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB, function in class:CallInst
453 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledValue(),
566 // Create the call to Malloc.
578 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall",
582 // Create a cast instruction to convert to the right type...
585 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall");
589 // Create a cast instruction to convert to the right type...
673 Result = CallInst::Create(FreeFun
760 InvokeInst *InvokeInst::Create(InvokeInst *II, ArrayRef<OperandBundleDef> OpB, function in class:InvokeInst
843 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, function in class:CallBrInst
2201 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S, function in class:UnaryOperator
2207 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S, function in class:UnaryOperator
2330 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, function in class:BinaryOperator
2338 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, function in class:BinaryOperator
2739 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, function in class:CastInst
2761 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, function in class:CastInst
3481 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, function in class:CmpInst
3501 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, function in class:CmpInst
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp175 // Create an alloca for the incoming jump buffer ptr and the new jump buffer
249 Instruction *SI = SelectInst::Create(
365 BranchInst::Create(II->getNormalDest(), II);
425 CallInst::Create(CallSiteFn, CallSiteNum, "", Invokes[I]);
443 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator());
458 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp");
468 CallInst::Create(UnregisterFn, FuncCtx, "", Return);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp588 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
602 return StringLiteral::Create(*Context, Str, StringLiteral::Ascii,
866 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(),
871 Expr *Zero = IntegerLiteral::Create(*Context,
877 FieldDecl *FD = FieldDecl::Create(*Context, nullptr, SourceLocation(),
1453 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1466 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1480 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1536 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1549 NewMsg = ObjCMessageExpr::Create(*Contex
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h446 /// Create and insert a memset to the specified pointer and the
465 /// Create and insert an element unordered-atomic memset of the region of
515 /// Create and insert a memcpy between the specified pointers.
563 /// Create and insert an element unordered-atomic memcpy between the
587 /// Create and insert a memmove between the specified
630 /// \brief Create and insert an element unordered-atomic memmove between the
655 /// Create a vector fadd reduction intrinsic of the source vector.
659 /// Create a vector fmul reduction intrinsic of the source vector.
663 /// Create a vector int add reduction intrinsic of the source vector.
666 /// Create
[all...]

Completed in 277 milliseconds

1234567891011>>