Home
last modified time | relevance | path

Searched refs:Later (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 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 Dasm-goto.cpp18 asm goto("jmp %l0;" ::::Later); in test1()
22 Later: in test1()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp837 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 Dpdb-longname-truncation.test1 ; 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 Dcxx98-compat.cpp279 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 Dcode_placement_no_header_change.ll7 ; Later backedge1 and backedge2 is rotated before loop header.
H A Dcrash-lre-eliminate-dead-def.ll30 ; Later v2 gets remove as well (e.g., because we
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dmultiple-scops-in-a-row.ll7 ; We explicitly check here that the second scop is not code generated. Later
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Drust-avr-bug-112.ll7 ; instruction. Later in the pipeline, the frame index
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dload-shift-combine.ll5 ; load. Later the pre-increment load is combined with a subsequent SRL to
H A Dexpand-contiguous-isel.ll9 ; Later the register coalescer figures out it could further coalesce %vreg85 with %vreg83:
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dglobal_metadata_windows.ll5 ; FIXME: Later we can use this to instrument linkonce odr string literals.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dlive-debug-variables.ll7 ; scope of each. Later during register allocation the live interval is split
/llvm-project-15.0.7/lldb/cmake/modules/
H A DLLDBFramework.cmake72 # into a staging directory. Later we can copy over the entire folder.
/llvm-project-15.0.7/llvm/test/Transforms/AddDiscriminators/
H A Dmemcpy-discriminator.ll35 ; Later on, mem2reg successfully promotes the new alloca slices to registers,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp787 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 Dindex.rst62 support. Later chapters show how to generate .o files.
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dbufferize.mlir10 // Later tests will not check all these details.
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite105 Later versions of unittest2 include changes in unittest made in Python 3.2 and
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md202 /// Later, we can query if a specific operation(like 'MyOp') overrides the given
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1234 instructions. Later, the code in ``XXXISelLowering.cpp`` replaces or removes