Home
last modified time | relevance | path

Searched refs:BACKWARD (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/M68k/Control/
H A Dcall-pc-rel.s5 ; CHECK-LABEL: BACKWARD:
6 BACKWARD: label
16 ; CHECK: jsr (BACKWARD,%pc,%d0)
19 ; CHECK: fixup A - offset: 3, value: BACKWARD+1, kind: FK_PCRel_1
20 jsr (BACKWARD,%pc,%d0)
29 ; CHECK: jsr (BACKWARD,%pc)
32 ; CHECK: fixup A - offset: 2, value: BACKWARD, kind: FK_PCRel_2
33 jsr (BACKWARD,%pc)
/llvm-project-15.0.7/lld/test/COFF/
H A Dassociative-comdat-order.test13 # RUN: llvm-objdump -s %t.exe | FileCheck --check-prefix=BACKWARD %s
14 # BACKWARD: Contents of section .text:
15 # BACKWARD: 180001000 01000000 02000000 03000000 ............
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h178 BACKWARD = 0, enumerator
334 Visited.count({I, ExplorationDirection::BACKWARD}); in count()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-offset.yaml70 # RUN: FileCheck %s --check-prefix=ERR-BACKWARD
72 # ERR-BACKWARD: error: the 'Offset' value (0x47) goes backward
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp815 Visited.insert({I, ExplorationDirection::BACKWARD}); in resetInstruction()
830 if (Tail && Visited.insert({Tail, ExplorationDirection ::BACKWARD}).second) in advance()