Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Option/
H A DOption.cpp132 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 DArgList.cpp158 const auto &Values = Arg->getValues(); in AddAllArgValues()
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DArg.h100 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 DGVNSink.cpp292 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 DCodeGenMapTable.cpp135 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 DCodeEmitterGen.cpp199 for (const RecordVal &RV : R->getValues()) { in getInstructionCase()
210 for (const RecordVal &RV : R->getValues()) { in getInstructionCase()
H A DSearchableTableEmitter.cpp748 for (const RecordVal &Field : Class->getValues()) { in run()
H A DCodeGenDAGPatterns.cpp1706 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 DCodeGenRegisters.cpp674 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 DRecord.cpp581 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 DJSONBackend.cpp148 for (const RecordVal &RV : Def.getValues()) { in run()
H A DTGParser.cpp92 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 DMachineOperand.cpp673 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 DDebugLocEntry.h130 ArrayRef<Value> getValues() const { return Values; } in getValues() function
H A DAsmPrinterDwarf.cpp225 OutStreamer->EmitCFIEscape(Inst.getValues()); in emitCFIInstruction()
H A DDwarfDebug.cpp1222 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 DValueEnumerator.h199 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h67 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h581 StringRef getValues() const { in getValues() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHexagon.cpp422 for (const char *Value : A->getValues()) in getHexagonLibraryPaths()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp432 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 DDriver.cpp441 for (auto value : arg->getValues()) in ProcessArgs()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h708 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 DDriver.cpp323 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 DToolChain.cpp619 for (StringRef Value : A->getValues()) { in ComputeLLVMTriple()

12