Home
last modified time | relevance | path

Searched refs:Undo (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Interpreter/
H A DInterpreterTest.cpp143 auto Err1 = Interp->Undo(); in TEST()
148 auto Err3 = Interp->Undo(2); in TEST()
155 auto Err5 = Interp->Undo(); in TEST()
161 auto Err8 = Interp->Undo(); in TEST()
172 auto Err12 = Interp->Undo(); in TEST()
/llvm-project-15.0.7/libunwind/test/
H A Dremember_state_leak.pass.sh.s62 addq $8, %rsp # Undo stack alignment adjustment
/llvm-project-15.0.7/clang/include/clang/Interpreter/
H A DInterpreter.h73 llvm::Error Undo(unsigned N = 1);
/llvm-project-15.0.7/clang/tools/clang-repl/
H A DClangRepl.cpp115 if (auto Err = Interp->Undo()) in main()
/llvm-project-15.0.7/clang/lib/Headers/cuda_wrappers/
H A Dnew32 // Undo the include guard and try again later.
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp264 llvm::Error Interpreter::Undo(unsigned N) { in Undo() function in Interpreter
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcommute-compares.ll250 ; FIXME: Undo canonicalization to gt (x + 1) since it doesn't use the inline imm
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DVOP3Instructions.td735 // Undo sub x, c -> add x, -c canonicalization since c is more likely
H A DVOP3PInstructions.td124 // Undo sub x, c -> add x, -c canonicalization since c is more likely
H A DVOP2Instructions.td979 // Undo sub x, c -> add x, -c canonicalization since c is more likely
H A DSIInstructions.td2833 // Undo sub x, c -> add x, -c canonicalization since c is more likely