| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Option.cpp | 140 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 D | ArgList.cpp | 152 const auto &Values = Arg->getValues(); in AddAllArgValues()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Arg.h | 129 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 D | GVNSink.cpp | 283 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 D | CodeGenMapTable.cpp | 135 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 D | IntrinsicEmitter.cpp | 177 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 D | CodeEmitterGen.cpp | 316 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | IndexedValuesMap.h | 32 const SmallVector<T> &getValues() const { return Values; } in getValues() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 147 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 D | AccelTable.cpp | 351 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 D | AsmPrinterDwarf.cpp | 247 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
|
| H A D | DebugLocEntry.h | 223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
|
| H A D | DwarfDebug.cpp | 1797 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 D | DetailedRecordsBackend.cpp | 178 const auto &ValueList = Rec->getValues(); in printFields()
|
| H A D | JSONBackend.cpp | 143 for (const RecordVal &RV : Def.getValues()) { in run()
|
| H A D | Record.cpp | 684 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 D | MachineOperand.cpp | 740 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 D | DWARFLinkerUnit.cpp | 153 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | X86.cpp | 274 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
|
| H A D | ARM.cpp | 69 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 D | AArch64.cpp | 202 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 423 for (const char *Val : Arg->getValues()) in main_gdbserver()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 688 StringRef getValues() const { in getValues() function
|