Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Preprocessor/
H A D_Pragma-in-macro-arg.c23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop argument
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-wrapper.swig31 // Pop error message from the stack.
60 // Pop error message from the stack.
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h47 T *Pop() { in Pop() function
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Doption-pushpop.s52 .option pop # Pop relax=true, rvc=false
64 .option pop # Pop relax=false, rvc=false
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr11468.ll27 ; Pop saved registers.
H A Dx86-64-intrcc.ll147 ; Pop off both the error code and the 8 byte alignment adjustment from the
/llvm-project-15.0.7/polly/lib/External/isl/
H A DAUTHORS52 Sebastian Pop
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp458 unsigned &Pop = Popularity[I.BB]; in ProcessSwitchInst() local
459 if ((Pop += N) > MaxPop) { in ProcessSwitchInst()
460 MaxPop = Pop; in ProcessSwitchInst()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp292 FuzzJob *Pop() { in Pop() function
304 while (auto Job = FuzzQ->Pop()) { in WorkerThread()
385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleV6.td142 // Pop, def is the 3rd operand.
145 // Pop + branch, def is the 3rd operand.
H A DARMScheduleA8.td167 // Pop, def is the 3rd operand.
H A DARMScheduleA9.td308 // Pop, def is the 3rd operand.
317 // Pop + branch, def is the 3rd operand.
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.h105 AsanChunk *Pop();
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1970 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local
1971 while (Pop->getOpcode() == TargetOpcode::CFI_INSTRUCTION || in emitEpilogue()
1972 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue()
1973 Pop = std::prev(Pop); in emitEpilogue()
1976 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue()
1982 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, EmitCFI, in emitEpilogue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h504 void Pop() { in Pop() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td413 def Pop : Opcode {
H A DInterp.h286 bool Pop(InterpState &S, CodePtr OpPC) { in Pop() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dthumb1_return_sequence.ll103 ; Pop the value of LR into a scratch lo register other than r0 (it is
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrData.td444 /// Pushe/Pop to/from SP for simplicity
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst369 // Pop off the lexical block for the function since we added it
H A DLangImpl07.rst847 // Pop all our variables from scope.
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1452 enum ActionType { Push, Pop, Attribute }; enumerator
1721 if (Info->Action == PragmaAttributeInfo::Pop) { in HandlePragmaAttribute()
3819 Info->Action = PragmaAttributeInfo::Pop; in HandlePragma()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1194 m_io_handler_stack.Pop(); in PopIOHandler()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1477 void Pop() { in Pop() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp486 void Pop();
2079 void FuncResultStack::Pop() { in Pop() function in Fortran::semantics::FuncResultStack
2240 funcResultStack_.Pop(); in PopScope()

12