| /NextBSD/tools/tools/nanobsd/embedded/ |
| HD | README | 25 beaglebone.cfg Create a bootable beaglebone image 26 qemu-amd64.cfg Create a bootable amd64 image for qemu (W) 27 qemu-i386.cfg Create a bootable i386 image for qemu (W) 28 qemu-mips.cfg Create a bootable mips malta board image for 30 qemu-mips64.cfg Create a bootable mips malta board (64-bit 32 qemu-powerpc.cfg Create a bootable 32-bit powerpc image for 34 qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for 36 qemu-sparc64.cfg Create a bootable sparc64 image for qemu 37 rpi.cfg Create a bootable image for Raspberry Pi B 38 rpi2.cfg Create a bootable image for Raspberry Pi2 [all …]
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | InstrTypes.h | 161 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2, 169 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2, 176 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 178 return Create(Instruction::OPC, V1, V2, Name);\ 182 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 184 return Create(Instruction::OPC, V1, V2, Name, BB);\ 188 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 190 return Create(Instruction::OPC, V1, V2, Name, I);\ 196 BinaryOperator *BO = Create(Opc, V1, V2, Name); 202 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); [all …]
|
| HD | NoFolder.h | 149 return BinaryOperator::Create(Opc, LHS, RHS); in CreateBinOp() 192 return GetElementPtrInst::Create(Ty, C, IdxList); in CreateGetElementPtr() 217 return CastInst::Create(Op, C, DestTy); in CreateCast() 269 return SelectInst::Create(C, True, False); in CreateSelect() 273 return ExtractElementInst::Create(Vec, Idx); in CreateExtractElement() 278 return InsertElementInst::Create(Vec, NewElt, Idx); in CreateInsertElement() 288 return ExtractValueInst::Create(Agg, IdxList); in CreateExtractValue() 293 return InsertValueInst::Create(Agg, Val, IdxList); in CreateInsertValue()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | UnifyFunctionExitNodes.cpp | 65 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction() 73 BranchInst::Create(UnreachableBlock, BB); in runOnFunction() 90 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction() 95 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction() 98 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in runOnFunction() 101 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction() 117 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
|
| HD | CodeExtractor.cpp | 248 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion, in severSplitPHINodes() 345 Function *newFunction = Function::Create(funcType, in constructFunction() 367 GetElementPtrInst *GEP = GetElementPtrInst::Create( in constructFunction() 469 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() 478 CallInst *call = CallInst::Create(newFunction, params, in emitCallAndSwitchStatement() 494 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() 514 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement() 536 NewTarget = BasicBlock::Create(Context, in emitCallAndSwitchStatement() 553 ReturnInst *NTRet = ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement() 608 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() [all …]
|
| HD | BasicBlockUtils.cpp | 442 PHINode::Create(PN->getType(), Preds.size(), PN->getName() + ".ph", BI); in UpdatePHINodes() 492 BasicBlock *NewBB = BasicBlock::Create( in SplitBlockPredecessors() 496 BranchInst *BI = BranchInst::Create(BB, NewBB); in SplitBlockPredecessors() 553 BasicBlock *NewBB1 = BasicBlock::Create(OrigBB->getContext(), in SplitLandingPadPredecessors() 559 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1); in SplitLandingPadPredecessors() 594 NewBB2 = BasicBlock::Create(OrigBB->getContext(), in SplitLandingPadPredecessors() 600 BranchInst *BI2 = BranchInst::Create(OrigBB, NewBB2); in SplitLandingPadPredecessors() 628 PHINode *PN = PHINode::Create(LPad->getType(), 2, "lpad.phi", LPad); in SplitLandingPadPredecessors() 713 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThen() 718 CheckTerm = BranchInst::Create(Tail, ThenBlock); in SplitBlockAndInsertIfThen() [all …]
|
| HD | LowerSwitch.cpp | 269 BasicBlock* NewNode = BasicBlock::Create(Val->getContext(), "NodeBlock"); in switchConvert() 285 BranchInst::Create(LBranch, RBranch, Comp, NewNode); in switchConvert() 300 BasicBlock* NewLeaf = BasicBlock::Create(Val->getContext(), "LeafBlock"); in newLeafBlock() 334 BranchInst::Create(Succ, Default, Comp, NewLeaf); in newLeafBlock() 409 BranchInst::Create(Default, CurBlock); in processSwitchInst() 489 BranchInst::Create(Default, CurBlock); in processSwitchInst() 497 BasicBlock *NewDefault = BasicBlock::Create(SI->getContext(), "NewDefault"); in processSwitchInst() 499 BranchInst::Create(Default, NewDefault); in processSwitchInst() 515 BranchInst::Create(SwitchBlock, OrigBlock); in processSwitchInst()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIAnnotateControlFlow.cpp | 197 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() 198 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in openIf() 199 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in openIf() 204 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() 205 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in insertElse() 206 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in insertElse() 222 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front()); in handleLoopCondition() 252 Ret = CallInst::Create(ElseBreak, Args, "", OldEnd); in handleLoopCondition() 257 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() 272 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ValueObjectConstResult.h | 30 Create (ExecutionContextScope *exe_scope, 36 Create (ExecutionContextScope *exe_scope, 43 Create (ExecutionContextScope *exe_scope, 52 Create (ExecutionContextScope *exe_scope, 60 Create (ExecutionContextScope *exe_scope, 67 Create (ExecutionContextScope *exe_scope,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 249 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 671 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc, 735 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 801 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 862 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 910 static OMPSectionDirective *Create(const ASTContext &C, 966 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 1014 static OMPMasterDirective *Create(const ASTContext &C, 1075 Create(const ASTContext &C, const DeclarationNameInfo &Name, 1138 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, [all …]
|
| HD | NestedNameSpecifier.h | 118 static NestedNameSpecifier *Create(const ASTContext &Context, 123 static NestedNameSpecifier *Create(const ASTContext &Context, 128 static NestedNameSpecifier *Create(const ASTContext &Context, 133 static NestedNameSpecifier *Create(const ASTContext &Context, 143 static NestedNameSpecifier *Create(const ASTContext &Context,
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMConstantPoolValue.h | 152 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID); 153 static ARMConstantPoolConstant *Create(const GlobalValue *GV, 155 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID, 158 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID, 196 static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s, 231 static ARMConstantPoolMBB *Create(LLVMContext &C,
|
| HD | ARMConstantPoolValue.cpp | 127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant 133 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant 141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 198 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol 236 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | DwarfEHPrepare.cpp | 121 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject() 223 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() 231 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn); in InsertUnwindResumeCalls() 232 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft, in InsertUnwindResumeCalls() 239 BranchInst::Create(UnwindBB, Parent); in InsertUnwindResumeCalls() 248 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB); in InsertUnwindResumeCalls()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/ |
| HD | tsan_mutex.cc | 25 t.Create(m); in TEST() 43 t.Create(m); in TEST() 61 t.Create(m); in TEST() 98 t0.Create(m); in TEST() 114 t0.Create(m); in TEST() 130 t0.Create(m); in TEST()
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | InstrProfiling.cpp | 260 auto *RegisterF = Function::Create(RegisterFTy, GlobalValue::InternalLinkage, in emitRegistration() 268 Function::Create(RuntimeRegisterTy, GlobalVariable::ExternalLinkage, in emitRegistration() 271 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", RegisterF)); in emitRegistration() 293 Function::Create(FunctionType::get(Int32Ty, false), in emitRuntimeHook() 300 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", User)); in emitRuntimeHook() 347 Function::Create(FunctionType::get(VoidTy, false), in emitInitialization() 355 IRBuilder<> IRB(BasicBlock::Create(M->getContext(), "", F)); in emitInitialization() 362 Function::Create(SetNameTy, GlobalValue::ExternalLinkage, in emitInitialization()
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | Miscompilation.cpp | 791 Function *newMain = Function::Create(oldMain->getFunctionType(), in CleanupAndPrepareModules() 796 Function *oldMainProto = Function::Create(oldMain->getFunctionType(), in CleanupAndPrepareModules() 809 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); in CleanupAndPrepareModules() 810 CallInst *call = CallInst::Create(oldMainProto, args, "", BB); in CleanupAndPrepareModules() 813 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules() 868 Function *FuncWrapper = Function::Create(FuncTy, in CleanupAndPrepareModules() 872 BasicBlock *EntryBB = BasicBlock::Create(F->getContext(), in CleanupAndPrepareModules() 874 BasicBlock *DoCallBB = BasicBlock::Create(F->getContext(), in CleanupAndPrepareModules() 876 BasicBlock *LookupBB = BasicBlock::Create(F->getContext(), in CleanupAndPrepareModules() 883 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB); in CleanupAndPrepareModules() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | StringMap.h | 143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() function 168 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create() function 169 return Create(Key, Allocator, ValueTy()); in Create() 174 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create() function 176 return Create(Key, A, std::forward<InitType>(InitVal)); in Create() 179 static StringMapEntry *Create(StringRef Key) { in Create() function 180 return Create(Key, ValueTy()); in Create() 328 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second)); in insert()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 311 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt 794 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, in Create() function in ObjCAtTryStmt 824 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt 833 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt 1032 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt 1056 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt 1068 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt 1115 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S, in Create() function in CapturedStmt 1193 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause 1228 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause [all …]
|
| HD | DeclTemplate.cpp | 57 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList 257 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl 334 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl 494 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl 564 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl 574 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl 636 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl 645 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl 700 FunctionTemplateSpecializationInfo::Create(ASTContext &C, FunctionDecl *FD, in Create() function in FunctionTemplateSpecializationInfo 708 ArgsAsWritten = ASTTemplateArgumentListInfo::Create(C, in Create() [all …]
|
| HD | NestedNameSpecifier.cpp | 46 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 59 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 75 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 91 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 103 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create() function in NestedNameSpecifier 539 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 552 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 564 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 576 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectConstResult.cpp | 33 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 61 ValueObjectConstResult::Create in Create() function in ValueObjectConstResult 105 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 123 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 157 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 203 ValueObjectConstResult::Create in Create() function in ValueObjectConstResult
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_fake_stack_test.cc | 66 FakeStack *fake_stack = FakeStack::Create(stack_size_log); in TEST() 96 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST() 108 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST() 147 FakeStack *fs = FakeStack::Create(stack_size_log); in TEST()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombinePHI.cpp | 83 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI() 91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI() 114 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgBinOpIntoPHI() 122 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal); in FoldPHIArgBinOpIntoPHI() 207 PHINode *NewPN = PHINode::Create(FirstOp->getType(), e, in FoldPHIArgGEPIntoPHI() 232 GetElementPtrInst::Create(FirstInst->getSourceElementType(), Base, in FoldPHIArgGEPIntoPHI() 346 PHINode *NewPN = PHINode::Create(FirstLI->getOperand(0)->getType(), in FoldPHIArgLoadIntoPHI() 454 PHINode *NewPN = PHINode::Create(FirstInst->getOperand(0)->getType(), in FoldPHIArgOpIntoPHI() 482 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in FoldPHIArgOpIntoPHI() 489 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCUDANV.cpp | 171 llvm::Function *RegisterKernelsFunc = llvm::Function::Create( in makeRegisterKernelsFn() 175 llvm::BasicBlock::Create(Context, "entry", RegisterKernelsFunc); in makeRegisterKernelsFn() 228 llvm::Function *ModuleCtorFunc = llvm::Function::Create( in makeModuleCtorFunction() 232 llvm::BasicBlock::Create(Context, "entry", ModuleCtorFunc); in makeModuleCtorFunction() 298 llvm::Function *ModuleDtorFunc = llvm::Function::Create( in makeModuleDtorFunction() 302 llvm::BasicBlock::Create(Context, "entry", ModuleDtorFunc); in makeModuleDtorFunction()
|