| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | ThreadingTests.cpp | 133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local 135 EXPECT_FALSE(Later()); in TEST() 136 EXPECT_FALSE(Later()); in TEST() 137 EXPECT_FALSE(Later()); in TEST()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | asm-goto.cpp | 18 asm goto("jmp %l0;" ::::Later); in test1() 22 Later: in test1()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 837 const ParseMemoryInst &Later); 923 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch() 927 Intrinsic::ID IDL = Later->getIntrinsicID(); in isNonTargetIntrinsicMatch() 936 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later)) in isNonTargetIntrinsicMatch() 938 if (!isa<UndefValue>(ThruOp(Later))) in isNonTargetIntrinsicMatch() 940 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 947 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier))) in isNonTargetIntrinsicMatch() 949 return isa<UndefValue>(ThruOp(Later)); in isNonTargetIntrinsicMatch() 955 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 1176 Earlier.getValueType() != Later.getValueType()) in overridingStores() [all …]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdb-longname-truncation.test | 1 ; For now just verify that this doesn't cause an error. Later we pdbdump can
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx98-compat.cpp | 279 void *Table[] = {&&DirectJump, &&Later}; in JumpDiagnostics() 283 Later: // expected-note {{possible target of indirect goto statement}} in JumpDiagnostics()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | code_placement_no_header_change.ll | 7 ; Later backedge1 and backedge2 is rotated before loop header.
|
| H A D | crash-lre-eliminate-dead-def.ll | 30 ; Later v2 gets remove as well (e.g., because we
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | multiple-scops-in-a-row.ll | 7 ; We explicitly check here that the second scop is not code generated. Later
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | rust-avr-bug-112.ll | 7 ; instruction. Later in the pipeline, the frame index
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | load-shift-combine.ll | 5 ; load. Later the pre-increment load is combined with a subsequent SRL to
|
| H A D | expand-contiguous-isel.ll | 9 ; Later the register coalescer figures out it could further coalesce %vreg85 with %vreg83:
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | global_metadata_windows.ll | 5 ; FIXME: Later we can use this to instrument linkonce odr string literals.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | live-debug-variables.ll | 7 ; scope of each. Later during register allocation the live interval is split
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 72 # into a staging directory. Later we can copy over the entire folder.
|
| /llvm-project-15.0.7/llvm/test/Transforms/AddDiscriminators/ |
| H A D | memcpy-discriminator.ll | 35 ; Later on, mem2reg successfully promotes the new alloca slices to registers,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 787 for (auto *Later : CurrentLoadsAndStores) { in checkDependencies() local 788 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | index.rst | 62 support. Later chapters show how to generate .o files.
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | bufferize.mlir | 10 // Later tests will not check all these details.
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | README-TestSuite | 105 Later versions of unittest2 include changes in unittest made in Python 3.2 and
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Interfaces.md | 202 /// Later, we can query if a specific operation(like 'MyOp') overrides the given
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1234 instructions. Later, the code in ``XXXISelLowering.cpp`` replaces or removes
|