/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/bearssl/T0/ |
H A D | T0Comp.cs | 384 cpu.Push(tv); in T0Comp() 417 cpu.Push(tv); in T0Comp() 445 savedWordBuilders.Push(wordBuilder); in T0Comp() 489 savedWordBuilders.Push(wordBuilder); in T0Comp() 608 cpu.Push(new TValue(0, new TPointerBlob(dataBlock))); in T0Comp() 642 cpu.Push(new TValue(dataBlock.Length, in T0Comp() 691 cpu.Push(v); in T0Comp() 751 cpu.Push(StringToBlob(s)); in T0Comp() 756 cpu.Push(StringToBlob(s)); in T0Comp() 763 cpu.Push(c); in T0Comp() [all …]
|
H A D | OpcodeGetLocal.cs | 39 cpu.Push(cpu.GetLocal(num)); in Run()
|
H A D | OpcodeConst.cs | 39 cpu.Push(val); in Run()
|
H A D | WordData.cs | 78 cpu.Push(new TValue(offset, new TPointerBlob(blob))); in Run()
|
H A D | CPU.cs | 105 internal void Push(TValue v) in Push() method in CPU
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 510 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local 524 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence() 525 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 552 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence() 556 Push->addOperand(DefMov->getOperand(i)); in adjustCallSequence() 557 Push->cloneMergedMemRefs(MF, {DefMov, &*Store}); in adjustCallSequence() 561 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence() 564 Push->cloneMemRefs(MF, *Store); in adjustCallSequence() 575 MBB, std::next(Push), DL, in adjustCallSequence()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 540 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(_)); in TYPED_TEST() 605 mock.Push(5); in TYPED_TEST() 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(_)); in TYPED_TEST() 694 mock.Push(5); in TYPED_TEST()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/stand/i386/pxeldr/ |
H A D | pxeldr.S | 265 pushl %eax # Push it onto the stack 266 loop push_arg # Push all of the arguments
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-wrapper.swig | 17 // Push the Lua wrappers 52 // Push the Lua wrappers
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_lfstack.h | 35 void Push(T *p) { in Push() function
|
/freebsd/stand/efi/include/ |
H A D | efitcp.h | 152 BOOLEAN Push; member 325 BOOLEAN Push; member
|
/freebsd/stand/i386/cdboot/ |
H A D | cdboot.S | 527 push %eax # Push it onto the stack 528 loop push_arg # Push all of the arguments
|
/freebsd/stand/ficl/softwords/ |
H A D | ficlclass.fr | 20 \ Push word's name...
|
/freebsd/stand/i386/btx/lib/ |
H A D | btxv86.S | 50 pushl $__v86 # Push pointer
|
/freebsd/sys/dts/ |
H A D | bindings-gpio.txt | 87 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cheat_sheet.md | 64 virtual void Push(const Elem& x) = 0; 76 MOCK_METHOD(void, Push, (const Elem& x), (override));
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | keystone-navigator-qmss.txt | 41 - Queue Management/Queue Proxy region for queue Push. 47 - Queue Management/Queue Proxy region for queue Push/Pop.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 265 void Push(const ObjectSP &item) { m_items.push_back(item); } in GetItemAtIndexAsString() 414 array_sp->Push(key_object_sp); 308 void Push(const ObjectSP &item) { m_items.push_back(item); } Push() function
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | orion5x-lacie-d2-network.dts | 40 label = "Front Push Button";
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | integratorap-im-pd1.dts | 85 /* Push buttons on the IM-PD1 */
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-hrefv60plus.dtsi | 37 /* Push down the operating frequency of the SoC when it gets hot */
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 471 void Push(const lldb::IOHandlerSP &sp) { in Push() function
|