Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOption.cpp137 A->getValues().push_back(Value); in acceptInternal()
176 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal()
214 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
221 A->getValues().push_back(Args.getArgString(Index) + ArgSize); in acceptInternal()
226 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
276 UnaliasedA->getValues() = RawA->getValues(); in accept()
285 UnaliasedA->getValues().push_back(Val); in accept()
293 UnaliasedA->getValues().push_back(""); in accept()
H A DArgList.cpp148 const auto &Values = Arg->getValues(); in AddAllArgValues()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp286 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon97a272aa0111::ModelledPHI
611 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs()
709 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
714 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking()
752 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
/openbsd-src/gnu/llvm/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()
483 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
H A DCodeEmitterGen.cpp330 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding()
342 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding()
H A DCodeGenDAGPatterns.cpp1050 for (Init *Val : AddressSpaces->getValues()) { in getPredCode()
1501 for (Init *I : Predicates->getValues()) { in getPredicateRecords()
1904 for (Init *I : LI->getValues()) { in GetNumNodeResults()
2820 for (Init *I : RawPat->getValues()) in TreePattern()
3740 for (Init *I : LI->getValues()) { in hasNullFragReference()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DJSONBackend.cpp144 for (const RecordVal &RV : Def.getValues()) { in run()
H A DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields()
H A DRecord.cpp648 ProfileListInit(ID, getValues(), EltTy); in Profile()
657 Elements.reserve(getValues().size()); in convertInitializerTo()
663 for (Init *I : getValues()) in convertInitializerTo()
709 for (Init *CurElt : getValues()) { in resolveReferences()
853 return ListInit::get(LHSl->getValues().slice(1), LHSl->getElementType()); in Fold()
1414 for (Init *Item : MHSl->getValues()) { in FilterHelper()
2044 for (const RecordVal &Val : Class->getValues()) in instantiate()
2668 for (const RecordVal &Val : R.getValues()) in operator <<()
2671 for (const RecordVal &Val : R.getValues()) in operator <<()
2746 for (Init *I : List->getValues()) { in getValueAsListOfDefs()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp722 if (!CFI.getValues().empty()) { in printCFI()
723 size_t e = CFI.getValues().size() - 1; in printCFI()
725 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI()
726 OS << format("0x%02x", uint8_t(CFI.getValues()[e])); in printCFI()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
H A DAsmPrinterDwarf.cpp268 OutStreamer->emitCFIEscape(Inst.getValues()); in emitCFIInstruction()
H A DDwarfDebug.cpp1780 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
1781 for (auto &Value : CurEntry->getValues()) in buildLocationList()
1824 CurEntry->getValues() != NextEntry->getValues()) in buildLocationList()
1922 RegVar->initializeDbgValue(Entries[0].getValues()[0]); in collectEntityInfo()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp56 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs()
247 for (StringRef Value : A->getValues()) { in setArchNameInTriple()
481 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
H A DAArch64.cpp244 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp430 for (const char *Val : Arg->getValues()) in main_gdbserver()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp257 setCurrentDebugTypes(Arg->getValues().data(), Arg->getNumValues()); in main()
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp501 for (StringRef s : arg->getValues()) in readConfigs()
508 for (StringRef s : arg->getValues()) in readConfigs()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h672 StringRef getValues() const { in getValues() function
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp374 for (auto value : arg->getValues()) in ProcessArgs()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp459 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody()
1374 if (!Body || Body->getValues().empty()) { in emitBody()
1381 for (auto *I : Body->getValues()) { in emitBody()

12