Home
last modified time | relevance | path

Searched defs:push (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/llvm/test/MC/X86/
H A Dpr22028.s7 push 0 label
8 push -1 label
9 push 30 label
10 push 257 label
11 push 65536 label
H A Dintel-syntax-ptr-sized.s5 push [eax] label
24 push [eax] global() label
H A Dx86-32.s545 push %cs label
548 push %ds label
551 push %ss label
554 push %es label
557 push %fs label
560 push %gs label
H A Dx86-16.s414 push %cs label
417 push %ds label
420 push %ss label
423 push %es label
426 push %fs label
429 push %gs label
H A Dintel-syntax-ambiguous.s32 push [eax] label
/llvm-project/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s14 .set push define
55 .set push define
60 .set push define
66 .set push define
H A Dset-push-pop-directives-bad.s10 .set push define
15 .set push foo define
22 .set push define
H A Dmodule-directive-bad.s176 .set push define
/llvm-project/llvm/test/MC/ARM/
H A Dthumb-load-store-multiple.s63 .global push symbol
65 push: label
H A Darm-load-store-multiple-deprecated.s97 .global push symbol
99 push: label
/llvm-project/clang/test/Preprocessor/
H A D_Pragma-location.c11 push_p _Pragma("pack(push)") __pragma(pack(push)) in __pragma()
/llvm-project/clang/test/Parser/
H A Dpragma-visibility2.c5 #define push(foo) push(default) macro
/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S140 .set push define
251 .set push define
H A DUnwindRegistersRestore.S939 .set push global() define
1050 .set push global() define
/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h240 void push(std::shared_ptr<EntityMatcher<Metadata>> M) { in push() function
244 void push(std::shared_ptr<Matcher> V) { OperandMatchers.push_back(V); } in push() function
246 void push(std::shared_ptr<Matcher> V, Args... A) { in push() function
331 void push(std::shared_ptr<Matcher> M) { Operands.push_back(M); } in push() function
333 void push(std::shared_ptr<Matcher> M, Args... A) { in push() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h47 void push(T t) { in push() function
141 void push(T t) { in push() function
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h187 void push(const LineEntry &LE) { in push() function
/llvm-project/lldb/test/API/api/multithreaded/
H A Dcommon.h33 void push(T e) { in push() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h65 void push(LVScope *Scope) { ScopeStack.push_back(Scope); } in push() function
/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h50 void push(FreeNode *N) { in push() function
H A DArrayRecycler.h56 void push(unsigned Idx, T *Ptr) { in push() function
/llvm-project/libc/src/__support/
H A Dinteger_literals.h93 LIBC_INLINE constexpr void push(char c) { push() function
/llvm-project/llvm/unittests/Analysis/InlineOrderPlugin/
H A DInlineOrderPlugin.cpp22 void push(const std::pair<CallBase *, int> &Elt) override { in push() function in __anon4e46d0150111::NoFooInlineOrder
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h58 void push(Instruction *I) { in push() function
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp89 void BackgroundQueue::push(Task T) { in push() function in clang::clangd::BackgroundQueue

1234