Home
last modified time | relevance | path

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

123

/freebsd/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/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp315 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 DCodeGenMapTable.cpp136 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 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 DOptParserEmitter.cpp477 VisibilityHelp->getValueAsListInit("Visibilities")->getValues(); in EmitOptParser()
H A DCodeEmitterGen.cpp355 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 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 DAccelTable.cpp347 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 DAsmPrinterDwarf.cpp247 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields()
H A DJSONBackend.cpp144 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()
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 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/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp151 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp503 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 DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp69 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 DX86.cpp272 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
H A DAArch64.cpp201 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp423 for (const char *Val : Arg->getValues()) in main_gdbserver()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp371 VisibilityHelp->getValueAsListInit("Visibilities")->getValues(); in emitOption()

123