| /freebsd-12.1/contrib/llvm/lib/Option/ |
| H A D | Option.cpp | 132 A->getValues().push_back(Val); in accept() 141 A->getValues().push_back(""); in accept() 164 A->getValues().push_back(Value); in accept() 203 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in accept() 241 A->getValues().push_back(Args.getArgString(Index++)); in accept() 248 A->getValues().push_back(Args.getArgString(Index) + ArgSize); in accept() 253 A->getValues().push_back(Args.getArgString(Index++)); in accept()
|
| H A D | ArgList.cpp | 158 const auto &Values = Arg->getValues(); in AddAllArgValues()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Option/ |
| H A D | Arg.h | 100 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function 101 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 292 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon99a2cd780111::ModelledPHI 599 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs() 701 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking() 706 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking() 735 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 135 for (Init *I : ColValList->getValues()) { in InstrMap() 245 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap() 318 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn() 492 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
|
| H A D | CodeEmitterGen.cpp | 199 for (const RecordVal &RV : R->getValues()) { in getInstructionCase() 210 for (const RecordVal &RV : R->getValues()) { in getInstructionCase()
|
| H A D | SearchableTableEmitter.cpp | 748 for (const RecordVal &Field : Class->getValues()) { in run()
|
| H A D | CodeGenDAGPatterns.cpp | 1706 for (Init *I : LI->getValues()) { in GetNumNodeResults() 2580 for (Init *I : RawPat->getValues()) in TreePattern() 3482 for (Init *I : LI->getValues()) { in hasNullFragReference() 3782 for (Init *I : L->getValues()) { in makePredList()
|
| H A D | CodeGenRegisters.cpp | 674 for (unsigned i = 0, e = Proto->getValues().size(); i != e; ++i) { in expand() 675 RecordVal RV = Proto->getValues()[i]; in expand()
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Record.cpp | 581 ProfileListInit(ID, getValues(), EltTy); in Profile() 590 Elements.reserve(getValues().size()); in convertInitializerTo() 596 for (Init *I : getValues()) in convertInitializerTo() 636 for (Init *CurElt : getValues()) { in resolveReferences() 762 return ListInit::get(LHSl->getValues().slice(1), LHSl->getElementType()); in Fold() 1576 for (const RecordVal &Val : Class->getValues()) in instantiate() 1964 for (const RecordVal &Val : R.getValues()) in operator <<() 1967 for (const RecordVal &Val : R.getValues()) in operator <<() 2025 for (Init *I : List->getValues()) { in getValueAsListOfDefs() 2053 for (Init *I : List->getValues()) { in getValueAsListOfInts() [all …]
|
| H A D | JSONBackend.cpp | 148 for (const RecordVal &RV : Def.getValues()) { in run()
|
| H A D | TGParser.cpp | 92 for (const RecordVal &RV : R.getValues()) { in checkConcrete() 232 for (const RecordVal &Val : SC->getValues()) in AddSubClass() 2651 if (!CurRec->getValues().empty() || in ParseClass()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 673 if (!CFI.getValues().empty()) { in printCFI() 674 size_t e = CFI.getValues().size() - 1; in printCFI() 676 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI() 677 OS << format("0x%02x", uint8_t(CFI.getValues()[e])) << ", "; in printCFI()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 130 ArrayRef<Value> getValues() const { return Values; } in getValues() function
|
| H A D | AsmPrinterDwarf.cpp | 225 OutStreamer->EmitCFIEscape(Inst.getValues()); in emitCFIInstruction()
|
| H A D | DwarfDebug.cpp | 1222 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList() 1223 for (auto &Value : CurEntry->getValues()) in buildLocationList()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 199 const ValueList &getValues() const { return Values; } in getValues() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 67 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 581 StringRef getValues() const { in getValues() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 422 for (const char *Value : A->getValues()) in getHexagonLibraryPaths()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 432 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() 1476 if (!Body || Body->getValues().empty()) { in emitBody() 1483 for (auto *I : Body->getValues()) { in emitBody()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 441 for (auto value : arg->getValues()) in ProcessArgs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 708 ArrayRef<Init*> getValues() const { in getValues() function 1417 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 323 for (StringRef Val : A->getValues()) in TranslateInputArgs() 368 for (StringRef Val : A->getValues()) in TranslateInputArgs() 652 for (const char *Val : OpenMPTargets->getValues()) { in CreateOffloadingDeviceToolChains() 953 Copy->getValues() = Opt->getValues(); in BuildCompilation()
|
| H A D | ToolChain.cpp | 619 for (StringRef Value : A->getValues()) { in ComputeLLVMTriple()
|