| /llvm-project-15.0.7/llvm/test/Object/AArch64/ |
| H A D | chained-fixups-header.test | 2 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \ 6 HEADER1: truncated or malformed object (bad chained fixups: unknown version: 171) 8 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \ 12 HEADER2: truncated or malformed object (bad chained fixups: unknown imports format: 171) 14 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \ 18 HEADER3: truncated or malformed object (bad chained fixups: image starts offset 1 overlaps with cha… 20 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \ 24 HEADER4: truncated or malformed object (bad chained fixups: image starts end 33031 extends past end…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | swp-chain-refs.ll | 5 ; Test that we do not schedule chained references too far apart, 7 ; not be pipelined when the chained references are constrained correctly.
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | chain-predecl.m | 4 // Test predeclarations across chained PCH.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 114 Precompiled headers can be chained. When you create a PCH while including an 121 mechanisms behind chained precompiled headers are discussed in a :ref:`later 122 section <pchinternals-chained>`. 190 A chained PCH file (that is, one that references another PCH) and a module 195 For chained precompiled headers, the language options, target architecture and 458 .. _pchinternals-chained: 483 the semantic model of chained precompiled headers, because the most-recent 502 When writing a chained precompiled header, Clang attempts to write only 517 stored in the chained precompiled header file and will be loaded along with 525 Modules generalize the chained precompiled header model yet further, from a [all …]
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/arm/ |
| H A D | memchr.S | 83 sel r6, r5, r7 @ chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVERSION 111 @ r5 has the 00/ff pattern for the first word, r6 has the chained value
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | tripcount_compute.ll | 94 ; CHECK-LABEL: @chained( 97 define i32 @chained() {
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | exceptions.m | 114 // This is a switch or maybe some chained branches, but relying 119 // This is a switch or maybe some chained branches, but relying
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-collect-loh-garbage-crash.ll | 3 ; Check that the LOH analysis does not crash when the analysed chained
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | strip-all.test | 5 # RUN: yaml2obj %p/Inputs/strip-chained-fixups.yaml -o %t.fixups
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 302 Origin chained = Origin::CreateChainedOrigin(o, stack); in ChainOrigin() local 303 return chained.raw_id(); in ChainOrigin()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | dag-combine-01.ll | 2 ; incorrectly drop a chain dependency to a store previously chained to
|
| H A D | vec-move-08.ll | 446 ; Test a v4i32 gather where the load is chained. 462 ; Test a v2i64 gather where the load is chained.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | crash.ll | 27 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 227 Origin chained = Origin::CreateChainedOrigin(o, stack); in ChainOrigin() local 228 return chained.raw_id(); in ChainOrigin()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | sparse_vector_chain.mlir | 18 // while-loop are chained before horizontally reducing these back to scalar.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
| H A D | it-block-chain.mir | 4 # IT-block with 3 statements, all chained together.
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | UnderstandingTheIRStructure.md | 281 The uses of a `Value` (`OpOperand` or `BlockOperand`) are also chained in a
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DebugActions.md | 220 that sequences of `skip`/`count` will not be chained.
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM7.td | 469 // Double-precision chained MAC stalls the pipeline behind it for 3 cycles,
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
| H A D | ivchain-ARM.ll | 38 ; @user is not currently chained because the IV is live across memory ops.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/ |
| H A D | ivchain-X86.ll | 91 ; @user is not currently chained because the IV is live across memory ops.
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl07.rst | 611 return the computed value. Returning a value allows for chained
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | BackEnds.rst | 170 chained by matching styles, returning false on no match.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AliasAnalysis.rst | 411 multiple ``AliasAnalysis`` queries are chained together, it would make sense to
|