| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCAPElim.cpp | 67 Instruction *Push = nullptr; in OptimizeBB() local 71 Push = &Inst; in OptimizeBB() 76 if (Push && cast<CallInst>(&Inst)->getArgOperand(0) == Push) { in OptimizeBB() 82 << " Push: " << *Push in OptimizeBB() 85 Push->eraseFromParent(); in OptimizeBB() 87 Push = nullptr; in OptimizeBB() 91 Push = nullptr; in OptimizeBB()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 510 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local 533 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence() 534 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 561 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence() 565 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence() 566 Push->cloneMergedMemRefs(MF, {DefMov, &*Store}); in adjustCallSequence() 570 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence() 573 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 584 MBB, std::next(Push), DL, in adjustCallSequence()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 68 void Push(Elem* e, INode* after); 83 Push(e, &node_); in PushFront() 88 Push(e, node_.prev_); in PushBack() 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 285 void Push(FuzzJob *Job) { in Push() function 307 MergeQ->Push(Job); in WorkerThread() 370 FuzzQ.Push(nullptr); in FuzzWithFork() 371 MergeQ.Push(nullptr); in FuzzWithFork() 381 FuzzQ.Push(Env.CreateNewJob(JobId++)); in FuzzWithFork() 478 FuzzQ.Push(Env.CreateNewJob(JobId++)); in FuzzWithFork()
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 16 // Push the Lua wrappers 50 // Push the Lua wrappers
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 35 void Push(T *p) { in Push() function
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | ProgressEvent.h | 140 void Push(uint64_t progress_id, const char *message, uint64_t completed,
|
| H A D | ProgressEvent.cpp | 213 void ProgressEventReporter::Push(uint64_t progress_id, const char *message, in Push() function in ProgressEventReporter
|
| H A D | VSCode.cpp | 326 progress_event_reporter.Push(progress_id, message, completed, total); in SendProgressEvent()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | 0nothread.t | 49 is($array[-1],$val[1],"Push worked");
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 280 void Push(const ObjectSP &item) { m_items.push_back(item); } in Push() function 400 array_sp->Push(key_object_sp); in GetKeys()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 103 void Push(AsanChunk *n);
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 90 CGI::Push 3p lib/CGI/Push.pm \
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | agentexpr.texi | 167 Push the value of register 1 (presumably holding @code{x}) onto the 171 Push the value of register 2 (holding @code{y}). 174 Push the address of @code{z} onto the stack. 231 Push the 8-bit integer constant @var{n} on the stack, without sign 366 natural target endianness. Push the fetched value as an unsigned 383 Push another copy of the stack's top element. 416 Push the integer constant @var{n} on the stack, without sign extension. 429 Push the value of register number @var{n}, without sign extension. The
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | javaop.def | 74 PUSHC: Push a constant onto the operand stack. 79 LOAD: Push a value from a local variable onto the operand stack.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 473 void Push(const lldb::IOHandlerSP &sp) { in Push() function
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | sol2-c1.asm | 110 ! Push the environment vector pointer, the argument vector pointer,
|
| H A D | sol2-gc1.asm | 123 ! Push the environment vector pointer, the argument vector pointer,
|
| H A D | pentium.md | 185 ;; Push and pop instructions have 1 cycle latency and special
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | sol2-gc1.asm | 123 ! Push the environment vector pointer, the argument vector pointer,
|
| H A D | sol2-c1.asm | 110 ! Push the environment vector pointer, the argument vector pointer,
|
| H A D | pentium.md | 185 ;; Push and pop instructions have 1 cycle latency and special
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 511 signal_array.Push(dictionary); in Handle_jSignalsInfo()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-bfin.texi | 67 Some instructions (such as --SP (Push Multiple)) require a group of
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1506 enum ActionType { Push, Pop, Attribute }; enumerator 1781 assert((Info->Action == PragmaAttributeInfo::Push || in HandlePragmaAttribute() 1785 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) { in HandlePragmaAttribute() 1944 if (Info->Action == PragmaAttributeInfo::Push) in HandlePragmaAttribute() 3871 Info->Action = PragmaAttributeInfo::Push; in HandlePragma() 3884 if ((Info->Action == PragmaAttributeInfo::Push && Tok.isNot(tok::eod)) || in HandlePragma()
|