Home
last modified time | relevance | path

Searched refs:Explanation (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DTransformerClangTidyCheck.cpp121 Expected<std::string> Explanation = Rule.Metadata[I]->eval(Result); in check() local
122 if (!Explanation) { in check()
124 << llvm::toString(Explanation.takeError()) << "\n"; in check()
131 diag((*Edits)[0].Range.getBegin(), escapeForDiagnostic(*Explanation)); in check()
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp92 std::string Explanation; in explainPredicates()
96 Explanation += in explainPredicates()
101 Explanation += " always-true"; in explainPredicates()
103 Explanation += " immediate"; in explainPredicates()
106 Explanation += " unindexed"; in explainPredicates()
109 Explanation += " non-extload"; in explainPredicates()
111 Explanation += " extload"; in explainPredicates()
113 Explanation += " sextload"; in explainPredicates()
115 Explanation += " zextload"; in explainPredicates()
118 Explanation in explainPredicates()
93 std::string Explanation; explainPredicates() local
197 std::string Explanation; isTrivialOperatorNode() local
[all...]
/llvm-project/llvm/test/CodeGen/ARM/
H A Dshift-i64.ll27 ; Explanation for lshr is pretty much the reverse of shl.
/llvm-project/llvm/test/Transforms/GVN/
H A Dmemdep-unknown-deadblocks.ll14 ; Explanation of the test case:
/llvm-project/mlir/docs/Dialects/
H A DTOSA.md62 Selection. Explanation of the thinking behind some operators is listed here:
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp27 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument
32 << "Expected an error because of: " << Explanation.str(); in expectFailure()
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp111 std::string Explanation) in UnsatisfiedSymbolDependencies()
114 Explanation(std::move(Explanation)) {}
123 if (!Explanation.empty()) in log()
124 OS << " (" << Explanation << ")"; in log()
110 UnsatisfiedSymbolDependencies(std::shared_ptr<SymbolStringPool> SSP,JITDylibSP JD,SymbolNameSet FailedSymbols,SymbolDependenceMap BadDeps,std::string Explanation) UnsatisfiedSymbolDependencies() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h464 std::string Explanation);
473 std::string Explanation;
457 std::string Explanation; global() variable
/llvm-project/clang/docs/
H A DHIPSupport.rst259 Explanation
258 Explanation global() section in Virtual Function Support