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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp94 Instruction *Push = nullptr; local
99 Push = Inst;
104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
110 << " Push: " << *Push local
113 Push->eraseFromParent();
115 Push = nullptr;
119 Push = nullptr;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h74 void Push(Thread *t) { function in struct:__hwasan::ThreadListHead
133 live_list_.Push(t);
150 free_list_.Push(t);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp256 void Push(FuzzJob *Job) { function in struct:fuzzer::JobQueue
278 MergeQ->Push(Job);
326 FuzzQ.Push(nullptr);
327 MergeQ.Push(nullptr);
335 FuzzQ.Push(Env.CreateNewJob(JobId++));
393 FuzzQ.Push(Env.CreateNewJob(JobId++));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp510 MachineBasicBlock::iterator Push = nullptr; local
533 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp);
560 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode));
564 Push->addOperand(DefMov->getOperand(i));
569 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode))
582 MBB, std::next(Push), DL,
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S267 pushl %eax # Push it onto the stack
268 loop push_arg # Push all of the arguments
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.s52 pushl $__v86 # Push pointer
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.s52 pushl $__v86 # Push pointer
/freebsd-11-stable/stand/efi/include/
H A Defitcp.h153 BOOLEAN Push; member in struct:__anon4013
326 BOOLEAN Push; member in struct:__anon4026
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S529 push %eax # Push it onto the stack
530 loop push_arg # Push all of the arguments
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h104 void Push(AsanChunk *n);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h274 void Push(ObjectSP item) { m_items.push_back(item); } function in namespace:lldb_private
374 object_sp->Push(key_object_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp408 signal_array.Push(dictionary);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h470 void Push(const lldb::IOHandlerSP &sp) { function in class:lldb_private::IOHandlerStack
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm110 ! Push the environment vector pointer, the argument vector pointer,
H A Dsol2-gc1.asm123 ! Push the environment vector pointer, the argument vector pointer,
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S738 push %eax # Push it onto the stack
739 loop push_arg # Push all of the arguments
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1148 enum ActionType { Push, Pop, Attribute }; enumerator in enum:__anon564::PragmaAttributeInfo::ActionType
1410 assert((Info->Action == PragmaAttributeInfo::Push ||
1414 if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) {
1568 if (Info->Action == PragmaAttributeInfo::Push)
3209 Info->Action = PragmaAttributeInfo::Push;
3222 if ((Info->Action == PragmaAttributeInfo::Push && Tok.isNot(tok::eod)) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc313 // the null terminator, it will leave the output unterminated. Push a null
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1021 // Push our new input reader
1022 m_input_reader_stack.Push(reader_sp);

Completed in 394 milliseconds