Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Interpreter/
H A Dcode-undo.cpp10 %undo
18 %undo
25 %undo
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_tab.c190 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 D2007-12-21-Crash.ll12 %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 Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dtest-merge-blocks.mlir22 // after adding an operation into it. Check that we can undo block
H A Dtest-legalizer.mlir224 // 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 Dexpect.ll6 ; backend can't undo. Expect lowering becomes metadata,
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP110.rst29 Fortunately, this optimization can undo this by looking at its usage.
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h319 void undo(UndoLogEntry entry);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2715 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 DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dencode.mm92 …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 DAPINotes.rst163 "available" can be used in the "SwiftVersions" section to undo the effect of
H A DClangFormat.rst160 or save any files. To revert a formatting, just undo.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcodegen-prepare-addrmode-sext.ll251 ; 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 DSimplex.cpp1195 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 Dmadak.ll39 ; optimization and if we fold the immediate multiple times, we'll undo
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregengine.inc680 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 Drv.ll169 ; could undo the retain.
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/
H A Divchain-ARM.ll76 ; chaining feature should now undo the damage.
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Divchain-X86.ll174 ; chaining feature should now undo the damage.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dphi-equal-incoming-pointers.ll4 ; Make sure GVN won't undo the transformation:
H A Dmul-inseltpoison.ll686 ; Check we do not undo the canonicalization of 0 - (X * Y), if Y is a constant
H A Dmul.ll898 ; 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 DPPCInstrMMA.td306 // We define XXSETACCZ as rematerializable to undo CSE of that intrinsic in

12