Home
last modified time | relevance | path

Searched refs:bpfeb (Results 1 – 25 of 133) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A D32-bit-subreg-zext.ll3 ; RUN: llc -O2 -march=bpfeb -mattr=+alu32 < %s | FileCheck %s
4 ; RUN: llc -O2 -march=bpfeb -mcpu=v3 < %s | FileCheck %s
H A Dxadd_legal.ll2 ; RUN: llc -march=bpfeb < %s 2>&1 | FileCheck --check-prefix=CHECK-64 %s
4 ; RUN: llc -march=bpfeb -mattr=+alu32 < %s 2>&1 | FileCheck --check-prefix=CHECK-32 %s
H A Dinlineasm-wreg.ll2 ; RUN: llc < %s -march=bpfeb -mattr=+alu32 -verify-machineinstrs | FileCheck %s
H A Dmem_offset_be.ll1 ; RUN: llc -march=bpfeb -show-mc-encoding < %s | FileCheck %s
H A Dreloc-3.ll3 ; RUN: llc -march=bpfeb -filetype=obj -o %t.eb < %s
H A Dobjdump_static_var.ll2 ; RUN: llc -march=bpfeb -filetype=obj -o - %s | llvm-objdump -d - | FileCheck --check-prefix=CHECK …
H A Drodata_4.ll2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck %s
H A Drodata_3.ll3 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck --check-prefix=CHECK-EB %s
/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h24 if (TT.getArch() == Triple::bpfeb) in BPFMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp33 RegisterTarget<Triple::bpfeb, /*HasJIT=*/true> Y(getTheBPFbeTarget(), "bpfeb", in LLVMInitializeBPFTargetInfo()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/BTF/
H A Dempty-btf.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dchar-no-debuginfo.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dptr-void.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dchar.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Duchar.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dulonglong.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Duint.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dushort.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dptr-volatile-void.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dptr-const-void.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dshort.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dlonglong.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
H A Dptr-func-1.ll2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp37 case bpfeb: return "bpfeb"; in getArchTypeName()
127 case bpfeb: return "bpf"; in getArchTypePrefix()
297 return Triple::bpfeb; in parseBPFArch()
299 return Triple::bpfeb; in parseBPFArch()
800 case Triple::bpfeb: in getDefaultFormat()
1420 case llvm::Triple::bpfeb: in getArchPointerBitWidth()
1462 case Triple::bpfeb: in get32BitArchVariant()
1561 case Triple::bpfeb: in get64BitArchVariant()
1663 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant()
1700 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DBPF.h38 if (Triple.getArch() == llvm::Triple::bpfeb) { in BPFTargetInfo()

123456