/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | output_test.h | 92 struct Results { struct 98 Results(const std::string& n) : name(n) {} in Results() argument 104 typedef enum { kCpuTime, kRealTime } BenchmarkTime; 112 double DurationRealTime() const { in DurationRealTime() 116 double DurationCPUTime() const { in DurationCPUTime() 144 T Results::GetAs(const char* entry_name) const { in GetAs() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | output_test.h | 85 struct Results { struct 92 Results(const std::string& n) : name(n) {} in Results() argument 96 typedef enum { kCpuTime, kRealTime } BenchmarkTime; 104 double DurationRealTime() const { in DurationRealTime() 108 double DurationCPUTime() const { in DurationCPUTime() 136 T Results::GetAs(const char* entry_name) const { in GetAs() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 232 MutableArrayRef<SDValue> Results) { in RecursivelyLegalizeResults() 543 SmallVectorImpl<SDValue> &Results) { in LowerOperationWrapper() 571 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() 636 SmallVectorImpl<SDValue> &Results) { in PromoteINT_TO_FP() 677 SmallVectorImpl<SDValue> &Results) { in PromoteFP_TO_INT() 732 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() 1117 SmallVectorImpl<SDValue> &Results) { in ExpandBITREVERSE() 1215 SmallVectorImpl<SDValue> &Results) { in ExpandFP_TO_UINT() 1235 SmallVectorImpl<SDValue> &Results) { in ExpandUINT_TO_FLOAT() 1337 SmallVectorImpl<SDValue> &Results) { in ExpandFSUB() [all …]
|
H A D | LegalizeDAG.cpp | 1646 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() 2043 SmallVectorImpl<SDValue> &Results) { in ExpandFPLibCall() 2097 SmallVectorImpl<SDValue> &Results) { in ExpandArgFPLibCall() 2130 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() 2228 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall() 2513 SDNode *N, const SDLoc &dl, SmallVectorImpl<SDValue> &Results) { in PromoteLegalINT_TO_FP() 2574 SmallVectorImpl<SDValue> &Results) { in PromoteLegalFP_TO_INT() 2668 SmallVector<SDValue, 8> Results; in ExpandNode() local 3857 SmallVector<SDValue, 8> Results; in ConvertNodeToLibcall() local 4373 SmallVector<SDValue, 8> Results; in PromoteNode() local
|
H A D | LegalizeTypes.cpp | 919 SmallVector<SDValue, 8> Results; in CustomLowerNode() local 946 SmallVector<SDValue, 8> Results; in CustomWidenLowerNode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 75 std::vector<Result> Results; member in __anon4254e5140111::ResultBuilder 1614 ResultBuilder &Results; member in __anon4254e5140211::CodeCompletionDeclConsumer 1624 ResultBuilder &Results, DeclContext *InitialLookupCtx, in CodeCompletionDeclConsumer() 1687 ResultBuilder &Results) { in AddTypeSpecifierResults() 1768 ResultBuilder &Results) { in AddStorageSpecifiers() 1794 ResultBuilder &Results) { in AddFunctionSpecifiers() 1838 static void AddTypedefResult(ResultBuilder &Results) { in AddTypedefResult() 1852 ResultBuilder &Results) { in AddUsingAliasResult() 1946 static void addThisCompletion(Sema &S, ResultBuilder &Results) { in addThisCompletion() 1961 ResultBuilder &Results, in AddStaticAssertResult() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 568 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults() 576 CodeCompletionResult *Results, in ProcessCodeCompleteResults() 735 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl() local 893 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults() local 900 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetNumDiagnostics() local 911 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetDiagnostic() local 927 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetContexts() local 938 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerKind() local 951 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerUSR() local 961 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetObjCSelector() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ExprMutationAnalyzer.h | 73 ResultMap Results; variable 90 llvm::DenseMap<const ParmVarDecl *, const Stmt *> Results; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 54 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs() 100 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs()
|
H A D | WebAssemblyMachineFunctionInfo.h | 37 std::vector<MVT> Results; variable 192 std::vector<FlowStringValue> Results; member
|
H A D | WebAssemblyISelDAGToDAG.cpp | 179 unsigned Results = Node->getOpcode() == WebAssemblyISD::CALL in Select() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Execution.h | 82 explicit ExecutionContext(ToolResults *Results) : Results(Results) {} in ExecutionContext()
|
H A D | AllTUsExecution.h | 66 std::unique_ptr<ToolResults> Results; variable
|
H A D | StandaloneExecution.h | 91 InMemoryToolResults Results; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | TestSuiteGuide.md | 278 ### Continuous Tracking with LNT
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 958 void HvxSelector::materialize(const ResultStack &Results) { in materialize() 1020 OpRef HvxSelector::concat(OpRef Lo, OpRef Hi, ResultStack &Results) { in concat() 1033 ResultStack &Results, MutableArrayRef<int> NewMask, in packs() 1130 ResultStack &Results, MutableArrayRef<int> NewMask) { in packp() 1179 ResultStack &Results) { in vmuxs() 1192 ResultStack &Results) { in vmuxp() 1200 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1() 1219 ResultStack &Results) { in shuffs2() 1250 OpRef HvxSelector::shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffp1() 1287 ResultStack &Results) { in shuffp2() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 154 void getAll(std::vector<StringRef> &Results, in getAll()
|
H A D | AllTUsExecution.cpp | 52 InMemoryToolResults Results; member in clang::tooling::__anonb28517d90111::ThreadSafeToolResults
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SerialSnippetGenerator.cpp | 164 std::vector<CodeTemplate> Results; in generateCodeTemplates() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 420 SmallVector<Register, 2> Results; in legalizeCustom() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 302 static void sortByKey(std::vector<TupleType> &Results, F Fn) { in sortByKey() 311 std::vector<TupleType> Results; in exportStats() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Lookup.h | 620 LookupResult &Results; variable 625 Filter(LookupResult &Results) : Results(Results), I(Results.begin()) {} in Filter()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 275 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | PassManager.h | 727 const AnalysisResultMapT &Results) in Invalidator() 731 const AnalysisResultMapT &Results; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 276 SmallVector<SDValue, 4> Results; in emitConstantSizeRepmov() local
|