Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCAPElim.cpp97 Instruction *Push = nullptr; in OptimizeBB() local
102 Push = Inst; in OptimizeBB()
107 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB()
112 << " Push: " << *Push << "\n"); in OptimizeBB()
114 Push->eraseFromParent(); in OptimizeBB()
116 Push = nullptr; in OptimizeBB()
120 Push = nullptr; in OptimizeBB()
/NextBSD/sys/boot/i386/pxeldr/
HDpxeldr.S268 pushl %eax # Push it onto the stack
269 loop push_arg # Push all of the arguments
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_lfstack.h36 void Push(T *p) { in Push() function
HDsanitizer_allocator.h359 region->free_list.Push(b); in DeallocateBatch()
572 region->free_list.Push(b); in PopulateFreeList()
/NextBSD/sys/boot/i386/cdboot/
HDcdboot.S530 push %eax # Push it onto the stack
531 loop push_arg # Push all of the arguments
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86CallFrameOptimization.cpp477 MachineInstr *Push = in adjustCallSequence() local
482 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence()
/NextBSD/sys/boot/ficl/softwords/
HDficlclass.fr21 \ Push word's name...
/NextBSD/sys/boot/i386/btx/lib/
HDbtxv86.s52 pushl $__v86 # Push pointer
/NextBSD/sys/boot/pc98/btx/lib/
HDbtxv86.s52 pushl $__v86 # Push pointer
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_allocator.h96 void Push(AsanChunk *n);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDStructuredData.h360 Push(ObjectSP item) in Push() function
555 array->Push(key_object_sp); in GetKeys()
HDIOHandler.h732 Push (const lldb::IOHandlerSP& sp) in Push() function
/NextBSD/contrib/gdb/gdb/doc/
HDagentexpr.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
/NextBSD/sys/gnu/dts/arm/
HDorion5x-lacie-d2-network.dts43 label = "Front Push Button";
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp279 signal_array.Push(dictionary); in Handle_jSignalsInfo()
/NextBSD/contrib/gcc/config/i386/
HDsol2-gc1.asm123 ! Push the environment vector pointer, the argument vector pointer,
HDsol2-c1.asm110 ! Push the environment vector pointer, the argument vector pointer,
HDpentium.md185 ;; Push and pop instructions have 1 cycle latency and special
/NextBSD/sys/boot/pc98/cdboot/
HDcdboot.S738 push %eax # Push it onto the stack
739 loop push_arg # Push all of the arguments
/NextBSD/contrib/ntp/html/hints/
HDa-ux67 # Push line discipline/set the device so it will print
/NextBSD/contrib/llvm/lib/Support/Windows/
HDProcess.inc216 // Push the filename onto Dir, and remove it afterwards.
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp1038 m_input_reader_stack.Push (reader_sp); in PushIOHandler()
/NextBSD/contrib/gcc/cp/
HDChangeLog.apple495 (cp_parser_block_literal_expr): Push/pop language-c,
/NextBSD/contrib/binutils/ld/
HDChangeLog125 * ldgram.y (extern_name_list): Push to EXP env, move body to ...
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp155 void Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) in Push() function in DIEStack
195 Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) in Push() function in DIEStack::ScopedPopper
198 m_die_stack.Push (cu, die); in Push()
5779 scoped_die_logger.Push (dwarf_cu, die); in ParseType()

123