Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Object/AArch64/
H A Dchained-fixups-header.test2 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 Dswp-chain-refs.ll5 ; 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 Dchain-predecl.m4 // Test predeclarations across chained PCH.
/llvm-project-15.0.7/clang/docs/
H A DPCHInternals.rst114 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 Dmemchr.S83 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 Dtripcount_compute.ll94 ; CHECK-LABEL: @chained(
97 define i32 @chained() {
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dexceptions.m114 // 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 D2011-06-03-x87chain.ll6 ; Insure x87 ops are properly chained, order preserved.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh-garbage-crash.ll3 ; 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 Dstrip-all.test5 # RUN: yaml2obj %p/Inputs/strip-chained-fixups.yaml -o %t.fixups
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.cpp302 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 Ddag-combine-01.ll2 ; incorrectly drop a chain dependency to a store previously chained to
H A Dvec-move-08.ll446 ; 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 Dcrash.ll27 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan.cpp227 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 Dsparse_vector_chain.mlir18 // while-loop are chained before horizontally reducing these back to scalar.
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dit-block-chain.mir4 # IT-block with 3 statements, all chained together.
/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DUnderstandingTheIRStructure.md281 The uses of a `Value` (`OpOperand` or `BlockOperand`) are also chained in a
/llvm-project-15.0.7/mlir/docs/
H A DDebugActions.md220 that sequences of `skip`/`count` will not be chained.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleM7.td469 // Double-precision chained MAC stalls the pipeline behind it for 3 cycles,
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/
H A Divchain-ARM.ll38 ; @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 Divchain-X86.ll91 ; @user is not currently chained because the IV is live across memory ops.
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl07.rst611 return the computed value. Returning a value allows for chained
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst170 chained by matching styles, returning false on no match.
/llvm-project-15.0.7/llvm/docs/
H A DAliasAnalysis.rst411 multiple ``AliasAnalysis`` queries are chained together, it would make sense to

12