Home
last modified time | relevance | path

Searched refs:Push (Results 1 – 25 of 80) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp67 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 DX86CallFrameOptimization.cpp510 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 Dtsan_ilist.h68 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 DFuzzerFork.cpp285 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 Dlua-wrapper.swig16 // Push the Lua wrappers
50 // Push the Lua wrappers
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h35 void Push(T *p) { in Push() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.h140 void Push(uint64_t progress_id, const char *message, uint64_t completed,
H A DProgressEvent.cpp213 void ProgressEventReporter::Push(uint64_t progress_id, const char *message, in Push() function in ProgressEventReporter
H A DVSCode.cpp326 progress_event_reporter.Push(progress_id, message, completed, total); in SendProgressEvent()
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A D0nothread.t49 is($array[-1],$val[1],"Push worked");
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h280 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 Dasan_allocator.h103 void Push(AsanChunk *n);
/openbsd-src/regress/usr.bin/make/
H A Dmk1690 CGI::Push 3p lib/CGI/Push.pm \
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi167 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 Djavaop.def74 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 DIOHandler.h473 void Push(const lldb::IOHandlerSP &sp) { in Push() function
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm110 ! Push the environment vector pointer, the argument vector pointer,
H A Dsol2-gc1.asm123 ! Push the environment vector pointer, the argument vector pointer,
H A Dpentium.md185 ;; Push and pop instructions have 1 cycle latency and special
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-gc1.asm123 ! Push the environment vector pointer, the argument vector pointer,
H A Dsol2-c1.asm110 ! Push the environment vector pointer, the argument vector pointer,
H A Dpentium.md185 ;; Push and pop instructions have 1 cycle latency and special
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp511 signal_array.Push(dictionary); in Handle_jSignalsInfo()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-bfin.texi67 Some instructions (such as --SP (Push Multiple)) require a group of
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1506 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()

1234