Home
last modified time | relevance | path

Searched refs:YAML (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test2 ; RUN: | FileCheck -check-prefix=YAML %s
4 YAML: ---
5 YAML: MSF:
6 YAML: SuperBlock:
7 YAML: NumBlocks: 25
8 YAML: NumDirectoryBytes: 136
9 YAML: BlockMapAddr: 24
10 YAML: NumDirectoryBlocks: 1
11 YAML: DirectoryBlocks: [ 23 ]
12 YAML: NumStreams: 0
[all …]
Dpdb-yaml-symbols.test2 ; RUN: | FileCheck -check-prefix=YAML %s
5 YAML: ---
6 YAML: MSF:
7 YAML: SuperBlock:
8 YAML: BlockSize: 4096
9 YAML: FreeBlockMap: 2
10 YAML: NumBlocks: 25
11 YAML: NumDirectoryBytes: 136
12 YAML: Unknown1: 0
13 YAML: BlockMapAddr: 24
[all …]
Dpdbdump-debug-subsections.test2 ; RUN: llvm-pdbutil pdb2yaml -all -no-file-headers %t.pdb | FileCheck --check-prefix=YAML %s
4 YAML: Modules:
5 YAML-NEXT: - Module: Foo.obj
6 YAML-NEXT: ObjFile: Foo.obj
7 YAML-NEXT: Subsections:
8 YAML-NEXT: - !CrossModuleExports
9 YAML-NEXT: Exports:
10 YAML-NEXT: - LocalId: 4852
11 YAML-NEXT: GlobalId: 9283
12 YAML-NEXT: - LocalId: 2147487875
[all …]
Dpdbdump-yaml.test2 ; RUN: %p/Inputs/empty.pdb | FileCheck -check-prefix=YAML %s
6 ; YAML: ---
7 ; YAML-NEXT: MSF:
8 ; YAML-NEXT: SuperBlock:
9 ; YAML-NEXT: BlockSize: 4096
10 ; YAML-NEXT: FreeBlockMap: 2
11 ; YAML-NEXT: NumBlocks: 25
12 ; YAML-NEXT: NumDirectoryBytes: 136
13 ; YAML-NEXT: Unknown1: 0
14 ; YAML-NEXT: BlockMapAddr: 24
[all …]
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml.test2 ; RUN: | FileCheck -check-prefix=YAML %s
6 ; YAML: ---
7 ; YAML-NEXT: MSF:
8 ; YAML-NEXT: SuperBlock:
9 ; YAML-NEXT: BlockSize: 4096
10 ; YAML-NEXT: Unknown0: 2
11 ; YAML-NEXT: NumBlocks: 25
12 ; YAML-NEXT: NumDirectoryBytes: 136
13 ; YAML-NEXT: Unknown1: 0
14 ; YAML-NEXT: BlockMapAddr: 24
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll2 ; RUN: obj2yaml %t.obj | FileCheck %s --check-prefix=YAML
148 ; YAML: --- !COFF
149 ; YAML: header:
150 ; YAML: Machine: IMAGE_FILE_MACHINE_I386
151 ; YAML: Characteristics: [ ]
152 ; YAML: sections:
153 ; YAML: - Name: '.debug$T'
154 ; YAML: Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN…
155 ; YAML: Alignment: 4
156 ; YAML: Types:
[all …]
Dglobals.ll3 ; RUN: llc < %s -filetype=obj | obj2yaml | FileCheck %s --check-prefix=YAML
113 ; YAML-LABEL: - Name: '.debug$S'
114 ; YAML: Subsections:
115 ; YAML: - !Symbols
116 ; YAML: Records:
117 ; YAML: - Kind: S_COMPILE3
118 ; YAML: Compile3Sym:
119 ; YAML: - !Symbols
120 ; YAML: Records:
121 ; YAML: - Kind: S_LDATA32
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dopt-remarks.ll10 ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
11 ; RUN: cat %t.hot.yaml | FileCheck %s -check-prefix=YAML-HOT
19 ; YAML: --- !Missed
20 ; YAML-NEXT: Pass: inline
21 ; YAML-NEXT: Name: NoDefinition
22 ; YAML-NEXT: Function: f
23 ; YAML-NEXT: Args:
24 ; YAML-NEXT: - Callee: bar
25 ; YAML-NEXT: - String: ' will not be inlined into '
26 ; YAML-NEXT: - Caller: f
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dopt-remarks.ll4 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
7 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
15 ; YAML: --- !Passed
16 ; YAML-NEXT: Pass: gvn
17 ; YAML-NEXT: Name: LoadElim
18 ; YAML-NEXT: Function: arg
19 ; YAML-NEXT: Args:
20 ; YAML-NEXT: - String: 'load of type '
21 ; YAML-NEXT: - Type: i32
22 ; YAML-NEXT: - String: ' eliminated'
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dopt-remarks.ll4 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
9 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
16 ; YAML: --- !Passed
17 ; YAML-NEXT: Pass: gvn
18 ; YAML-NEXT: Name: LoadElim
19 ; YAML-NEXT: Function: arg
20 ; YAML-NEXT: Args:
21 ; YAML-NEXT: - String: 'load of type '
22 ; YAML-NEXT: - Type: i32
23 ; YAML-NEXT: - String: ' eliminated'
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dvectorization-remarks-missed.ll3 ; RUN: cat %t.yaml | FileCheck -check-prefix=YAML %s
7 ; RUN: cat %t.yaml | FileCheck -check-prefix=YAML %s
51 ; YAML: --- !Analysis
52 ; YAML-NEXT: Pass: loop-vectorize
53 ; YAML-NEXT: Name: CantComputeNumberOfIterations
54 ; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 4, Column: 5 }
55 ; YAML-NEXT: Function: _Z4testPii
56 ; YAML-NEXT: Args:
57 ; YAML-NEXT: - String: 'loop not vectorized: '
58 ; YAML-NEXT: - String: could not determine number of loop iterations
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmachine-outliner-remarks.ll11 ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
12 ; YAML: --- !Missed
13 ; YAML-NEXT: Pass: machine-outliner
14 ; YAML-NEXT: Name: NotOutliningCheaper
15 ; YAML-NEXT: Function: dog
16 ; YAML-NEXT: Args:
17 ; YAML-NEXT: - String: 'Did not outline '
18 ; YAML-NEXT: - Length: '2'
19 ; YAML-NEXT: - String: ' instructions'
20 ; YAML-NEXT: - String: ' from '
[all …]
Darm64-spill-remarks.ll5 ; RUN: cat %t.yaml | FileCheck -check-prefix=YAML %s
38 ; YAML: --- !Missed
39 ; YAML: Pass: regalloc
40 ; YAML: Name: LoopSpillReload
41 ; YAML: DebugLoc: { File: /tmp/kk.c, Line: 3, Column: 20 }
42 ; YAML: Function: fpr128
43 ; YAML: Hotness: 300
44 ; YAML: Args:
45 ; YAML: - NumSpills: '1'
46 ; YAML: - String: ' spills '
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Ddiagnostic-handler-remarks-with-hotness.ll9 ; RUN: cat %t.yaml | FileCheck -check-prefix=YAML %s
11 ; YAML: --- !Passed
12 ; YAML-NEXT: Pass: inline
13 ; YAML-NEXT: Name: Inlined
14 ; YAML-NEXT: Function: main
15 ; YAML-NEXT: Hotness: 300
16 ; YAML-NEXT: Args:
17 ; YAML-NEXT: - Callee: foo
18 ; YAML-NEXT: - String: ' inlined into '
19 ; YAML-NEXT: - Caller: main
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/
Dgetelementptr.ll2 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
4 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
31 ; YAML: --- !Passed
32 ; YAML-NEXT: Pass: slp-vectorizer
33 ; YAML-NEXT: Name: VectorizedList
34 ; YAML-NEXT: Function: getelementptr_4x32
35 ; YAML-NEXT: Args:
36 ; YAML-NEXT: - String: 'SLP vectorized with cost '
37 ; YAML-NEXT: - Cost: '11'
38 ; YAML-NEXT: - String: ' and with tree size '
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/
Ddiagnostic-handler-remarks-with-hotness.ll3 ; Check pass remarks emitted to YAML file
10 ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
19 ; YAML: --- !Passed
20 ; YAML-NEXT: Pass: inline
21 ; YAML-NEXT: Name: Inlined
22 ; YAML-NEXT: Function: main
23 ; YAML-NEXT: Hotness: 300
24 ; YAML-NEXT: Args:
25 ; YAML-NEXT: - Callee: tinkywinky
26 ; YAML-NEXT: - String: ' inlined into '
[all …]
Ddiagnostic-handler-remarks.ll1 ; Test of LTO with opt remarks YAML output.
10 ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
19 ; RUN: cat %t.thin.1.yaml | FileCheck %s -check-prefix=YAML
21 ; YAML: --- !Passed
22 ; YAML-NEXT: Pass: inline
23 ; YAML-NEXT: Name: Inlined
24 ; YAML-NEXT: Function: main
25 ; YAML-NEXT: Args:
26 ; YAML-NEXT: - Callee: tinkywinky
27 ; YAML-NEXT: - String: ' inlined into '
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Doptimization-remarks-yaml.ll4 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
6 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
24 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
26 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
40 ; Check the YAML file generated for inliner remarks for this program:
52 ; YAML: --- !Missed
53 ; YAML-NEXT: Pass: inline
54 ; YAML-NEXT: Name: NoDefinition
55 ; YAML-NEXT: DebugLoc: { File: /tmp/s.c, Line: 5, Column: 10 }
56 ; YAML-NEXT: Function: baz
[all …]
Doptimization-remarks-passed-yaml.ll4 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
9 ; RUN: cat %t | FileCheck -check-prefix=YAML %s
11 ; Check the YAML file for inliner-generated passed and analysis remarks. This
22 ; YAML: --- !Passed
23 ; YAML-NEXT: Pass: inline
24 ; YAML-NEXT: Name: Inlined
25 ; YAML-NEXT: DebugLoc: { File: /tmp/s.c, Line: 4, Column: 10 }
26 ; YAML-NEXT: Function: bar
27 ; YAML-NEXT: Hotness: 30
28 ; YAML-NEXT: Args:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dmemop_size_opt.ll4 ; RUN: FileCheck %s -input-file=%t.opt.yaml --check-prefix=YAML
6 ; RUN: FileCheck %s -input-file=%t.opt.yaml --check-prefix=YAML
123 ; YAML: --- !Passed
124 ; YAML-NEXT: Pass: pgo-memop-opt
125 ; YAML-NEXT: Name: memopt-opt
126 ; YAML-NEXT: Function: foo
127 ; YAML-NEXT: Hotness: 0
128 ; YAML-NEXT: Args:
129 ; YAML-NEXT: - String: 'optimized '
130 ; YAML-NEXT: - Intrinsic: memcpy
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dremarks.ll2 ; RUN: FileCheck %s -check-prefix=YAML < %t.opt.yaml
4 ; RUN: FileCheck %s -check-prefix=YAML < %t.opt.yaml
32 ; Checking to see if YAML file is generated and contains remarks
33 ;YAML: --- !Passed
34 ;YAML-NEXT: Pass: sample-profile
35 ;YAML-NEXT: Name: HotInline
36 ;YAML-NEXT: DebugLoc: { File: remarks.cc, Line: 13, Column: 21 }
37 ;YAML-NEXT: Function: main
38 ;YAML-NEXT: Args:
39 ;YAML-NEXT: - String: 'inlined hot callee '''
[all …]
/external/llvm/docs/
DYamlIO.rst2 YAML I/O
8 Introduction to YAML
11 YAML is a human readable data serialization language. The full YAML language
53 verbose, so YAML offers an alternate syntax for sequences called a "Flow
69 Introduction to YAML I/O
72 The use of indenting makes the YAML easy for a human to read and understand,
73 but having a program read and write YAML involves a lot of tedious details.
74 The YAML I/O library structures and simplifies reading and writing YAML
77 YAML I/O assumes you have some "native" data structures which you want to be
78 able to dump as YAML and recreate from YAML. The first step is to try
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DYamlIO.rst2 YAML I/O
8 Introduction to YAML
11 YAML is a human readable data serialization language. The full YAML language
53 verbose, so YAML offers an alternate syntax for sequences called a "Flow
69 Introduction to YAML I/O
72 The use of indenting makes the YAML easy for a human to read and understand,
73 but having a program read and write YAML involves a lot of tedious details.
74 The YAML I/O library structures and simplifies reading and writing YAML
77 YAML I/O assumes you have some "native" data structures which you want to be
78 able to dump as YAML and recreate from YAML. The first step is to try
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dremark_listcost.ll2 ; RUN: FileCheck --input-file=%t --check-prefix=YAML %s
18 ; YAML: Pass: slp-vectorizer
19 ; YAML-NEXT: Name: NotBeneficial
20 ; YAML-NEXT: Function: vsub2_test
21 ; YAML-NEXT: Args:
22 ; YAML-NEXT: - String: 'List vectorization was possible but not beneficial with cost '
23 ; YAML-NEXT: - Cost: '0'
24 ; YAML-NEXT: - String: ' >= '
25 ; YAML-NEXT: - Treshold: '0'
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp34 yaml::Output YAML(YamlContentStream); in TEST() local
35 YAML << Doc; in TEST()
69 yaml::Input YAML(YamlContent); in TEST() local
70 YAML >> DocActual; in TEST()
71 ASSERT_FALSE(YAML.error()); in TEST()
96 yaml::Input YAML(YamlContent); in TEST() local
97 YAML >> DocActual; in TEST()
98 ASSERT_FALSE(YAML.error()); in TEST()

12345678910>>...13