Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp140 A->getValues().push_back(Value); in acceptInternal()
177 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal()
213 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
220 A->getValues().push_back(Args.getArgString(Index) + SpellingSize); in acceptInternal()
225 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
275 UnaliasedA->getValues() = RawA->getValues(); in accept()
284 UnaliasedA->getValues().push_back(Val); in accept()
292 UnaliasedA->getValues().push_back(""); in accept()
H A DArgList.cpp152 const auto &Values = Arg->getValues(); in AddAllArgValues()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h129 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
130 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp283 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon48a1c1290111::ModelledPHI
608 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs()
706 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
711 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking()
749 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp135 for (Init *I : ColValList->getValues()) { in InstrMap()
235 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap()
308 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn()
484 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
H A DIntrinsicEmitter.cpp177 for (auto &RV : RecArgKind->getValues()) in EmitArgKind()
257 for (auto &a : cast<ListInit>(R->getValue())->getValues()) { in ComputeFixedEncoding()
258 for (auto &b : cast<ListInit>(a)->getValues()) in ComputeFixedEncoding()
H A DCodeEmitterGen.cpp316 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h32 const SmallVector<T> &getValues() const { return Values; } in getValues() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 template <typename T = AccelTableData *> auto getValues() const { in getValues() function
373 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
385 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp351 for (const auto *V : Hash->getValues<const AppleAccelTableData *>()) in emitData()
473 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) { in populateAbbrevsMap()
628 for (const auto *Value : Hash->getValues<DWARF5AccelTableData *>()) in emitData()
654 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) in Dwarf5AccelTableWriter()
H A DAsmPrinterDwarf.cpp247 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
H A DDwarfDebug.cpp1797 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1798 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1841 CurEntry->getValues() != NextEntry->getValues()) in buildLocationList()
1939 RegVar->emplace<Loc::Single>(Entries[0].getValues()[0]); in collectEntityInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields()
H A DJSONBackend.cpp143 for (const RecordVal &RV : Def.getValues()) { in run()
H A DRecord.cpp684 ProfileListInit(ID, getValues(), EltTy); in Profile()
693 Elements.reserve(getValues().size()); in convertInitializerTo()
699 for (Init *I : getValues()) in convertInitializerTo()
728 for (Init *CurElt : getValues()) { in resolveReferences()
1618 for (Init *Item : MHSl->getValues()) { in FilterHelper()
2273 for (const RecordVal &Val : Class->getValues()) in instantiate()
2920 for (const RecordVal &Val : R.getValues()) in operator <<()
2923 for (const RecordVal &Val : R.getValues()) in operator <<()
2998 for (Init *I : List->getValues()) { in getValueAsListOfDefs()
3026 for (Init *I : List->getValues()) { in getValueAsListOfInts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp740 if (!CFI.getValues().empty()) { in printCFI()
741 size_t e = CFI.getValues().size() - 1; in printCFI()
743 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI()
744 OS << format("0x%02x", uint8_t(CFI.getValues()[e])); in printCFI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp153 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp274 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
H A DARM.cpp69 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs()
284 for (StringRef Value : A->getValues()) { in setArchNameInTriple()
531 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
H A DAArch64.cpp202 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp423 for (const char *Val : Arg->getValues()) in main_gdbserver()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h688 StringRef getValues() const { in getValues() function

123