| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | UnifyFunctionExitNodes.cpp | 34 BasicBlock::Create(F.getContext(), "UnifiedUnreachableBlock", &F); in unifyUnreachableBlocks() 39 BranchInst::Create(UnreachableBlock, BB); in unifyUnreachableBlocks() 58 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in unifyReturnBlocks() 63 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in unifyReturnBlocks() 66 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in unifyReturnBlocks() 69 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in unifyReturnBlocks() 81 BranchInst::Create(NewRetBlock, BB); in unifyReturnBlocks()
|
| H A D | LowerGlobalDtors.cpp | 176 Function *CallDtors = Function::Create( in runImpl() 186 BasicBlock *BB = BasicBlock::Create(C, "body", CallDtors); in runImpl() 191 CallInst::Create(VoidVoid, Dtor, "", BB); in runImpl() 192 ReturnInst::Create(C, BB); in runImpl() 194 Function *RegisterCallDtors = Function::Create( in runImpl() 204 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runImpl() 205 BasicBlock *FailBB = BasicBlock::Create(C, "fail", RegisterCallDtors); in runImpl() 206 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runImpl() 210 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runImpl() 213 BranchInst::Create(FailBB, RetBB, Cmp, EntryBB); in runImpl() [all …]
|
| H A D | MatrixUtils.cpp | 28 BasicBlock *Header = BasicBlock::Create( in CreateLoop() 30 BasicBlock *Body = BasicBlock::Create(Header->getContext(), Name + ".body", in CreateLoop() 32 BasicBlock *Latch = BasicBlock::Create(Header->getContext(), Name + ".latch", in CreateLoop() 36 BranchInst::Create(Body, Header); in CreateLoop() 37 BranchInst::Create(Latch, Body); in CreateLoop() 39 PHINode::Create(I32Ty, 2, Name + ".iv", Header->getTerminator()->getIterator()); in CreateLoop() 45 BranchInst::Create(Header, Exit, Cond, Latch); in CreateLoop()
|
| H A D | ControlFlowUtils.cpp | 56 BranchInst::Create(FirstGuardBlock, BB); in redirectToHub() 76 BranchInst::Create(Out, GuardBlocks[I + 1], GuardPredicates[Out], in setupBranchForGuard() 80 BranchInst::Create(Out, Outgoing[I + 1], GuardPredicates[Out], in setupBranchForGuard() 94 auto *Phi = PHINode::Create(Int32Ty, Branches.size(), "merged.bb.idx", in calcPredicateUsingInteger() 107 IncomingId = SelectInst::Create(Condition, Id0, Id1, "target.bb.idx", in calcPredicateUsingInteger() 122 auto *Cmp = ICmpInst::Create(Instruction::ICmp, ICmpInst::ICMP_EQ, Phi, in calcPredicateUsingInteger() 148 PHINode::Create(Type::getInt1Ty(Context), Branches.size(), in calcPredicateUsingBooleans() 212 BasicBlock::Create(F->getContext(), Prefix + ".guard", F)); in convertToGuardPredicates() 244 PHINode::Create(Phi->getType(), Incoming.size(), in reconnectPhis()
|
| H A D | EntryExitInstrumenter.cpp | 45 CallInst *Call = CallInst::Create( in insertCall() 56 Instruction *RetAddr = CallInst::Create( in insertCall() 64 CallInst *Call = CallInst::Create(Fn, RetAddr, "", InsertionPt); in insertCall() 73 CallInst *Call = CallInst::Create(Fn, "", InsertionPt); in insertCall() 85 Instruction *RetAddr = CallInst::Create( in insertCall() 93 CallInst::Create(Fn, ArrayRef<Value *>(Args), "", InsertionPt); in insertCall()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 59 OpenACCDefaultClause *OpenACCDefaultClause::Create(const ASTContext &C, in Create() function in OpenACCDefaultClause 70 OpenACCIfClause *OpenACCIfClause::Create(const ASTContext &C, in Create() function in OpenACCIfClause 90 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() function in OpenACCSelfClause 100 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() function in OpenACCSelfClause 173 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCNumWorkersClause 191 OpenACCCollapseClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCCollapseClause 215 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCVectorLengthClause 234 OpenACCAsyncClause *OpenACCAsyncClause::Create(const ASTContext &C, in Create() function in OpenACCAsyncClause 254 OpenACCDeviceNumClause *OpenACCDeviceNumClause::Create(const ASTContext &C, in Create() function in OpenACCDeviceNumClause 276 OpenACCDefaultAsyncClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCDefaultAsyncClause [all …]
|
| H A D | StmtOpenACC.cpp | 27 OpenACCComputeConstruct *OpenACCComputeConstruct::Create( in Create() function in OpenACCComputeConstruct 75 OpenACCLoopConstruct *OpenACCLoopConstruct::Create( in Create() function in OpenACCLoopConstruct 97 OpenACCCombinedConstruct *OpenACCCombinedConstruct::Create( in Create() function in OpenACCCombinedConstruct 119 OpenACCDataConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() function in OpenACCDataConstruct 141 OpenACCEnterDataConstruct *OpenACCEnterDataConstruct::Create( in Create() function in OpenACCEnterDataConstruct 162 OpenACCExitDataConstruct *OpenACCExitDataConstruct::Create( in Create() function in OpenACCExitDataConstruct 183 OpenACCHostDataConstruct *OpenACCHostDataConstruct::Create( in Create() function in OpenACCHostDataConstruct 206 OpenACCWaitConstruct *OpenACCWaitConstruct::Create( in Create() function in OpenACCWaitConstruct 233 OpenACCInitConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() function in OpenACCInitConstruct 253 OpenACCShutdownConstruct *OpenACCShutdownConstruct::Create( in Create() function in OpenACCShutdownConstruct [all …]
|
| H A D | StmtOpenMP.cpp | 37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { in Create() function in OMPChildren 43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, in Create() function in OMPChildren 262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() function in OMPMetaDirective 281 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective 301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective 336 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective 408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPTileDirective 429 OMPStripeDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPStripeDirective 450 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUnrollDirective 472 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPReverseDirective [all …]
|
| H A D | ExprConcepts.cpp | 36 ? ASTConstraintSatisfaction::Create(C, *Satisfaction) in ConceptSpecializationExpr() 56 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() function in ConceptSpecializationExpr 70 ? ASTConstraintSatisfaction::Create(C, *Satisfaction) in ConceptSpecializationExpr() 83 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() function in ConceptSpecializationExpr 166 RequiresExpr *RequiresExpr::Create( in Create() function in RequiresExpr 181 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
|
| H A D | DeclOpenMP.cpp | 28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl 57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPAllocateDecl 86 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl 114 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl 144 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create() function in OMPDeclareMapperDecl 176 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 43 HLSLNamespace = NamespaceDecl::Create( in InitializeSema() 61 auto *UsingDecl = UsingDirectiveDecl::Create( in InitializeSema() 74 auto *TypeParam = TemplateTypeParmDecl::Create( in defineHLSLVectorAlias() 83 auto *SizeParam = NonTypeTemplateParmDecl::Create( in defineHLSLVectorAlias() 96 TemplateParameterList::Create(AST, SourceLocation(), SourceLocation(), in defineHLSLVectorAlias() 103 DeclRefExpr::Create( in defineHLSLVectorAlias() 109 auto *Record = TypeAliasDecl::Create(AST, HLSLNamespace, SourceLocation(), in defineHLSLVectorAlias() 115 TypeAliasTemplateDecl::Create(AST, HLSLNamespace, SourceLocation(), in defineHLSLVectorAlias() 157 TypeTraitExpr *TypedResExpr = TypeTraitExpr::Create( in constructTypedBufferConstraintExpr() 184 TypeTraitExpr::Create(Context, BoolTy, NameLoc, UTT_IsIntangibleType, in constructStructuredBufferConstraintExpr() [all …]
|
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 181 auto *Decl = TemplateTypeParmDecl::Create( in addTypeParameter() 239 TemplateTypeParmDecl *T = TemplateTypeParmDecl::Create( in constructConceptSpecializationExpr() 266 ImplicitConceptSpecializationDecl::Create( in constructConceptSpecializationExpr() 278 ASTTemplateArgumentListInfo::Create(Context, TALI); in constructConceptSpecializationExpr() 283 ConceptReference::Create(Context, NNSLoc, Loc, DNI, CD, CD, ATALI); in constructConceptSpecializationExpr() 286 ConceptSpecializationExpr::Create(Context, CR, ImplicitCSEDecl, &CS); in constructConceptSpecializationExpr() 299 auto *ParamList = TemplateParameterList::Create( in finalizeTemplateArgs() 301 Builder.Template = ClassTemplateDecl::Create( in finalizeTemplateArgs() 335 return DeclRefExpr::Create( in convertPlaceholder() 391 Method = CXXConstructorDecl::Create( in createDecl() [all …]
|
| H A D | SemaOpenACCClause.cpp | 238 case OpenACCClauseKind::Create: in CheckModifierList() 525 return OpenACCDefaultClause::Create( in VisitDefaultClause() 548 return OpenACCTileClause::Create(Ctx, Clause.getBeginLoc(), in VisitTileClause() 571 return OpenACCIfClause::Create(Ctx, Clause.getBeginLoc(), in VisitIfClause() 582 return OpenACCSelfClause::Create(Ctx, Clause.getBeginLoc(), in VisitSelfClause() 593 return OpenACCSelfClause::Create( in VisitSelfClause() 690 return OpenACCNumGangsClause::Create( in VisitNumGangsClause() 723 return OpenACCNumWorkersClause::Create( in VisitNumWorkersClause() 756 return OpenACCVectorLengthClause::Create( in VisitVectorLengthClause() 768 return OpenACCAsyncClause::Create( in VisitAsyncClause() [all …]
|
| /freebsd/tools/tools/nanobsd/embedded/ |
| H A D | README | 22 beaglebone.cfg Create a bootable beaglebone image 23 qemu-amd64.cfg Create a bootable amd64 image for qemu (W) 24 qemu-i386.cfg Create a bootable i386 image for qemu (W) 25 qemu-powerpc.cfg Create a bootable 32-bit powerpc image for 27 qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for 29 rpi.cfg Create a bootable image for Raspberry Pi B 30 rpi2.cfg Create a bootable image for Raspberry Pi2
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectConstResult.cpp | 29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 33 auto manager_sp = ValueObjectManager::Create(); in Create() 52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 57 auto manager_sp = ValueObjectManager::Create(); in Create() 85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 92 auto manager_sp = ValueObjectManager::Create(); in Create() 99 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 102 auto manager_sp = ValueObjectManager::Create(); in Create() 126 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 132 auto manager_sp = ValueObjectManager::Create(); in Create() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 73 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 95 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 117 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 139 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 160 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 180 Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc); 231 static OpenACCBindClause *Create(const ASTContext &C, SourceLocation BeginLoc, 235 static OpenACCBindClause *Create(const ASTContext &C, SourceLocation BeginLoc, 314 Create(const ASTContext &C, OpenACCClauseKind K, SourceLocation BeginLoc, 345 static OpenACCDefaultClause *Create(const ASTContext &C, [all …]
|
| H A D | StmtOpenMP.h | 309 auto *Data = OMPChildren::Create(reinterpret_cast<T *>(Mem) + 1, Clauses, in createDirective() 652 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 1604 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1682 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1758 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 1829 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 1896 static OMPSectionDirective *Create(const ASTContext &C, 1952 static OMPScopeDirective *Create(const ASTContext &C, SourceLocation StartLoc, 2005 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, 2054 static OMPMasterDirective *Create(const ASTContext &C, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 112 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() 115 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper() 169 CallInst *Call = CallInst::Create(F, Args, "", BB); in createWrapper() 175 ReturnInst::Create(M->getContext(), BB); in createWrapper() 178 ReturnInst::Create(M->getContext(), PoisonValue::get(RtnType), BB); in createWrapper() 180 ReturnInst::Create(M->getContext(), Call, BB); in createWrapper() 186 ReturnInst::Create(M->getContext(), Cast, BB); in createWrapper() 203 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() 206 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper() 260 CallMain = CallInst::Create(MainTy, Main, Args, "call_main"); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 142 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), Name, &F); in unifyReturnBlockSet() 167 BranchInst::Create(NewRetBlock, BB); in unifyReturnBlockSet() 228 DummyReturnBB = BasicBlock::Create(F.getContext(), in run() 232 ReturnInst::Create(F.getContext(), RetVal, DummyReturnBB); in run() 240 BranchInst::Create(LoopHeaderBB, DummyReturnBB, BoolTrue, BB); in run() 261 BranchInst::Create(TransitionBB, DummyReturnBB, BoolTrue, BB); in run() 274 UnreachableBlock = BasicBlock::Create(F.getContext(), in run() 282 BranchInst::Create(UnreachableBlock, BB); in run() 302 CallInst::Create(UnreachableIntrin, {}, "", UnreachableBlock); in run() 307 ReturnInst::Create(F.getContext(), RetVal, UnreachableBlock); in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 122 return BinaryOperator::Create( in makeAssignment() 131 return BinaryOperator::Create( in makeComparison() 138 return CompoundStmt::Create(C, Stmts, FPOptionsOverride(), SourceLocation(), in makeCompound() 147 DeclRefExpr *DR = DeclRefExpr::Create( in makeDeclRefExpr() 154 return UnaryOperator::Create(C, const_cast<Expr *>(Arg), UO_Deref, Ty, in makeDereference() 174 return ImplicitCastExpr::Create(C, Ty, in makeImplicitCast() 184 return CXXStaticCastExpr::Create( in makeReferenceCast() 216 return ReturnStmt::Create(C, SourceLocation(), const_cast<Expr *>(RetVal), in makeReturn() 222 return IntegerLiteral::Create(C, APValue, Ty, SourceLocation()); in makeIntegerLiteral() 230 return MemberExpr::Create( in makeMemberExpression() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 194 Function::Create(FuncTy, GlobalValue::InternalLinkage, in createUnregisterFunction() 205 IRBuilder<> Builder(BasicBlock::Create(C, "entry", Func)); in createUnregisterFunction() 216 auto *Func = Function::Create(FuncTy, GlobalValue::InternalLinkage, in createRegisterFunction() 233 IRBuilder<> Builder(BasicBlock::Create(C, "entry", Func)); in createRegisterFunction() 390 Function::Create(RegGlobalsTy, GlobalValue::InternalLinkage, in createRegisterGlobalsFunction() 395 IRBuilder<> Builder(BasicBlock::Create(C, "entry", RegGlobalsFn)); in createRegisterGlobalsFunction() 396 auto *EntryBB = BasicBlock::Create(C, "while.entry", RegGlobalsFn); in createRegisterGlobalsFunction() 397 auto *IfKindBB = BasicBlock::Create(C, "if.kind", RegGlobalsFn); in createRegisterGlobalsFunction() 398 auto *IfThenBB = BasicBlock::Create(C, "if.then", RegGlobalsFn); in createRegisterGlobalsFunction() 399 auto *IfElseBB = BasicBlock::Create(C, "if.else", RegGlobalsFn); in createRegisterGlobalsFunction() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectConstResult.h | 39 Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, 43 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 48 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 53 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 59 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 64 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | create.cc | 40 class Create: public FuseTest { class 64 class Create_7_8: public Create { 68 Create::SetUp(); in SetUp() 116 TEST_F(Create, attr_cache) in TEST_F() argument 149 TEST_F(Create, clear_attr_cache) in TEST_F() argument 196 TEST_F(Create, eexist) in TEST_F() argument 213 TEST_F(Create, Enosys) in TEST_F() argument 262 TEST_F(Create, entry_cache_negative) in TEST_F() argument 296 TEST_F(Create, entry_cache_negative_purge) in TEST_F() argument 333 TEST_F(Create, eperm) in TEST_F() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 158 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 163 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 168 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 173 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 177 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 183 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 188 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 194 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 197 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 294 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 160 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID); 161 static ARMConstantPoolConstant *Create(const GlobalValue *GV, 163 static ARMConstantPoolConstant *Create(const GlobalVariable *GV, 165 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID, 168 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID, 218 static ARMConstantPoolSymbol *Create(LLVMContext &C, StringRef s, unsigned ID, 253 static ARMConstantPoolMBB *Create(LLVMContext &C,
|