/llvm-project/llvm/test/MC/X86/ |
H A D | pr22028.s | 7 push 0 label 8 push -1 label 9 push 30 label 10 push 257 label 11 push 65536 label
|
H A D | intel-syntax-ptr-sized.s | 5 push [eax] label 24 push [eax] global() label
|
H A D | x86-32.s | 545 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 D | x86-16.s | 414 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 D | intel-syntax-ambiguous.s | 32 push [eax] label
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | set-push-pop-directives.s | 14 .set push define 55 .set push define 60 .set push define 66 .set push define
|
H A D | set-push-pop-directives-bad.s | 10 .set push define 15 .set push foo define 22 .set push define
|
H A D | module-directive-bad.s | 176 .set push define
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | thumb-load-store-multiple.s | 63 .global push symbol 65 push: label
|
H A D | arm-load-store-multiple-deprecated.s | 97 .global push symbol 99 push: label
|
/llvm-project/clang/test/Preprocessor/ |
H A D | _Pragma-location.c | 11 push_p _Pragma("pack(push)") __pragma(pack(push)) in __pragma()
|
/llvm-project/clang/test/Parser/ |
H A D | pragma-visibility2.c | 5 #define push(foo) push(default) macro
|
/llvm-project/libunwind/src/ |
H A D | UnwindRegistersSave.S | 140 .set push define 251 .set push define
|
H A D | UnwindRegistersRestore.S | 939 .set push global() define 1050 .set push global() define
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 240 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 D | sanitizer_ring_buffer.h | 47 void push(T t) { in push() function 141 void push(T t) { in push() function
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 187 void push(const LineEntry &LE) { in push() function
|
/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | common.h | 33 void push(T e) { in push() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.h | 65 void push(LVScope *Scope) { ScopeStack.push_back(Scope); } in push() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Recycler.h | 50 void push(FreeNode *N) { in push() function
|
H A D | ArrayRecycler.h | 56 void push(unsigned Idx, T *Ptr) { in push() function
|
/llvm-project/libc/src/__support/ |
H A D | integer_literals.h | 93 LIBC_INLINE constexpr void push(char c) { push() function
|
/llvm-project/llvm/unittests/Analysis/InlineOrderPlugin/ |
H A D | InlineOrderPlugin.cpp | 22 void push(const std::pair<CallBase *, int> &Elt) override { in push() function in __anon4e46d0150111::NoFooInlineOrder
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 58 void push(Instruction *I) { in push() function
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | BackgroundQueue.cpp | 89 void BackgroundQueue::push(Task T) { in push() function in clang::clangd::BackgroundQueue
|