Searched refs:Add (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DOcamlGC.cpp29 static GCRegistry::Add<OcamlGC>
H A DMachinePassRegistry.cpp34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
H A DErlangGC.cpp40 static GCRegistry::Add<ErlangGC>
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1356 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD));
1358 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1359 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext
1360 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDecl
1361 Abv->Add(BitCodeAbbrevOp(0)); // HasAttrs
1362 Abv->Add(BitCodeAbbrevOp(0)); // isImplicit
1363 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1364 Abv->Add(BitCodeAbbrevOp(0)); // isReferenced
1365 Abv->Add(BitCodeAbbrevOp(0)); // TopLevelDeclInObjCContainer
1366 Abv->Add(BitCodeAbbrevO
[all...]
H A DASTWriter.cpp1008 MetadataAbbrev->Add(BitCodeAbbrevOp(METADATA));
1009 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Major
1010 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Minor
1011 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Clang maj.
1012 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Clang min.
1013 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Relocatable
1014 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Errors
1015 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // SVN branch/tag
1186 FileAbbrev->Add(BitCodeAbbrevOp(ORIGINAL_FILE));
1187 FileAbbrev->Add(BitCodeAbbrevO
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp159 /// \brief Add SourceLocation information the specified record.
164 /// \brief Add SourceLocation information the specified record.
172 /// \brief Add CharSourceRange information the specified record.
360 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
361 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
362 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
363 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
386 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION));
387 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
404 Abbrev->Add(BitCodeAbbrevO
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DSanitizerArgs.h131 unsigned &Add, unsigned &Remove, bool DiagnoseErrors) {
132 Add = 0;
136 Add = Address;
142 Add = Thread;
148 Add = UndefinedTrap;
153 Add = Bounds;
156 Add = parse(D, A, DiagnoseErrors);
179 unsigned Add, Remove; local
180 if (parse(D, Args, *I, Add, Remove, false) &&
181 (Add
130 parse(const Driver &D, const ArgList &Args, const Arg *A, unsigned &Add, unsigned &Remove, bool DiagnoseErrors) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h36 /// Add - Add the specified instruction to the worklist if it isn't already
38 void Add(Instruction *I) { function in class:llvm::InstCombineWorklist
47 Add(I);
50 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
90 Add(cast<Instruction>(*UI));
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp90 case Instruction::Add:
115 case AtomicRMWInst::Add: return bitc::RMW_ADD;
243 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
244 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
245 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
250 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
251 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
252 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
253 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
259 Abbv->Add(BitCodeAbbrevO
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
56 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h41 ID.Add(T);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp274 m_categories_map.Add(category_name,lldb::TypeCategoryImplSP(new TypeCategoryImpl(this, category_name)));
455 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
457 category_sp->GetSummaryNavigator()->Add(type_name, summary_sp);
476 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
478 category_sp->GetSummaryNavigator()->Add(type_name, summary_sp);
493 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
495 category_sp->GetSummaryNavigator()->Add(type_name, summary_sp);
509 category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp);
511 category_sp->GetSyntheticNavigator()->Add(type_name,synth_sp);
532 gnu_category_sp->GetSummaryNavigator()->Add(ConstStrin
[all...]
H A DDataVisualization.cpp60 DataVisualization::ValueFormats::Add (const ConstString &type, const lldb::TypeFormatImplSP &entry) function in class:DataVisualization::ValueFormats
62 GetFormatManager().GetValueNavigator().Add(FormatManager::GetValidTypeName(type),entry);
168 DataVisualization::Categories::Add (const ConstString &category) function in class:DataVisualization::Categories
252 DataVisualization::NamedSummaryFormats::Add (const ConstString &type, const lldb::TypeSummaryImplSP &entry) function in class:DataVisualization::NamedSummaryFormats
254 GetFormatManager().GetNamedSummaryNavigator().Add(FormatManager::GetValidTypeName(type),entry);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h49 Add (const ConstString &type, const lldb::TypeFormatImplSP &entry);
110 Add (const ConstString &type, const lldb::TypeSummaryImplSP &entry);
135 Add (const ConstString &category);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h38 Registry.Add(this);
H A DSchedulerRegistry.h43 { Registry.Add(this); }
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp67 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
69 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end();
116 // Add this IV user to the Processed set before returning false to ensure that
309 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
310 for (SCEVAddExpr::op_iterator I = Add->op_begin(), E = Add->op_end();
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
78 return MCOperand::CreateExpr(Add);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h41 /// Add the breakpoint \a bp_sp to the list.
50 Add (lldb::BreakpointSP& bp_sp, bool notify);
H A DBreakpointLocationCollection.h30 /// Add the breakpoint \a bp_loc_sp to the list.
40 Add (const lldb::BreakpointLocationSP& bp_loc_sp);
H A DBreakpointSiteList.h46 /// Add a BreakpointSite to the list.
55 Add (const lldb::BreakpointSiteSP& bp_site_sp);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.GetSP());
379 m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
381 m_opaque_sp->GetSummaryNavigator()->Add(ConstString(type_name.GetName()), summary.GetSP());
416 m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP());
418 m_opaque_sp->GetFilterNavigator()->Add(ConstString(type_name.GetName()), filter.GetSP());
487 m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP());
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DRegistry.h177 /// Registry<Collector>::Add<FancyGC>
192 class Add { class in class:llvm::Registry
199 Add(const char *Name, const char *Desc) function in class:llvm::Registry::Add
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp113 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
114 return MCOperand::CreateExpr(Add);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp229 const MCExpr *Add = NULL; local
234 Add = MCSymbolRefExpr::Create(Sym, *Ctx);
236 Add = MCConstantExpr::Create((int)SymbolicOp.AddSymbol.Value, *Ctx);
258 if (Add)
259 LHS = MCBinaryExpr::CreateSub(Add, Sub, *Ctx);
266 } else if (Add) {
268 Expr = MCBinaryExpr::CreateAdd(Add, Off, *Ctx);
270 Expr = Add;

Completed in 235 milliseconds

12345678