Home
last modified time | relevance | path

Searched refs:them (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dinline-asm-reserved-regs.ll4 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
12 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
20 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
28 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
36 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
/llvm-project-15.0.7/clang/test/Analysis/Checkers/
H A DRunLoopAutoreleaseLeakChecker.m32 …ed by the launch of main run loop may never get released; consider moving them to a separate autor…
51 …ollowed by the launch of xpc_main may never get released; consider moving them to a separate autor…
59 …ed by the launch of main run loop may never get released; consider moving them to a separate autor…
84 …ed by the launch of main run loop may never get released; consider moving them to a separate autor…
94 …ed by the launch of main run loop may never get released; consider moving them to a separate autor…
125 …ollowed by the launch of xpc_main may never get released; consider moving them to a separate autor…
159 …ed by the launch of main run loop may never get released; consider moving them to a separate autor…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dnot-and-simplify.ll5 ; Clear high bits via shift, set them with xor (not), then mask them off.
33 ; Clear low bits via shift, set them with xor (not), then mask them off.
H A Dlsr-nonaffine.ll4 ; doesn't know how to do anything with them, and when it tries, it
5 ; gets SCEVExpander's current expansion for them, which is suboptimal.
H A Dgcc_except_table_functions.ll5 ; to do with them, other EH schemes such as SEH might use them.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2003-01-23-CygwinNotes.txt18 change them to have .a's.
26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
27 you can just take them out.
/llvm-project-15.0.7/mlir/test/Dialect/Shape/
H A Dinvalid.mlir93 …e of the operands can hold error values then the result must be of type `shape` to propagate them}}
109 …ne of the operands can hold error values then the result must be of type `size` to propagate them}}
118 …ne of the operands can hold error values then the result must be of type `size` to propagate them}}
126 …ne of the operands can hold error values then the result must be of type `size` to propagate them}}
134 …ne of the operands can hold error values then the result must be of type `size` to propagate them}}
142 …ne of the operands can hold error values then the result must be of type `size` to propagate them}}
150 …e of the operands can hold error values then the result must be of type `shape` to propagate them}}
160 …e of the operands can hold error values then the result must be of type `shape` to propagate them}}
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
77 // SearchForAddressOfSymbol to find them. As such, we special case them here,
78 // there is only a small handful of them.
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DClangClCMakeCompileRules.cmake7 # up, so we can just modify them instead of duplicating them entirely.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcopy-cpsr.ll7 ; is carried in the DAG because duplicating them can be more expensive than
13 ; + We want them to split after an initial common prefix (so that a single
17 ; + We want the chains to be long enough that duplicating them is expensive.
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dnon-simple-memory-accesses.ll4 ; how to handle them correctly and the Alias Set Tracker models some of them
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dinline-asm-clobber-warning.ll13 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
22 …lobber list may not be preserved across the asm statement, and clobbering them may lead to undefin…
/llvm-project-15.0.7/llvm/utils/llvm-lit/
H A DCMakeLists.txt10 # and site config (in the build tree) pairs. Make them relative to
11 # llvm-lit and then convert them to map_config() calls.
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dpr15851_hang.ll8 ; and leave them alone. A subsequent pass will remove them from @f.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcaveats.rst30 them using a utility (such as ``pip``) from the same Python distribution as
53 Similarly, to install packages and be able to use them from within lldb, you'll
54 need to install them with the matching ``pip3``.
/llvm-project-15.0.7/llvm/test/Other/
H A Dcan-execute.txt6 * Directories are executable, but we don't want to try to execute them.
7 * For shell scripts, we also need to be able to read them.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-source-names.test1 # Test that we can write source file names to PDBs and read them back.
4 # will cause them to be read back empty or truncated. To guard
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dfuncall.ll7 ; contain a limited set of function calls and none of them sets the rounding
8 ; mode, so vectorizing them is safe.
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dgnu-method-only-once.m6 // CGObjCGNU had to collect them and merge them. One of the places where this
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def799 // handles them.
804 // handles them.
809 // handles them.
814 // handles them.
824 // handles them.
829 // handles them.
834 // handles them.
839 // handles them.
844 // handles them.
849 // handles them.
[all …]
/llvm-project-15.0.7/bolt/test/X86/
H A Dsplit-func-jump-table-fragment-bidirection.s3 # of them has split jump table. As a result, all of them will be marked as
/llvm-project-15.0.7/clang/test/Parser/
H A Dattributes.mm16 …ror {{postfix attributes are not allowed on Objective-C directives, place them in front of '@inter…
25 …ror {{postfix attributes are not allowed on Objective-C directives, place them in front of '@proto…
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dtypedefs.test8 ; and line information for them is not tested.
11 ; is no information in the PDB to distinguish them. So the compiler type for
12 ; both of them is the same.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-2.yaml1 # In file 1 we set up some basic types and IDs to refer to them. In this file
2 # we will set up the same types. For some of them we will make them identical
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dreplace-disallow-copy-and-assign-macro.rst6 Finds macro expansions of ``DISALLOW_COPY_AND_ASSIGN(Type)`` and replaces them
11 effectively makes them unusable to the public API of a class.

12345678910>>...47