| /llvm-project-15.0.7/clang/test/Interpreter/ |
| H A D | code-undo.cpp | 10 %undo 18 %undo 25 %undo
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_tab.c | 190 free(undo); in free_undo_record() 197 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { in free_undo() 198 next = undo->next; in free_undo() 201 tab->top = undo; in free_undo() 810 if (!undo) in push_union() 813 undo->u = u; in push_union() 815 tab->top = undo; in push_union() 4004 return undo->u.callback->run(undo->u.callback); in perform_undo() 4022 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { in isl_tab_rollback() 4035 tab->top = undo; in isl_tab_rollback() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | 2007-12-21-Crash.ll | 12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1] 24 %tmp12 = tail call i32 (...) @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-crash.ll | 3 ; ModuleID = 'undo.c'
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | test-merge-blocks.mlir | 22 // after adding an operation into it. Check that we can undo block
|
| H A D | test-legalizer.mlir | 224 // Check that we can undo block creation, i.e. that the block was removed. 254 // Check that we can undo block removal successfully.
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | expect.ll | 6 ; backend can't undo. Expect lowering becomes metadata,
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP110.rst | 29 Fortunately, this optimization can undo this by looking at its usage.
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Simplex.h | 319 void undo(UndoLogEntry entry);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2715 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::InstructionMoveBefore 2741 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::OperandSetter 2773 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::OperandsHider 2799 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::TruncBuilder 2825 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::SExtBuilder 2852 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::ZExtBuilder 2874 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::TypeMutator 2926 void undo() override { in undo() function in __anon78e22a880a11::TypePromotionTransaction::UsesReplacer 2981 Replacer->undo(); in undo() 2982 Hider.undo(); in undo() [all …]
|
| H A D | README.txt | 137 collector. Still, LLVM optimizations would probably undo a front-end's careful
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | encode.mm | 92 …his difference is due to D76801. It was probably an unintentional change. Maybe we want to undo it?
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | APINotes.rst | 163 "available" can be used in the "SwiftVersions" section to undo the effect of
|
| H A D | ClangFormat.rst | 160 or save any files. To revert a formatting, just undo.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | codegen-prepare-addrmode-sext.ll | 251 ; Each type of those promotions has to be undo at least once during this 268 ; Test the InstructionRemover undo, which was the only one not
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 1195 void SimplexBase::undo(UndoLogEntry entry) { in undo() function in SimplexBase 1260 undo(undoLog.back()); in rollback()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | madak.ll | 39 ; optimization and if we fold the immediate multiple times, we'll undo
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regengine.inc | 680 case OLPAREN: /* must undo assignment if rest fails */ 691 case ORPAREN: /* must undo assignment if rest fails */
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | rv.ll | 169 ; could undo the retain.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
| H A D | ivchain-ARM.ll | 76 ; chaining feature should now undo the damage.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/ |
| H A D | ivchain-X86.ll | 174 ; chaining feature should now undo the damage.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | phi-equal-incoming-pointers.ll | 4 ; Make sure GVN won't undo the transformation:
|
| H A D | mul-inseltpoison.ll | 686 ; Check we do not undo the canonicalization of 0 - (X * Y), if Y is a constant
|
| H A D | mul.ll | 898 ; Check we do not undo the canonicalization of 0 - (X * Y), if Y is a constant
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrMMA.td | 306 // We define XXSETACCZ as rematerializable to undo CSE of that intrinsic in
|