Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp83 std::vector<Result> Results; member in __anone047e0890111::ResultBuilder
257 Result *data() { return Results.empty() ? nullptr : &Results.front(); } in data()
258 unsigned size() const { return Results.size(); } in size()
259 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()
1357 Results.push_back(R); in AddResult()
[all …]
H A DCodeCompleteConsumer.cpp648 Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument
650 std::stable_sort(Results, Results + NumResults); in ProcessCodeCompleteResults()
658 if (!Filter.empty() && isResultFilteredOut(Filter, Results[I])) in ProcessCodeCompleteResults()
661 switch (Results[I].Kind) { in ProcessCodeCompleteResults()
663 OS << *Results[I].Declaration; in ProcessCodeCompleteResults()
666 if (Results[I].Hidden) in ProcessCodeCompleteResults()
668 if (Results[I].InBaseClass) in ProcessCodeCompleteResults()
670 if (Results[I].Availability == in ProcessCodeCompleteResults()
676 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults()
686 OS << Results[I].Keyword; in ProcessCodeCompleteResults()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp81 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);
142 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
143 void ExpandSETCC(SDNode *Node, SmallVectorImpl<SDValue> &Results);
144 void ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results);
145 void ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
146 void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
[all …]
H A DLegalizeDAG.cpp135 void ExpandFrexpLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
137 SmallVectorImpl<SDValue> &Results);
142 SmallVectorImpl<SDValue> &Results);
153 SmallVectorImpl<SDValue> &Results);
154 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
155 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
165 SmallVectorImpl<SDValue> &Results);
178 SmallVectorImpl<SDValue> &Results);
180 SmallVectorImpl<SDValue> &Results);
1732 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument
[all …]
H A DLegalizeTypes.cpp927 SmallVector<SDValue, 8> Results; in CustomLowerNode() local
929 TLI.ReplaceNodeResults(N, Results, DAG); in CustomLowerNode()
931 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
933 if (Results.empty()) in CustomLowerNode()
938 assert(Results.size() == N->getNumValues() && in CustomLowerNode()
940 for (unsigned i = 0, e = Results.size(); i != e; ++i) { in CustomLowerNode()
941 ReplaceValueWith(SDValue(N, i), Results[i]); in CustomLowerNode()
954 SmallVector<SDValue, 8> Results; in CustomWidenLowerNode() local
955 TLI.ReplaceNodeResults(N, Results, DAG); in CustomWidenLowerNode()
957 if (Results.empty()) in CustomWidenLowerNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp964 void materialize(const ResultStack &Results);
973 OpRef concats(OpRef Va, OpRef Vb, ResultStack &Results);
974 OpRef funnels(OpRef Va, OpRef Vb, int Amount, ResultStack &Results);
976 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results,
978 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results,
981 ResultStack &Results);
983 ResultStack &Results);
985 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results);
986 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results);
987 OpRef shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results);
1158 materialize(const ResultStack & Results) materialize() argument
1220 concats(OpRef Lo,OpRef Hi,ResultStack & Results) concats() argument
1232 funnels(OpRef Va,OpRef Vb,int Amount,ResultStack & Results) funnels() argument
1271 packs(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results,MutableArrayRef<int> NewMask,unsigned Options) packs() argument
1293 __anon9fc097470c02(OpRef Lo, OpRef Hi, unsigned Amt, MVT Ty, ResultStack &Results) packs() argument
1505 packp(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results,MutableArrayRef<int> NewMask) packp() argument
1542 vmuxs(ArrayRef<uint8_t> Bytes,OpRef Va,OpRef Vb,ResultStack & Results) vmuxs() argument
1555 vmuxp(ArrayRef<uint8_t> Bytes,OpRef Va,OpRef Vb,ResultStack & Results) vmuxp() argument
1563 shuffs1(ShuffleMask SM,OpRef Va,ResultStack & Results) shuffs1() argument
1607 shuffs2(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results) shuffs2() argument
1641 shuffp1(ShuffleMask SM,OpRef Va,ResultStack & Results) shuffp1() argument
1685 shuffp2(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results) shuffp2() argument
2074 contracting(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results) contracting() argument
2177 expanding(ShuffleMask SM,OpRef Va,ResultStack & Results) expanding() argument
2231 perfect(ShuffleMask SM,OpRef Va,ResultStack & Results) perfect() argument
2507 butterfly(ShuffleMask SM,OpRef Va,ResultStack & Results) butterfly() argument
2643 ResultStack Results(SN); selectShuffle() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp45 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/contrib/kyua/integration/
H A Dcmd_test_test.sh44 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 Dcmd_report_test.sh68 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)
274 Results read from $(cat dbfile_name)
297 Results read from $(cat dbfile_name1)
315 Results read from $(cat dbfile_name1)
[all …]
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c423 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 Ddswstate.c198 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/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h54 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 Dxray-account.cpp304 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 DAllTUsExecution.cpp38 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()
H A DFileMatchTrie.cpp154 void getAll(std::vector<StringRef> &Results, in getAll() argument
159 Results.push_back(StringRef(Path)); in getAll()
167 It->getValue().getAll(Results, Children.end()); in getAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp70 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs() argument
71 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
75 Results.size(), in computeSignatureVTs()
81 Results.clear(); in computeSignatureVTs()
117 llvm::signatureFromMVTs(MCContext &Ctx, const SmallVectorImpl<MVT> &Results, in signatureFromMVTs() argument
120 valTypesFromMVTs(Results, Sig->Returns); in signatureFromMVTs()
131 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
161 for (auto VT : YamlMFI.Results) in initializeBaseYamlFields()
H A DWebAssemblyMachineFunctionInfo.h36 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 DLookup.h678 LookupResult &Results; variable
683 Filter(LookupResult &Results) : Results(Results), I(Results.begin()) {} in Filter() argument
687 : Results(F.Results), I(F.I), Changed(F.Changed), in Filter()
707 return I != Results.end(); in hasNext()
711 assert(I != Results.end() && "next() called on empty filter"); in next()
717 I = Results.begin(); in restart()
722 Results.Decls.erase(--I); in erase()
729 Results.Decls.replace(I-1, D); in replace()
735 Results.Decls.replace(I-1, D, AS); in replace()
744 Results.resolveKindAfterFilter(); in done()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp333 llvm::SmallVector<APINotesReader *, 2> Results; in findAPINotes() local
337 Results.append(getCurrentModuleReaders().begin(), in findAPINotes()
339 return Results; in findAPINotes()
344 return Results; in findAPINotes()
348 return Results; in findAPINotes()
355 return Results; in findAPINotes()
358 return Results; in findAPINotes()
385 Results.push_back(Reader); in findAPINotes()
422 Results.push_back(Reader); in findAPINotes()
437 Results.push_back(Reader); in findAPINotes()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DExecution.h82 explicit ExecutionContext(ToolResults *Results) : Results(Results) {} in ExecutionContext() argument
99 ToolResults *Results;
H A DAllTUsExecution.h57 ToolResults *getToolResults() override { return Results.get(); } in getToolResults()
67 std::unique_ptr<ToolResults> Results; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp29 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()
417 for (LVCompareInfo::reference Entry : Results) { in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp138 SmallVector<SDValue, 4> Results; in EmitTargetCodeForMemset() local
139 Results.push_back(RepStos); in EmitTargetCodeForMemset()
144 Results.push_back( in EmitTargetCodeForMemset()
152 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results); in EmitTargetCodeForMemset()
248 SmallVector<SDValue, 4> Results; in emitConstantSizeRepmov() local
249 Results.push_back(RepMovs); in emitConstantSizeRepmov()
253 Results.push_back(DAG.getMemcpy( in emitConstantSizeRepmov()
260 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results); in emitConstantSizeRepmov()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp355 Records Results; in readFile() local
372 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile()
373 if (auto Err = load(Obj, *Results.back(), Opt, Arch)) in readFile()
375 Results.back()->getBinaryAttrs().Path = Buffer.getBufferIdentifier(); in readFile()
377 return Results; in readFile()
413 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile()
414 if (auto Err = load(&Obj, *Results.back(), Opt, Arch)) in readFile()
416 Results.back()->getBinaryAttrs().Path = Buffer.getBufferIdentifier(); in readFile()
422 if (Results.empty()) in readFile()
424 return Results; in readFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h176 std::vector<ResultTy> Results(NumTasks, Init); in parallel_transform_reduce()
187 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
192 Results[TaskId] = R; in parallel_transform_reduce()
202 ResultTy FinalResult = std::move(Results.front()); in parallel_transform_reduce()
204 MutableArrayRef(Results.data() + 1, Results.size() - 1)) in parallel_transform_reduce()

123456