Searched refs:Push (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp67 Instruction *Push = nullptr; local
71 Push = &Inst;
76 if (Push && cast<CallInst>(&Inst)->getArgOperand(0) == Push) {
82 << " Push: " << *Push local
85 Push->eraseFromParent();
87 Push = nullptr;
91 Push = nullptr;
/freebsd-current/contrib/bearssl/T0/
H A DOpcodeGetLocal.cs39 cpu.Push(cpu.GetLocal(num));
H A DT0Comp.cs384 cpu.Push(tv);
417 cpu.Push(tv);
445 savedWordBuilders.Push(wordBuilder);
489 savedWordBuilders.Push(wordBuilder);
608 cpu.Push(new TValue(0, new TPointerBlob(dataBlock)));
642 cpu.Push(new TValue(dataBlock.Length,
691 cpu.Push(v);
751 cpu.Push(StringToBlob(s));
756 cpu.Push(StringToBlob(s));
763 cpu.Push(
[all...]
H A DWordData.cs78 cpu.Push(new TValue(offset, new TPointerBlob(blob)));
H A DOpcodeConst.cs39 cpu.Push(val);
H A DCPU.cs103 * Push a value on the stack.
105 internal void Push(TValue v) method in class:CPU
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp510 MachineBasicBlock::iterator Push = nullptr; local
524 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp);
525 Push->cloneMemRefs(MF, *Store);
552 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode));
556 Push->addOperand(DefMov->getOperand(i));
557 Push->cloneMergedMemRefs(MF, {DefMov, &*Store});
561 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode))
564 Push->cloneMemRefs(MF, *Store);
575 MBB, std::next(Push), DL,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h11 // The memory passed to Push() must not be ever munmap'ed.
35 void Push(T *p) { function in struct:__sanitizer::LFStack
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h68 void Push(Elem* e, INode* after);
83 Push(e, &node_);
88 Push(e, node_.prev_);
92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { function in class:__tsan::IList
/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S265 pushl %eax # Push it onto the stack
266 loop push_arg # Push all of the arguments
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc540 virtual void Push(const T& value) = 0;
552 MOCK_METHOD(void, Push, (const T& elem), ());
571 MOCK_METHOD1_T(Push, void(const T& elem));
599 EXPECT_CALL(mock, Push(_));
605 mock.Push(5);
632 STDMETHOD_(void, Push)(const T& value) = 0;
644 MOCK_METHOD(void, Push, (const T& elem),
661 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem));
688 EXPECT_CALL(mock, Push(_));
694 mock.Push(
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp285 void Push(FuzzJob *Job) {
307 MergeQ->Push(Job);
370 FuzzQ.Push(nullptr);
371 MergeQ.Push(nullptr);
381 FuzzQ.Push(Env.CreateNewJob(JobId++));
478 FuzzQ.Push(Env.CreateNewJob(JobId++));
/freebsd-current/stand/i386/btx/lib/
H A Dbtxv86.S50 pushl $__v86 # Push pointer
/freebsd-current/stand/efi/include/
H A Defitcp.h152 BOOLEAN Push; member in struct:__anon707
325 BOOLEAN Push; member in struct:__anon720
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S527 push %eax # Push it onto the stack
528 loop push_arg # Push all of the arguments
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h103 void Push(AsanChunk *n);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h265 void Push(const ObjectSP &item) { m_items.push_back(item); } function in namespace:lldb_private
414 array_sp->Push(key_object_sp);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h471 void Push(const lldb::IOHandlerSP &sp) { function in class:lldb_private::IOHandlerStack
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp511 signal_array.Push(dictionary);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1605 enum ActionType { Push, Pop, Attribute }; enumerator in enum:__anon682::PragmaAttributeInfo::ActionType
1880 assert((Info->Action == PragmaAttributeInfo::Push ||
1884 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) {
2045 if (Info->Action == PragmaAttributeInfo::Push)
3979 Info->Action = PragmaAttributeInfo::Push;
3992 if ((Info->Action == PragmaAttributeInfo::Push && Tok.isNot(tok::eod)) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc325 // the null terminator, it will leave the output unterminated. Push a null
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1235 // Push our new input reader
1236 m_io_handler_stack.Push(reader_sp);

Completed in 313 milliseconds