Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp137 A->getValues().push_back(Value); in acceptInternal()
175 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal()
212 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
219 A->getValues().push_back(Args.getArgString(Index) + ArgSize); in acceptInternal()
224 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
272 UnaliasedA->getValues() = RawA->getValues(); in accept()
281 UnaliasedA->getValues().push_back(Val); in accept()
289 UnaliasedA->getValues().push_back(""); in accept()
H A DArgList.cpp142 const auto &Values = Arg->getValues(); in AddAllArgValues()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h117 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
118 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp290 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anonf9347de70111::ModelledPHI
603 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs()
703 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
708 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking()
746 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp134 for (Init *I : ColValList->getValues()) { in InstrMap()
234 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap()
307 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn()
481 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
H A DCodeEmitterGen.cpp300 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding()
311 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding()
H A DCodeGenDAGPatterns.cpp1007 for (Init *Val : AddressSpaces->getValues()) { in getPredCode()
1448 for (Init *I : Predicates->getValues()) { in getPredicateRecords()
1848 for (Init *I : LI->getValues()) { in GetNumNodeResults()
2746 for (Init *I : RawPat->getValues()) in TreePattern()
3664 for (Init *I : LI->getValues()) { in hasNullFragReference()
H A DSearchableTableEmitter.cpp781 for (const RecordVal &Field : Class->getValues()) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp586 ProfileListInit(ID, getValues(), EltTy); in Profile()
595 Elements.reserve(getValues().size()); in convertInitializerTo()
601 for (Init *I : getValues()) in convertInitializerTo()
647 for (Init *CurElt : getValues()) { in resolveReferences()
1271 for (Init *Item : MHSl->getValues()) { in FilterHelper()
1834 for (const RecordVal &Val : Class->getValues()) in instantiate()
2446 for (const RecordVal &Val : R.getValues()) in operator <<()
2449 for (const RecordVal &Val : R.getValues()) in operator <<()
2524 for (Init *I : List->getValues()) { in getValueAsListOfDefs()
2552 for (Init *I : List->getValues()) { in getValueAsListOfInts()
[all …]
H A DDetailedRecordsBackend.cpp177 const auto &ValueList = Rec->getValues(); in printFields()
H A DJSONBackend.cpp144 for (const RecordVal &RV : Def.getValues()) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp687 if (!CFI.getValues().empty()) { in printCFI()
688 size_t e = CFI.getValues().size() - 1; in printCFI()
690 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI()
691 OS << format("0x%02x", uint8_t(CFI.getValues()[e])); in printCFI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h205 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
H A DAsmPrinterDwarf.cpp272 OutStreamer->emitCFIEscape(Inst.getValues()); in emitCFIInstruction()
H A DDwarfDebug.cpp1760 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1761 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1804 CurEntry->getValues() != NextEntry->getValues()) in buildLocationList()
1902 RegVar->initializeDbgValue(Entries[0].getValues()[0]); in collectEntityInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp55 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs()
228 for (StringRef Value : A->getValues()) { in setArchNameInTriple()
459 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
H A DAArch64.cpp198 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp478 for (const char *Val : Arg->getValues()) in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h627 StringRef getValues() const { in getValues() function
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp458 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody()
1365 if (!Body || Body->getValues().empty()) { in emitBody()
1372 for (auto *I : Body->getValues()) { in emitBody()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp373 for (auto value : arg->getValues()) in ProcessArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp461 for (const char *Value : A->getValues()) in getHexagonLibraryPaths()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h715 ArrayRef<Init*> getValues() const { in getValues() function
1567 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function

12