| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | _Pragma-in-macro-arg.c | 23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop argument
|
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 31 // 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 D | sanitizer_lfstack.h | 47 T *Pop() { in Pop() function
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | option-pushpop.s | 52 .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 D | pr11468.ll | 27 ; Pop saved registers.
|
| H A D | x86-64-intrcc.ll | 147 ; 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 D | AUTHORS | 52 Sebastian Pop
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 458 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 D | FuzzerFork.cpp | 292 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 D | ARMScheduleV6.td | 142 // Pop, def is the 3rd operand. 145 // Pop + branch, def is the 3rd operand.
|
| H A D | ARMScheduleA8.td | 167 // Pop, def is the 3rd operand.
|
| H A D | ARMScheduleA9.td | 308 // 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 D | asan_allocator.h | 105 AsanChunk *Pop();
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 1970 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 D | IOHandler.h | 504 void Pop() { in Pop() function
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 413 def Pop : Opcode {
|
| H A D | Interp.h | 286 bool Pop(InterpState &S, CodePtr OpPC) { in Pop() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | thumb1_return_sequence.ll | 103 ; 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 D | M68kInstrData.td | 444 /// Pushe/Pop to/from SP for simplicity
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 369 // Pop off the lexical block for the function since we added it
|
| H A D | LangImpl07.rst | 847 // Pop all our variables from scope.
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1452 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 D | Debugger.cpp | 1194 m_io_handler_stack.Pop(); in PopIOHandler()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1477 void Pop() { in Pop() function
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 486 void Pop(); 2079 void FuncResultStack::Pop() { in Pop() function in Fortran::semantics::FuncResultStack 2240 funcResultStack_.Pop(); in PopScope()
|