| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 83 std::vector<Result> Results; member in __anone047e0890111::ResultBuilder 256 Result *data() { return Results.empty() ? nullptr : &Results.front(); } in data() 257 unsigned size() const { return Results.size(); } in size() 258 bool empty() const { return Results.empty(); } in empty() 1105 Results.push_back(R); in MaybeAddConstructorResults() 1120 Results.push_back(R); in MaybeAddResult() 1161 Results[Index].Declaration = R.Declaration; in MaybeAddResult() 1230 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size()); in MaybeAddResult() 1231 Results.push_back(R); in MaybeAddResult() 1358 Results.push_back(R); in AddResult() [all …]
|
| H A D | CodeCompleteConsumer.cpp | 644 Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument 646 std::stable_sort(Results, Results + NumResults); in ProcessCodeCompleteResults() 654 if (!Filter.empty() && isResultFilteredOut(Filter, Results[I])) in ProcessCodeCompleteResults() 657 switch (Results[I].Kind) { in ProcessCodeCompleteResults() 659 OS << *Results[I].Declaration; in ProcessCodeCompleteResults() 662 if (Results[I].Hidden) in ProcessCodeCompleteResults() 664 if (Results[I].InBaseClass) in ProcessCodeCompleteResults() 666 if (Results[I].Availability == in ProcessCodeCompleteResults() 672 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() 682 OS << Results[I].Keyword; in ProcessCodeCompleteResults() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 81 MutableArrayRef<SDValue> Results); 87 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results); 96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 100 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 104 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 147 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results); 148 void ExpandSETCC(SDNode *Node, SmallVectorImpl<SDValue> &Results); 150 void ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results); 151 void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results); 152 void ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results); [all …]
|
| H A D | LegalizeDAG.cpp | 137 SmallVectorImpl<SDValue> &Results); 142 SmallVectorImpl<SDValue> &Results); 151 SmallVectorImpl<SDValue> &Results); 160 SmallVectorImpl<SDValue> &Results); 164 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 174 SmallVectorImpl<SDValue> &Results); 187 SmallVectorImpl<SDValue> &Results); 189 SmallVectorImpl<SDValue> &Results); 1796 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument 1829 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC() [all …]
|
| H A D | LegalizeTypes.cpp | 930 SmallVector<SDValue, 8> Results; in CustomLowerNode() local 932 TLI.ReplaceNodeResults(N, Results, DAG); in CustomLowerNode() 934 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode() 936 if (Results.empty()) in CustomLowerNode() 941 assert(Results.size() == N->getNumValues() && in CustomLowerNode() 943 for (unsigned i = 0, e = Results.size(); i != e; ++i) { in CustomLowerNode() 944 ReplaceValueWith(SDValue(N, i), Results[i]); in CustomLowerNode() 957 SmallVector<SDValue, 8> Results; in CustomWidenLowerNode() local 958 TLI.ReplaceNodeResults(N, Results, DAG); in CustomWidenLowerNode() 960 if (Results.empty()) in CustomWidenLowerNode() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 959 void materialize(const ResultStack &Results); 968 OpRef concats(OpRef Va, OpRef Vb, ResultStack &Results); 969 OpRef funnels(OpRef Va, OpRef Vb, int Amount, ResultStack &Results); 971 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 973 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 976 ResultStack &Results); 978 ResultStack &Results); 980 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results); 981 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); 982 OpRef shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results); [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 45 ReplCompletionConsumer(std::vector<std::string> &Results, in ReplCompletionConsumer() argument 49 CCTUInfo(CCAllocator), Results(Results), CC(CC) {} in ReplCompletionConsumer() 65 std::vector<std::string> &Results; member in clang::ReplCompletionConsumer 76 std::vector<std::string> &Results; member in clang::CompletionContextHandler 83 std::vector<std::string> &Results) in CompletionContextHandler() argument 84 : CCC(CCC), Results(Results), S(S) {} in CompletionContextHandler() 92 Results.push_back(Result.Declaration->getName().str()); in handleDeclaration() 107 Results.push_back(VD->getName().str()); in handleDeclaration() 113 Results.push_back(VD->getName().str()); in handleDeclaration() 127 Results.push_back(Result.Keyword); in handleKeyword() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dscontrol.c | 423 if ((ACPI_GET_DESCRIPTOR_TYPE (WalkState->Results->Results.ObjDesc[0]) == in AcpiDsExecEndControlOp() 425 ((WalkState->Results->Results.ObjDesc [0])->Common.Type == in AcpiDsExecEndControlOp() 427 ((WalkState->Results->Results.ObjDesc [0])->Reference.Class != in AcpiDsExecEndControlOp() 431 &WalkState->Results->Results.ObjDesc [0], WalkState); in AcpiDsExecEndControlOp() 438 WalkState->ReturnDesc = WalkState->Results->Results.ObjDesc [0]; in AcpiDsExecEndControlOp()
|
| H A D | dswstate.c | 198 State = WalkState->Results; in AcpiDsResultPop() 227 *Object = State->Results.ObjDesc [Index]; in AcpiDsResultPop() 235 State->Results.ObjDesc [Index] = NULL; in AcpiDsResultPop() 303 State = WalkState->Results; in AcpiDsResultPush() 321 State->Results.ObjDesc [Index] = Object; in AcpiDsResultPush() 371 AcpiUtPushGenericState (&WalkState->Results, State); in AcpiDsResultStackPush() 408 if (WalkState->Results == NULL) in AcpiDsResultStackPop() 421 State = AcpiUtPopGenericState (&WalkState->Results); in AcpiDsResultStackPop() 945 while (WalkState->Results) in AcpiDsDeleteWalkState() 947 State = WalkState->Results; in AcpiDsDeleteWalkState() [all …]
|
| /freebsd/contrib/kyua/integration/ |
| H A D | cmd_test_test.sh | 44 Results file id is $(utils_results_id) 45 Results saved to $(utils_results_file) 69 Results file id is $(utils_results_id) 70 Results saved to $(utils_results_file) 102 Results file id is $(utils_results_id) 103 Results saved to $(utils_results_file) 138 Results file id is $(utils_results_id) 139 Results saved to $(utils_results_file) 172 Results file id is $(utils_results_id) 173 Results saved to $(utils_results_file) [all …]
|
| H A D | cmd_report_test.sh | 68 Results read from $(cat dbfile_name1) 80 Results read from $(cat dbfile_name2) 125 Results read from $(cat dbfile_name) 154 Results read from $(cat dbfile_name1) 173 Results read from $(cat dbfile_name1) 183 Results read from $(cat dbfile_name1) 202 Results read from $(cat dbfile_name1) 275 Results read from $(cat dbfile_name) 298 Results read from $(cat dbfile_name1) 316 Results read from $(cat dbfile_name1) [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | APINotesReader.h | 54 llvm::SmallVector<std::pair<llvm::VersionTuple, T>, 1> Results; variable 68 llvm::SmallVector<std::pair<llvm::VersionTuple, T>, 1> Results); 74 unsigned size() const { return Results.size(); } in size() 78 assert(!Results.empty()); in begin() 79 return Results.begin(); in begin() 82 return Results.end(); in end() 87 assert(index < Results.size()); 88 return Results[index];
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 304 static void sortByKey(std::vector<TupleType> &Results, F Fn) { in sortByKey() argument 306 llvm::sort(Results, [=](const TupleType &L, const TupleType &R) { in sortByKey() 313 std::vector<TupleType> Results; in exportStats() local 314 Results.reserve(FunctionLatencies.size()); in exportStats() 318 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats() 319 auto &Row = std::get<2>(Results.back()); in exportStats() 337 sortByKey(Results, [](const TupleType &X) { return std::get<0>(X); }); in exportStats() 340 sortByKey(Results, [](const TupleType &X) { return std::get<1>(X); }); in exportStats() 343 sortByKey(Results, [](const TupleType &X) { return std::get<2>(X).Min; }); in exportStats() 346 sortByKey(Results, [](const TupleType &X) { return std::get<2>(X).Median; }); in exportStats() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 38 Results.addResult(Key, Value); in addResult() 43 return Results.AllKVResults(); in AllKVResults() 48 Results.forEachResult(Callback); in forEachResult() 52 InMemoryToolResults Results; member in clang::tooling::__anon9924c48e0111::ThreadSafeToolResults 67 : Compilations(Compilations), Results(new ThreadSafeToolResults), in AllTUsToolExecutor() 68 Context(Results.get()), ThreadCount(ThreadCount) {} in AllTUsToolExecutor() 75 Results(new ThreadSafeToolResults), Context(Results.get()), in AllTUsToolExecutor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 69 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs() argument 70 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs() 74 Results.size(), in computeSignatureVTs() 80 Results.clear(); in computeSignatureVTs() 116 llvm::signatureFromMVTs(MCContext &Ctx, const SmallVectorImpl<MVT> &Results, in signatureFromMVTs() argument 119 valTypesFromMVTs(Results, Sig->Returns); in signatureFromMVTs() 130 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo() 160 for (auto VT : YamlMFI.Results) in initializeBaseYamlFields()
|
| H A D | WebAssemblyMachineFunctionInfo.h | 36 std::vector<MVT> Results; variable 84 void addResult(MVT VT) { Results.push_back(VT); } in addResult() 85 const std::vector<MVT> &getResults() const { return Results; } in getResults() 89 Results.clear(); in clearParamsAndResults() 170 SmallVectorImpl<MVT> &Results); 175 const SmallVectorImpl<MVT> &Results, 184 std::vector<FlowStringValue> Results; member 201 YamlIO.mapOptional("results", MFI.Results, std::vector<FlowStringValue>());
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 680 LookupResult &Results; variable 685 Filter(LookupResult &Results) : Results(Results), I(Results.begin()) {} in Filter() argument 689 : Results(F.Results), I(F.I), Changed(F.Changed), in Filter() 709 return I != Results.end(); in hasNext() 713 assert(I != Results.end() && "next() called on empty filter"); in next() 719 I = Results.begin(); in restart() 724 Results.Decls.erase(--I); in erase() 731 Results.Decls.replace(I-1, D); in replace() 737 Results.Decls.replace(I-1, D, AS); in replace() 746 Results.resolveKindAfterFilter(); in done()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 332 llvm::SmallVector<APINotesReader *, 2> Results; in findAPINotes() local 336 Results.append(getCurrentModuleReaders().begin(), in findAPINotes() 338 return Results; in findAPINotes() 343 return Results; in findAPINotes() 347 return Results; in findAPINotes() 354 return Results; in findAPINotes() 357 return Results; in findAPINotes() 384 Results.push_back(Reader); in findAPINotes() 421 Results.push_back(Reader); in findAPINotes() 436 Results.push_back(Reader); in findAPINotes() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Execution.h | 82 explicit ExecutionContext(ToolResults *Results) : Results(Results) {} in ExecutionContext() argument 99 ToolResults *Results;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 29 LVCompareInfo Results = { variable 35 static LVCompareInfo::iterator IterTotal = Results.end(); 54 for (LVCompareInfo::reference Entry : Results) { in zeroResults() 59 IterTotal = Results.find(LVCompareItem::Total); in zeroResults() 60 assert(IterTotal != Results.end()); in zeroResults() 75 LVCompareInfo::iterator Iter = Results.find(Kind); in getResultsEntry() 76 assert(Iter != Results.end()); in getResultsEntry() 418 for (LVCompareInfo::reference Entry : Results) { in printSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 354 Records Results; in readFile() local 371 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile() 372 if (auto Err = load(Obj, *Results.back(), Opt, Arch)) in readFile() 374 Results.back()->getBinaryAttrs().Path = Buffer.getBufferIdentifier(); in readFile() 376 return Results; in readFile() 412 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile() 413 if (auto Err = load(&Obj, *Results.back(), Opt, Arch)) in readFile() 415 Results.back()->getBinaryAttrs().Path = Buffer.getBufferIdentifier(); in readFile() 421 if (Results.empty()) in readFile() 423 return Results; in readFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 177 std::vector<ResultTy> Results(NumTasks, Init); in parallel_transform_reduce() 188 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce() 193 Results[TaskId] = R; in parallel_transform_reduce() 203 ResultTy FinalResult = std::move(Results.front()); in parallel_transform_reduce() 205 MutableArrayRef(Results.data() + 1, Results.size() - 1)) in parallel_transform_reduce()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | MergedFunctionsInfo.cpp | 55 std::vector<DataExtractor> Results; in getFuncsDataExtractors() local 85 Results.emplace_back(Data.getData().substr(Offset, FnSize), in getFuncsDataExtractors() 90 return Results; in getFuncsDataExtractors()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.cpp | 192 SmallVector<SDValue, 4> Results; in emitConstantSizeRepstos() local 193 Results.push_back(RepStos); in emitConstantSizeRepstos() 197 Results.push_back( in emitConstantSizeRepstos() 205 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results); in emitConstantSizeRepstos() 307 SmallVector<SDValue, 4> Results; in emitConstantSizeRepmov() local 308 Results.push_back(RepMovs); in emitConstantSizeRepmov() 312 Results.push_back(DAG.getMemcpy( in emitConstantSizeRepmov() 319 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results); in emitConstantSizeRepmov()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 1558 llvm::SmallVectorImpl<MatchResult> &Results) { in matches() argument 1575 Results.emplace_back(std::move(R)); in matches() 1618 llvm::SmallVectorImpl<MatchResult> &Results) { in matches() argument 1619 size_t SizeBefore = Results.size(); in matches() 1620 findStmtsInUnspecifiedUntypedContext(S, [&Results](const Stmt *S) { in matches() 1639 Results.emplace_back(std::move(R)); in matches() 1641 return SizeBefore != Results.size(); in matches() 1682 llvm::SmallVectorImpl<MatchResult> &Results) { in matches() argument 1683 size_t SizeBefore = Results.size(); in matches() 1684 findStmtsInUnspecifiedUntypedContext(S, [&Results](const Stmt *S) { in matches() [all …]
|