| /openbsd-src/gnu/llvm/llvm/lib/Option/ |
| H A D | Option.cpp | 137 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 D | ArgList.cpp | 148 const auto &Values = Arg->getValues(); in AddAllArgValues()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
| H A D | Arg.h | 117 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 D | GVNSink.cpp | 286 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 D | CodeGenMapTable.cpp | 134 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 D | CodeEmitterGen.cpp | 330 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding() 342 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding()
|
| H A D | CodeGenDAGPatterns.cpp | 1050 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 D | JSONBackend.cpp | 144 for (const RecordVal &RV : Def.getValues()) { in run()
|
| H A D | DetailedRecordsBackend.cpp | 178 const auto &ValueList = Rec->getValues(); in printFields()
|
| H A D | Record.cpp | 648 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 D | MachineOperand.cpp | 722 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 D | DXILValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
|
| H A D | AsmPrinterDwarf.cpp | 268 OutStreamer->emitCFIEscape(Inst.getValues()); in emitCFIInstruction()
|
| H A D | DwarfDebug.cpp | 1780 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 D | ARM.cpp | 56 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 D | AArch64.cpp | 244 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 430 for (const char *Val : Arg->getValues()) in main_gdbserver()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 257 setCurrentDebugTypes(Arg->getValues().data(), Arg->getNumValues()); in main()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Driver.cpp | 501 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 D | DWARFAcceleratorTable.h | 66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 672 StringRef getValues() const { in getValues() function
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Driver.cpp | 374 for (auto value : arg->getValues()) in ProcessArgs()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 459 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()
|