Home
last modified time | relevance | path

Searched defs:Results (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp62 std::vector<Result> Results; member in __anoned89faa00111::ResultBuilder
1572 ResultBuilder &Results; member in __anoned89faa00211::CodeCompletionDeclConsumer
1582 ResultBuilder &Results, DeclContext *InitialLookupCtx, in CodeCompletionDeclConsumer()
1645 ResultBuilder &Results) { in AddTypeSpecifierResults()
1728 ResultBuilder &Results) { in AddStorageSpecifiers()
1754 ResultBuilder &Results) { in AddFunctionSpecifiers()
1798 static void AddTypedefResult(ResultBuilder &Results) { in AddTypedefResult()
1894 static void addThisCompletion(Sema &S, ResultBuilder &Results) { in addThisCompletion()
1909 ResultBuilder &Results, in AddStaticAssertResult()
1924 static void AddOverrideResults(ResultBuilder &Results, in AddOverrideResults()
[all …]
HDCodeCompleteConsumer.cpp537 Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, in ProcessCodeCompleteResults()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorOps.cpp233 MutableArrayRef<SDValue> Results) { in RecursivelyLegalizeResults()
527 SmallVectorImpl<SDValue> &Results) { in LowerOperationWrapper()
555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
620 SmallVectorImpl<SDValue> &Results) { in PromoteINT_TO_FP()
661 SmallVectorImpl<SDValue> &Results) { in PromoteFP_TO_INT()
841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
1200 SmallVectorImpl<SDValue> &Results) { in ExpandBITREVERSE()
1298 SmallVectorImpl<SDValue> &Results) { in ExpandFP_TO_UINT()
1318 SmallVectorImpl<SDValue> &Results) { in ExpandUINT_TO_FLOAT()
1420 SmallVectorImpl<SDValue> &Results) { in ExpandFSUB()
[all …]
HDLegalizeDAG.cpp1585 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC()
2093 SmallVectorImpl<SDValue> &Results) { in ExpandFPLibCall()
2147 SmallVectorImpl<SDValue> &Results) { in ExpandArgFPLibCall()
2180 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall()
2278 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall()
2492 SDNode *N, const SDLoc &dl, SmallVectorImpl<SDValue> &Results) { in PromoteLegalINT_TO_FP()
2553 SmallVectorImpl<SDValue> &Results) { in PromoteLegalFP_TO_INT()
2717 SmallVector<SDValue, 8> Results; in ExpandNode() local
3867 SmallVector<SDValue, 8> Results; in ConvertNodeToLibcall() local
4220 SmallVector<SDValue, 8> Results; in PromoteNode() local
HDLegalizeTypes.cpp883 SmallVector<SDValue, 8> Results; in CustomLowerNode() local
921 SmallVector<SDValue, 8> Results; in CustomWidenLowerNode() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDExprMutationAnalyzer.h73 ResultMap Results; variable
90 llvm::DenseMap<const ParmVarDecl *, const Stmt *> Results; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyMachineFunctionInfo.cpp48 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs()
75 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs()
HDWebAssemblyMachineFunctionInfo.h36 std::vector<MVT> Results; variable
HDWebAssemblyAsmPrinter.cpp104 SmallVector<MVT, 4> Results; in EmitEndOfAsmFile() local
HDWebAssemblyISelLowering.cpp955 SmallVector<MVT, 4> Results; in LowerFormalArguments() local
970 SDNode *N, SmallVectorImpl<SDValue> &Results, SelectionDAG &DAG) const { in ReplaceNodeResults()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDAllTUsExecution.h66 std::unique_ptr<ToolResults> Results; variable
HDExecution.h82 explicit ExecutionContext(ToolResults *Results) : Results(Results) {} in ExecutionContext()
HDStandaloneExecution.h91 InMemoryToolResults Results; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAGHVX.cpp978 void HvxSelector::materialize(const ResultStack &Results) { in materialize()
1040 OpRef HvxSelector::concat(OpRef Lo, OpRef Hi, ResultStack &Results) { in concat()
1053 ResultStack &Results, MutableArrayRef<int> NewMask, in packs()
1150 ResultStack &Results, MutableArrayRef<int> NewMask) { in packp()
1199 ResultStack &Results) { in vmuxs()
1212 ResultStack &Results) { in vmuxp()
1220 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1()
1239 ResultStack &Results) { in shuffs2()
1270 OpRef HvxSelector::shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffp1()
1307 ResultStack &Results) { in shuffp2()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDFileMatchTrie.cpp142 void getAll(std::vector<StringRef> &Results, in getAll()
HDAllTUsExecution.cpp51 InMemoryToolResults Results; member in clang::tooling::__anonff55c0650111::ThreadSafeToolResults
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLegalizerInfo.cpp421 SmallVector<Register, 2> Results; in legalizeCustom() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-account.cpp257 static void sortByKey(std::vector<TupleType> &Results, F Fn) { in sortByKey()
266 std::vector<TupleType> Results; in exportStats() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDLookup.h620 LookupResult &Results; variable
625 Filter(LookupResult &Results) : Results(Results), I(Results.begin()) {} in Filter()
HDCodeCompleteConsumer.h1119 CodeCompletionResult Results) { in isResultFilteredOut()
1128 CodeCompletionResult *Results, in ProcessCodeCompleteResults()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchFinder.h267 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86SelectionDAGInfo.cpp277 SmallVector<SDValue, 4> Results; in emitConstantSizeRepmov() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPassManager.h720 const AnalysisResultMapT &Results) in Invalidator()
724 const AnalysisResultMapT &Results; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSarifDiagnostics.cpp361 json::Array Results, Artifacts; in createRun() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp375 SmallVector<Result, 8> Results; in CacheCodeCompletionResults() local
1963 CodeCompletionResult *Results, in CalculateHiddenNames()
2048 CodeCompletionResult *Results, in ProcessCodeCompleteResults()

123