Home
last modified time | relevance | path

Searched refs:Results (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp80 /// Make sure Results are legal and update the translation cache.
82 MutableArrayRef<SDValue> Results);
84 /// Wrapper to interface LowerOperation with a vector of Results.
86 /// returns true. If return is true and the Results are empty, then the
88 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results);
97 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
101 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
105 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
140 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
141 void ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results);
232 RecursivelyLegalizeResults(SDValue Op, MutableArrayRef<SDValue> Results) RecursivelyLegalizeResults() argument
526 LowerOperationWrapper(SDNode *Node, SmallVectorImpl<SDValue> &Results) LowerOperationWrapper() argument
555 Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) Promote() argument
619 PromoteINT_TO_FP(SDNode *Node, SmallVectorImpl<SDValue> &Results) PromoteINT_TO_FP() argument
660 PromoteFP_TO_INT(SDNode *Node, SmallVectorImpl<SDValue> &Results) PromoteFP_TO_INT() argument
841 Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) Expand() argument
1199 ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandBITREVERSE() argument
1297 ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandFP_TO_UINT() argument
1317 ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandUINT_TO_FLOAT() argument
1419 ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandFSUB() argument
1433 ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandUADDSUBO() argument
1441 ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandSADDSUBO() argument
1449 ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandMULO() argument
1467 ExpandStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results) ExpandStrictFPOp() argument
1481 UnrollStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results) UnrollStrictFPOp() argument
[all...]
H A DLegalizeDAG.cpp146 SmallVectorImpl<SDValue> &Results);
157 SmallVectorImpl<SDValue> &Results);
158 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
159 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
169 SmallVectorImpl<SDValue> &Results);
178 SmallVectorImpl<SDValue> &Results);
180 SmallVectorImpl<SDValue> &Results);
1585 SmallVectorImpl<SDValue> &Results) {
1615 Results.push_back(Tmp1);
1616 Results
[all...]
H A DLegalizeTypes.cpp244 // with a legal type). Results can be remapped using ReplaceValueWith, in run()
883 SmallVector<SDValue, 8> Results; in CustomLowerNode()
885 TLI.ReplaceNodeResults(N, Results, DAG); in CustomLowerNode()
887 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
889 if (Results.empty()) in CustomLowerNode()
895 if (Results.size() == N->getNumValues() + 1 && LegalizeResult) { in CustomLowerNode()
898 SetExpandedInteger(SDValue(N, 0), Results[0], Results[1]); in CustomLowerNode() local
900 ReplaceValueWith(SDValue(N, 1), Results[2]); in CustomLowerNode() local
904 // Make everything that once used N's values now use those in Results instea in CustomLowerNode()
908 ReplaceValueWith(SDValue(N, i), Results[i]); CustomLowerNode() local
934 ReplaceValueWith(SDValue(N, i), Results[i]); CustomWidenLowerNode() local
936 SetWidenedVector(SDValue(N, i), Results[i]); CustomWidenLowerNode() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp831 void materialize(const ResultStack &Results);
839 OpRef concat(OpRef Va, OpRef Vb, ResultStack &Results);
840 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results,
842 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results,
845 ResultStack &Results);
847 ResultStack &Results);
849 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results);
850 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results);
851 OpRef shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results);
852 OpRef shuffp2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results);
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypePredicateStructuralMatch.js11 type Results = Result[];
17 function getResults1(value: Results | { data: Results }): Results {
25 function getResults2(value: Results | { data: Results }): Results {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp48 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs()
49 computeLegalValueVTs(F, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
52 if (Results.size() > 1 && in computeSignatureVTs()
58 Results.clear(); in computeSignatureVTs()
75 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs() argument
78 valTypesFromMVTs(Results, Sig->Returns); in signatureFromMVTs()
45 computeSignatureVTs(const FunctionType *Ty, const Function &F, const TargetMachine &TM, SmallVectorImpl<MVT> &Params, SmallVectorImpl<MVT> &Results) computeSignatureVTs() argument
H A DWebAssemblyMachineFunctionInfo.h36 std::vector<MVT> Results; member in llvm::final
70 void addResult(MVT VT) { Results.push_back(VT); } in addResult()
71 const std::vector<MVT> &getResults() const { return Results; } in getResults()
75 Results.clear(); in clearParamsAndResults()
146 SmallVectorImpl<MVT> &Results);
152 signatureFromMVTs(const SmallVectorImpl<MVT> &Results,
/third_party/benchmark/test/
H A Duser_counters_test.cc52 void CheckSimple(Results const& e) { in CheckSimple()
104 void CheckBytesAndItemsPSec(Results const& e) { in CheckBytesAndItemsPSec()
151 void CheckRate(Results const& e) { in CheckRate()
194 void CheckInvert(Results const& e) { in CheckInvert()
239 void CheckInvertedRate(Results const& e) { in CheckInvertedRate()
281 void CheckThreads(Results const& e) { in CheckThreads()
322 void CheckAvgThreads(Results const& e) { in CheckAvgThreads()
367 void CheckAvgThreadsRate(Results const& e) { in CheckAvgThreadsRate()
408 void CheckIterationInvariant(Results const& e) { in CheckIterationInvariant()
457 void CheckIsIterationInvariantRate(Results cons
[all...]
H A Doutput_test.h71 // ------------------------- Results checking ------------------------------ //
85 struct Results;
86 typedef std::function<void(Results const&)> ResultsCheckFn;
92 struct Results { struct
98 Results(const std::string& n) : name(n) {} in Results() function
142 T Results::GetAs(const std::string& entry_name) const { in GetAs()
H A Dperf_counters_test.cc62 static void CheckSimple(Results const& e) { in CheckSimple()
69 static void SaveInstrCountWithoutResume(Results const& e) { in SaveInstrCountWithoutResume()
73 static void SaveInstrCountWithResume(Results const& e) { in SaveInstrCountWithResume()
H A Duser_counters_tabular_test.cc355 void CheckTabular(Results const& e) { in CheckTabular()
414 void CheckTabularRate(Results const& e) { in CheckTabularRate()
463 void CheckSet0(Results const& e) { in CheckSet0()
503 void CheckSet1(Results const& e) { in CheckSet1()
547 void CheckSet2(Results const& e) { in CheckSet2()
H A Doutput_test_helper.cc175 // -------------------------- Results checking ----------------------------- //
191 std::vector<Results> results;
308 int Results::NumThreads() const { in NumThreads()
320 double Results::NumIterations() const { return GetAs<double>("iterations"); } in NumIterations()
322 double Results::GetTime(BenchmarkTime which) const { in GetTime()
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py45 class Results: class
70 def execute_reference_driver_tests(results: Results, ref_component: str, driver_component: str, \
72 """Run the tests specified in ref_component and driver_component. Results
85 def analyze_coverage(results: Results, outcomes: Outcomes,
118 def analyze_driver_vs_reference(results: Results, outcomes: Outcomes,
162 def analyze_outcomes(results: Results, outcomes: Outcomes, args) -> None:
187 def do_analyze_coverage(results: Results, outcomes: Outcomes, args) -> None:
192 def do_analyze_driver_vs_reference(results: Results, outcomes: Outcomes, args) -> None:
647 main_results = Results()
H A Dcheck_test_cases.py37 class Results: class
227 results = Results(options)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h514 bool Results; in ParseThisBlock() local
518 Results = ParseThisBlockInternal(); in ParseThisBlock()
521 Results = ParseThisBlockInternal(); in ParseThisBlock()
523 return Results; in ParseThisBlock()
585 bool Results; in ParseThisBlockInternal() local
587 Results = ParseBlockInfoInternal(); in ParseThisBlockInternal()
589 Results = ParseBlockInternal(); in ParseThisBlockInternal()
592 return Results; in ParseThisBlockInternal()
/third_party/skia/tests/
H A DBlendTest.cpp27 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; struct
29 static bool acceptable(const Results& r) { in acceptable()
40 static Results test(Fn&& multiply) { in test()
41 Results r = { 0,0,0,0 }; in test()
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go74 // Results holds the results of tests across all APIs.
75 // The Results structure may be serialized to cache results.
76 type Results struct { type
101 func LoadResults(path string) (*Results, error) {
108 var out Results
119 func (r *Results) Save(path string) error {
140 func (c *Config) Run() (*Results, error) {
225 out := Results{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp421 SmallVector<Register, 2> Results; in legalizeCustom() local
452 Results.push_back(ProcessedResult); in legalizeCustom()
455 if (Results.size() != 1) { in legalizeCustom()
456 assert(Results.size() == 2 && "Unexpected number of results"); in legalizeCustom()
457 MIRBuilder.buildOr(OriginalResult, Results[0], Results[1]); in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp277 SmallVector<SDValue, 4> Results; in emitConstantSizeRepmov()
278 Results.push_back(RepMovs); in emitConstantSizeRepmov()
282 Results.push_back(DAG.getMemcpy( in emitConstantSizeRepmov()
289 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results); in emitConstantSizeRepmov()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go545 func (r *regres) testLatest(change *changeInfo, test *test, d deqpBuild) (*deqp.Results, testlist.Lists, error) {
592 func (r *regres) testParent(change *changeInfo, testlists testlist.Lists, d deqpBuild) (*deqp.Results, error) {
651 func(test *test, testLists testlist.Lists, results *deqp.Results) error {
670 func (r *regres) runDailyTest(dailyHash git.Hash, reactorBackend reactorBackend, genCov bool, withResults func(*test, testlist.Lists, *deqp.Results) error) error {
836 results *deqp.Results,
968 func (r *regres) postMostCommonFailures(client *gerrit.Client, change *gerrit.ChangeInfo, results *deqp.Results) error {
1213 // reported in the returned deqprun.Results.Error field.
1214 func (t *test) buildAndRun(testLists testlist.Lists, d deqpBuild) *deqp.Results {
1219 return &deqp.Results{Error: msg}
1227 return &deqp.Results{Erro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h698 auto RI = Results.find({ID, &IR}); in invalidateImpl()
699 assert(RI != Results.end() && in invalidateImpl()
720 const AnalysisResultMapT &Results) in Invalidator()
721 : IsResultInvalidated(IsResultInvalidated), Results(Results) {} in Invalidator()
724 const AnalysisResultMapT &Results; member in llvm::AnalysisManager::Invalidator
719 Invalidator(SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated, const AnalysisResultMapT &Results) Invalidator() argument
/third_party/ltp/
H A Dltpmenu26 # functionality to Compile, Execute and View Results of
172 --title "LTP Test Results" \
180 --title "LTP Test Results" \
184 --title "LTP Test Results." \
203 --title "LTP Test Results" \
519 Results "Display a summary of test results" \
531 Results) disp_ltpres ;;
/third_party/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go65 // The keys to be used at the top level for all Results.
78 Results map[string]format.BenchResults `json:"results"`
199 benchData.Results = allResults
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c73 struct Results { struct
86 struct Results *r) in doTest()
313 struct Results r; in fileTest()
/third_party/node/deps/v8/tools/
H A Dlocs.py261 class Results: class
305 if isinstance(o, Results):
378 result = Results()

Completed in 22 milliseconds

1234