| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcall-disable.ll | 2 ; RUN: llc < %s | FileCheck --check-prefix=JMP %s 23 ; JMP-LABEL: test1: 24 ; JMP-NOT: ret 25 ; JMP: jmp helper # TAILCALL 38 ; JMP-LABEL: test2: 39 ; JMP-NOT: ret 40 ; JMP: jmp test2 # TAILCALL
|
| H A D | debugloc-no-line-0.ll | 7 ; CHECK: JMP{{.*}}%bb.4, debug-location ![[JUMPLOC:[0-9]+]] 11 ; CHECK: JMP{{.*}}debug-location ![[JUMPLOC]]
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | align-branch-single.s | 2 …-x86-align-branch=jmp %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s --check-prefixes=JMP 19 # JMP: 1e: jne 31 # JMP: 60: jmp 43 # JMP: 9e: jmpq *%rax 56 # JMP: de: callq *%rax 69 # JMP: 11e: retq 83 # JMP: 15d: cmpq %rax, %rbp 84 # JMP: 160: je
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/arm/ |
| H A D | udivsi3.S | 39 JMP(lr) 47 JMP(lr) 57 JMP(lr) 170 JMP (r2) 178 JMP(ip) 193 JMP(lr) 255 JMP(lr)
|
| H A D | udivmodsi4.S | 107 JMP(ip) 154 JMP(lr) 159 JMP(lr) 164 JMP(lr) 172 JMP(lr)
|
| H A D | clzsi2.S | 23 JMP(lr) 61 JMP(lr)
|
| H A D | umodsi3.S | 99 JMP(ip) 142 JMP(lr) 150 JMP(lr)
|
| H A D | clzdi2.S | 35 JMP(lr) 81 JMP(lr)
|
| H A D | aeabi_uidivmod.S | 35 JMP (r3) 39 JMP (lr)
|
| H A D | comparesf2.S | 168 JMP(lr) 247 JMP(lr)
|
| H A D | bswapsi2.S | 31 JMP(lr)
|
| H A D | bswapdi2.S | 39 JMP(lr)
|
| H A D | aeabi_idivmod.S | 32 JMP (r3)
|
| H A D | aeabi_cfcmp.S | 59 JMP(lr)
|
| H A D | aeabi_cdcmp.S | 59 JMP(lr)
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | wrap-2.ll | 10 ; RUN: llvm-objdump -d %t.bc-bc.so | FileCheck %s --check-prefixes=CHECK,JMP 16 ; RUN: llvm-objdump -d %t.bc-o.so | FileCheck %s --check-prefixes=CHECK,JMP 29 ; RUN: llvm-objdump -d %t.thin-thin.so | FileCheck %s --check-prefixes=CHECK,JMP 34 ; RUN: llvm-objdump -d %t.thin-o.so | FileCheck %s --check-prefixes=CHECK,JMP 48 ; JMP-NEXT: popq %rax 49 ; JMP-NEXT: jmp{{.*}}<bar>
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | wrap-lto-2.ll | 28 ; RUN: llvm-objdump -d %t.bc-bc.exe | FileCheck %s --check-prefixes=CHECK,JMP 32 ; RUN: llvm-objdump -d %t.bc-obj.exe | FileCheck %s --check-prefixes=CHECK,JMP 40 ; RUN: llvm-objdump -d %t.thin-thin.exe | FileCheck %s --check-prefixes=CHECK,JMP 44 ; RUN: llvm-objdump -d %t.thin-obj.exe | FileCheck %s --check-prefixes=CHECK,JMP 54 ; JMP: jmp {{.*}}<__wrap_bar>
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ReturnThunks.cpp | 76 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local 79 BuildMI(Ret->getParent(), Ret->getDebugLoc(), JMP) in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 117 if (I->getOpcode() != MSP430::JMP && in removeBranch() 193 if (I->getOpcode() == MSP430::JMP || I->getOpcode() == MSP430::Bi) { in analyzeBranch() 268 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in insertBranch() 279 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in insertBranch()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | assembly.h | 176 #define JMP(r) bx r macro 179 #define JMP(r) mov pc, r macro 189 JMP(ip)
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 188 if (I->getOpcode() == BPF::JMP) { in analyzeBranch() 232 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in insertBranch() 250 if (I->getOpcode() != BPF::JMP) in removeBranch()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | jmp_short.asm | 9 JMP SHORT t1_label
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | UnwindRegistersRestore.S | 730 JMP(lr) 744 JMP(lr) 758 JMP(lr) 789 JMP(lr) 806 JMP(lr)
|
| H A D | assembly.h | 278 #define JMP(r) bx r macro 280 #define JMP(r) mov pc, r
|
| H A D | UnwindRegistersSave.S | 822 JMP(lr) 836 JMP(lr) 850 JMP(lr)
|