Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp94 Instruction *Push = nullptr; in OptimizeBB() local
99 Push = Inst; in OptimizeBB()
104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB()
110 << " Push: " << *Push in OptimizeBB()
113 Push->eraseFromParent(); in OptimizeBB()
115 Push = nullptr; in OptimizeBB()
119 Push = nullptr; in OptimizeBB()
/freebsd-12.1/contrib/bearssl/T0/
H A DT0Comp.cs384 cpu.Push(tv); in T0Comp()
417 cpu.Push(tv); in T0Comp()
691 cpu.Push(v); in T0Comp()
763 cpu.Push(c); in T0Comp()
834 cpu.Push(a); in T0Comp()
862 cpu.Push(a); in T0Comp()
866 cpu.Push(-ax); in T0Comp()
871 cpu.Push(ax * bx); in T0Comp()
876 cpu.Push(ax / bx); in T0Comp()
960 cpu.Push(~ax); in T0Comp()
[all …]
H A DOpcodeGetLocal.cs39 cpu.Push(cpu.GetLocal(num)); in Run()
H A DOpcodeConst.cs39 cpu.Push(val); in Run()
H A DWordData.cs78 cpu.Push(new TValue(offset, new TPointerBlob(blob))); in Run()
H A DCPU.cs105 internal void Push(TValue v) in Push() method in CPU
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc391 virtual void Push(const T& value) = 0;
403 MOCK_METHOD1_T(Push, void(const T& elem));
424 EXPECT_CALL(mock, Push(_)); in TEST()
432 mock.Push(5); in TEST()
461 STDMETHOD_(void, Push)(const T& value) = 0;
473 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem));
490 EXPECT_CALL(mock, Push(_)); in TEST()
498 mock.Push(5); in TEST()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h75 void Push(Thread *t) { in Push() function
125 live_list_.Push(t); in CreateCurrentThread()
138 free_list_.Push(t); in ReleaseThread()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp504 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local
527 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence()
554 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence()
558 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence()
563 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence()
576 MBB, std::next(Push), DL, in adjustCallSequence()
/freebsd-12.1/stand/i386/pxeldr/
H A Dpxeldr.S268 pushl %eax # Push it onto the stack
269 loop push_arg # Push all of the arguments
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h36 void Push(T *p) { in Push() function
/freebsd-12.1/stand/i386/cdboot/
H A Dcdboot.S530 push %eax # Push it onto the stack
531 loop push_arg # Push all of the arguments
/freebsd-12.1/stand/ficl/softwords/
H A Dficlclass.fr21 \ Push word's name...
/freebsd-12.1/stand/i386/btx/lib/
H A Dbtxv86.s52 pushl $__v86 # Push pointer
/freebsd-12.1/sys/dts/
H A Dbindings-gpio.txt88 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h273 void Push(ObjectSP item) { m_items.push_back(item); } in Push() function
373 object_sp->Push(key_object_sp); in GetKeys()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h105 void Push(AsanChunk *n);
/freebsd-12.1/contrib/gdb/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
/freebsd-12.1/sys/gnu/dts/arm/
H A Dorion5x-lacie-d2-network.dts44 label = "Front Push Button";
H A Dam3517-evm.dts44 label = "User Push Button";
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h526 void Push(const lldb::IOHandlerSP &sp) { in Push() function
/freebsd-12.1/contrib/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,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp1146 enum ActionType { Push, Pop, Attribute }; enumerator
1408 assert((Info->Action == PragmaAttributeInfo::Push || in HandlePragmaAttribute()
1412 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) { in HandlePragmaAttribute()
1565 if (Info->Action == PragmaAttributeInfo::Push) in HandlePragmaAttribute()
3199 Info->Action = PragmaAttributeInfo::Push; in HandlePragma()
3212 if ((Info->Action == PragmaAttributeInfo::Push && Tok.isNot(tok::eod)) || in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp417 signal_array.Push(dictionary); in Handle_jSignalsInfo()

123