Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp66 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-13.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-13.1/contrib/llvm-project/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()
/freebsd-13.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-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp258 void Push(FuzzJob *Job) { in Push() function
280 MergeQ->Push(Job); in WorkerThread()
335 FuzzQ.Push(nullptr); in FuzzWithFork()
336 MergeQ.Push(nullptr); in FuzzWithFork()
344 FuzzQ.Push(Env.CreateNewJob(JobId++)); in FuzzWithFork()
402 FuzzQ.Push(Env.CreateNewJob(JobId++)); in FuzzWithFork()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig29 // Push the Lua wrappers
69 // Push the Lua wrappers
/freebsd-13.1/stand/i386/pxeldr/
H A Dpxeldr.S267 pushl %eax # Push it onto the stack
268 loop push_arg # Push all of the arguments
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h35 void Push(T *p) { in Push() function
/freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/
H A Dallwinner,sun6i-a31-p2wi.yaml7 title: Allwinner A31 P2WI (Push/Pull 2 Wires Interface) Device Tree Bindings
/freebsd-13.1/stand/efi/include/
H A Defitcp.h153 BOOLEAN Push; member
326 BOOLEAN Push; member
/freebsd-13.1/stand/i386/cdboot/
H A Dcdboot.S529 push %eax # Push it onto the stack
530 loop push_arg # Push all of the arguments
/freebsd-13.1/stand/ficl/softwords/
H A Dficlclass.fr21 \ Push word's name...
/freebsd-13.1/stand/i386/btx/lib/
H A Dbtxv86.S52 pushl $__v86 # Push pointer
/freebsd-13.1/sys/dts/
H A Dbindings-gpio.txt88 GPIO_PIN_PUSHPULL 0x0010 Push-pull output
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt41 - Queue Management/Queue Proxy region for queue Push.
47 - Queue Management/Queue Proxy region for queue Push/Pop.
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h274 void Push(const ObjectSP &item) { m_items.push_back(item); } in Push() function
374 object_sp->Push(key_object_sp); in GetKeys()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h105 void Push(AsanChunk *n);
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dorion5x-lacie-d2-network.dts44 label = "Front Push Button";
H A Dintegratorap-im-pd1.dts80 /* Push buttons on the IM-PD1 */
H A Dam3517-evm.dts41 label = "User Push Button";
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h481 void Push(const lldb::IOHandlerSP &sp) { in Push() function

12