Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp956 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), dwarf::DW_FORM_strp, in cloneStringAttribute()
988 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1014 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1021 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1027 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneDieReferenceAttribute()
1138 Attr->addValue(DIEAlloc, static_cast<dwarf::Attribute>(0), in cloneBlockAttribute()
1149 Die.addValue(DIEAlloc, Value); in cloneBlockAttribute()
1159 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneAddressAttribute()
1229 Die.addValue(DIEAlloc, static_cast<dwarf::Attribute>(AttrSpec.Attr), in cloneAddressAttribute()
1273 Die.addValue(DIEAlloc, dwarf::Attribute(AttrSpec.Attr), in cloneScalarAttribute()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h51 void addValue(Value *V) { in addValue() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp293 static SVal addValue(ProgramStateRef state, SVal x, SVal y, in addValue() function
336 offset = addValue(state, in computeOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h1533 template <class T> void addValue(const T &V, bool initial = false) {
1626 template <class T> void addValue(const T &V, bool initial = false) {
1668 list_storage<DataType, StorageClass>::addValue(Val);
1692 list_storage<DataType, StorageClass>::addValue(Val.getValue());
1723 list_storage<DataType, StorageClass>::addValue(Val, true);
1780 template <class T> void addValue(const T &V) {
1813 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1845 this->addValue(Val);
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp143 size_t addValue(uint64_t Tag, uint64_t Value) { in addValue() function in llvm::ifs::__anond14b5f550111::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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h443 Worklist.addValue(I.getOperand(OpNum)); in replaceOperand()
450 Worklist.addValue(U); in replaceUse()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h713 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { in addValue() function
718 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue() function
720 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value))); in addValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h90 Die.addValue(DIEValueAllocator, in addAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10440 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10471 void addValue(Attributor &A, StateType &State, Value &V, in addValue() function
10548 addValue(A, getState(), *It.first.getValue(), It.first.getCtxI(), in recurseForValue()
10559 addValue(A, NewS, *It.first.getValue(), It.first.getCtxI(), in giveUpOnIntraprocedural()
10563 addValue(A, NewS, getAssociatedValue(), getCtxI(), AA::Intraprocedural, in giveUpOnIntraprocedural()
10672 addValue(A, getState(), *NewV, /* CtxI */ nullptr, II.S, in handleCmp()
10702 addValue(A, getState(), *NewV, /* CtxI */ nullptr, II.S, getAnchorScope()); in handleCmp()
10731 addValue(A, getState(), **SimpleV, CtxI, II.S, getAnchorScope()); in handleSelectInst()
10803 addValue(A, getState(), LI, CtxI, AA::Intraprocedural, getAnchorScope()); in handleLoadInst()
10840 addValue(A, getState(), **SimpleV, &PHI, II.S, getAnchorScope()); in handlePHINode()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp708 NewReg->addValue(*Def->getValue(Field)); in expand()
717 NewReg->addValue(*DefRV); in expand()
722 NewReg->addValue(RV); in expand()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp154 CurRec->addValue(RV); in AddValue()
1708 ParseRec->addValue(RecordVal(A, Start->getType(), RecordVal::FK_Normal)); in ParseOperation()
1709 ParseRec->addValue(RecordVal(B, ListType->getElementType(), in ParseOperation()
2046 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
H A DRecord.cpp2045 NewRec->addValue(Val); in instantiate()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1807 IPMConversion(unsigned xorValue, int64_t addValue, unsigned bit) in IPMConversion()
1808 : XORValue(xorValue), AddValue(addValue), Bit(bit) {} in IPMConversion()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1729 void addValue(const RecordVal &RV) { in addValue() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp5357 addValue(E, E->getMember(), IsArrow ? Member::Arrow : Member::Dot); in VisitCXXDependentScopeMemberExpr()
5364 addValue(E, E->getDeclName(), Member::Colons); in VisitDependentScopeDeclRefExpr()
5422 void addValue(Expr *E, DeclarationName Name, in addValue() function in __anon4b9354e00b11::ConceptInfo::ValidVisitor