/freebsd/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/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 315 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anonac6bc9b30111::ModelledPHI 652 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs() 749 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking() 754 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking() 791 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 136 for (Init *I : ColValList->getValues()) { in InstrMap() 232 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap() 306 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 | OptParserEmitter.cpp | 477 VisibilityHelp->getValueAsListInit("Visibilities")->getValues(); in EmitOptParser()
|
H A D | CodeEmitterGen.cpp | 355 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 147 template <typename T = AccelTableData *> auto getValues() const { in getValues() function 419 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) { 431 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 347 for (const auto *V : Hash->getValues<const AppleAccelTableData *>()) in emitData() 433 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) { in populateAbbrevsMap() 590 for (const auto *Value : Hash->getValues<DWARF5AccelTableData *>()) in emitData() 616 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
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 178 const auto &ValueList = Rec->getValues(); in printFields()
|
H A D | JSONBackend.cpp | 144 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() 902 return ListInit::get(LHSl->getValues().slice(1), LHSl->getElementType()); in Fold() 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() [all …]
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.cpp | 151 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AIX.cpp | 503 for (const char *Val : Arg->getValues()) in addTocDataOptions() 506 for (const char *Val : Arg->getValues()) in addTocDataOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.cpp | 69 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs() 284 for (StringRef Value : A->getValues()) { in setArchNameInTriple() 538 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
|
H A D | X86.cpp | 272 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
|
H A D | AArch64.cpp | 201 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-gdbserver.cpp | 423 for (const char *Val : Arg->getValues()) in main_gdbserver()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 371 VisibilityHelp->getValueAsListInit("Visibilities")->getValues(); in emitOption()
|