HomeSort by: relevance | last modified time | path
    Searched defs:Remark (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnostics.h 49 Remark
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticOptions.h 42 Remark = 1 << 1,
45 All = Note | Remark | Warning | Error
DiagnosticIDs.h 77 /// to either Ignore (nothing), Remark (emit a remark), Warning
83 Remark = 2, ///< Present this diagnostic as a remark.
94 Remark ///< A diagnostic that indicates normal progress through
168 Ignored, Note, Remark, Warning, Error, Fatal
Diagnostic.h 197 Remark = DiagnosticIDs::Remark,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
Remark.h 1 //===-- llvm/Remarks/Remark.h - The remark type -----------------*- C++/-*-===//
26 /// The current version of the remark entry.
29 /// The debug location used to track a remark back to the source file.
31 /// Absolute path of the source file corresponding to this remark.
53 /// The type of the remark.
66 /// A remark type used for both emission and parsing.
67 struct Remark {
68 /// The type of the remark.
71 /// Name of the pass that triggers the emission of this remark
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 178 Expected<std::unique_ptr<remarks::Remark>> MaybeRemark = Parser.next();
193 const remarks::Remark &Remark = **MaybeRemark;
195 bool Transformed = Remark.RemarkType == remarks::Type::Passed;
201 for (const remarks::Argument &Arg : Remark.Args) {
210 const Optional<remarks::RemarkLocation> &Loc = Remark.Loc;
227 if (Remark.PassName == "inline") {
229 [std::string(Remark.FunctionName)][Column];
231 } else if (Remark.PassName == "loop-unroll") {
233 [std::string(Remark.FunctionName)][Column]
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optrecord.py 56 class Remark(yaml.YAMLObject):
76 # remark text.
237 class Analysis(Remark):
253 class Passed(Remark):
261 class Missed(Remark):
282 for remark in docs:
283 remark.canonicalize()
285 if not hasattr(remark, 'DebugLoc') or remark.key in all_remarks:
288 if filter_e and not filter_e.search(remark.Pass)
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 332 | Remark
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 584 auto Remark = [&](OptimizationRemarkAnalysis ORA) {
592 emitRemark<OptimizationRemarkAnalysis>(F, "OpenMPICVTracker", Remark);
603 auto Remark = [&](OptimizationRemarkAnalysis ORA) {
608 emitRemark<OptimizationRemarkAnalysis>(F, "OpenMPGPU", Remark);
776 auto Remark = [&](OptimizationRemark OR) {
790 "OpenMPParallelRegionMerging", Remark);
877 auto Remark = [&](OptimizationRemark OR) {
886 Remark);
1052 auto Remark = [&](OptimizationRemark OR) {
1058 Remark);
    [all...]

Completed in 99 milliseconds