Home
last modified time | relevance | path

Searched refs:addValue (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1067 .addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneStringAttribute()
1074 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), AttrSpec.Form, in cloneStringAttribute()
1111 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1137 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1144 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1150 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1313 Attr->addValue(DIEAlloc, static_cast<dwarf::Attribute>(0), in cloneBlockAttribute()
1341 return Die.addValue(DIEAlloc, Value)->sizeOf(OrigUnit.getFormParams()); in cloneBlockAttribute()
1352 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneAddressAttribute()
1396 Die.addValue(DIEAlloc, static_cast<dwarf::Attribute>(AttrSpec.Attr), in cloneAddressAttribute()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h51 void addValue(Value *V) { in addValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1550 template <class T> void addValue(const T &V, bool initial = false) {
1643 template <class T> void addValue(const T &V, bool initial = false) {
1685 list_storage<DataType, StorageClass>::addValue(Val);
1709 list_storage<DataType, StorageClass>::addValue(Val.getValue());
1740 list_storage<DataType, StorageClass>::addValue(Val, true);
1797 template <class T> void addValue(const T &V) {
1830 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1862 this->addValue(Val);
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp143 size_t addValue(uint64_t Tag, uint64_t Value) { in addValue() function in llvm::ifs::__anon3dc69c9e0111::ELFDynamicTableBuilder
230 DynTab.Content.addValue(DT_STRSZ, DynSym.Size); in ELFStubBuilder()
232 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
234 DynTab.Content.addValue(DT_SONAME, in ELFStubBuilder()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue() function
423 unsigned NodeIdx = addValue(Val, SMSNode::INVALID, SMSNode::INVALID); in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h749 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue() function
754 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue() function
756 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value))); in addValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h95 Die.addValue(DIEValueAllocator, in addAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10847 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10878 virtual void addValue(Attributor &A, StateType &State, Value &V, in addValue() function
10953 addValue(A, getState(), *It.first.getValue(), It.first.getCtxI(), in recurseForValue()
10964 addValue(A, NewS, *It.first.getValue(), It.first.getCtxI(), in giveUpOnIntraprocedural()
10968 addValue(A, NewS, getAssociatedValue(), getCtxI(), AA::Intraprocedural, in giveUpOnIntraprocedural()
11096 addValue(A, getState(), *UndefValue::get(Cmp.getType()), in handleCmp()
11107 addValue(A, getState(), *NewV, /* CtxI */ nullptr, II.S, in handleCmp()
11117 addValue(A, getState(), *NewV, /* CtxI */ nullptr, II.S, in handleCmp()
11150 addValue(A, getState(), *NewV, /* CtxI */ nullptr, II.S, in handleCmp()
11187 addValue(A, getState(), **SimpleV, CtxI, II.S, getAnchorScope()); in handleSelectInst()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp651 NewReg->addValue(*Def->getValue(Field)); in expand()
659 NewReg->addValue(*DefRV); in expand()
664 NewReg->addValue(RV); in expand()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp224 CurRec->addValue(RV); in AddValue()
2220 ParseRec->addValue(RecordVal(A, Start->getType(), RecordVal::FK_Normal)); in ParseOperation()
2221 ParseRec->addValue( in ParseOperation()
2562 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
H A DRecord.cpp2445 NewRec->addValue(Val); in instantiate()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1935 IPMConversion(unsigned xorValue, int64_t addValue, unsigned bit) in IPMConversion()
1936 : XORValue(xorValue), AddValue(addValue), Bit(bit) {} in IPMConversion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1804 void addValue(const RecordVal &RV) { in addValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp619 Worklist.addValue(SrcVec); in visitExtractElementInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5600 addValue(E, E->getMember(), IsArrow ? Member::Arrow : Member::Dot); in VisitCXXDependentScopeMemberExpr()
5607 addValue(E, E->getDeclName(), Member::Colons); in VisitDependentScopeDeclRefExpr()
5665 void addValue(Expr *E, DeclarationName Name, in addValue() function in __anone047e0890b11::ConceptInfo::ValidVisitor