/external/llvm/lib/Support/ |
D | Triple.cpp | 30 case bpfeb: return "bpfeb"; in getArchTypeName() 104 case bpfeb: return "bpf"; in getArchTypePrefix() 229 return Triple::bpfeb; in parseBPFArch() 231 return Triple::bpfeb; in parseBPFArch() 586 case Triple::bpfeb: in getDefaultFormat() 1154 case llvm::Triple::bpfeb: in getArchPointerBitWidth() 1193 case Triple::bpfeb: in get32BitArchVariant() 1265 case Triple::bpfeb: in get64BitArchVariant() 1344 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant() 1376 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Triple.cpp | 30 case bpfeb: return "bpfeb"; in getArchTypeName() 107 case bpfeb: return "bpf"; in getArchTypePrefix() 239 return Triple::bpfeb; in parseBPFArch() 241 return Triple::bpfeb; in parseBPFArch() 608 case Triple::bpfeb: in getDefaultFormat() 1181 case llvm::Triple::bpfeb: in getArchPointerBitWidth() 1221 case Triple::bpfeb: in get32BitArchVariant() 1297 case Triple::bpfeb: in get64BitArchVariant() 1381 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant() 1413 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
|
/external/llvm/lib/Target/BPF/TargetInfo/ |
D | BPFTargetInfo.cpp | 26 RegisterTarget<Triple::bpfeb, /*HasJIT=*/true> Y( in LLVMInitializeBPFTargetInfo()
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFMCAsmInfo.h | 26 if (TT.getArch() == Triple::bpfeb) in BPFMCAsmInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Triple.cpp | 31 case bpfeb: return "bpfeb"; in getArchTypeName() 113 case bpfeb: return "bpf"; in getArchTypePrefix() 248 return Triple::bpfeb; in parseBPFArch() 250 return Triple::bpfeb; in parseBPFArch() 640 case Triple::bpfeb: in getDefaultFormat() 1224 case llvm::Triple::bpfeb: in getArchPointerBitWidth() 1264 case Triple::bpfeb: in get32BitArchVariant() 1344 case Triple::bpfeb: in get64BitArchVariant() 1429 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant() 1461 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/TargetInfo/ |
D | BPFTargetInfo.cpp | 35 RegisterTarget<Triple::bpfeb, /*HasJIT=*/true> Y(getTheBPFbeTarget(), "bpfeb", in LLVMInitializeBPFTargetInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFMCAsmInfo.h | 26 if (TT.getArch() == Triple::bpfeb) in BPFMCAsmInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/ |
D | mem_offset_be.ll | 1 ; RUN: llc -march=bpfeb -show-mc-encoding < %s | FileCheck %s
|
D | rodata_4.ll | 2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck %s
|
D | rodata_3.ll | 3 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck --check-prefix=CHECK-EB %s
|
D | rodata_2.ll | 2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck %s
|
D | rodata_1.ll | 2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck %s
|
D | inline_asm.ll | 2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs | FileCheck %s
|
D | dwarfdump.ll | 3 ; RUN: llc -O2 -march=bpfeb %s -o %t -filetype=obj
|
D | cc_args_be.ll | 1 ; RUN: llc < %s -march=bpfeb -show-mc-encoding | FileCheck %s
|
D | undef.ll | 2 ; RUN: llc < %s -march=bpfeb | FileCheck -check-prefixes=CHECK,EB %s
|
D | objdump_intrinsics.ll | 2 ; RUN: llc -march=bpfeb -filetype=obj -o - %s | llvm-objdump -d - | FileCheck --check-prefix=CHECK-…
|
D | memcpy-expand-in-order.ll | 2 ; RUN: llc < %s -march=bpfeb -verify-machineinstrs -bpf-expand-memcpy-in-order | FileCheck %s
|
D | intrinsics.ll | 2 ; RUN: llc < %s -march=bpfeb -show-mc-encoding | FileCheck --check-prefix=CHECK-EB %s
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 34 if (TT.getArch() == Triple::bpfeb) in computeDataLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 42 if (TT.getArch() == Triple::bpfeb) in computeDataLayout()
|
/external/llvm/test/CodeGen/BPF/ |
D | cc_args_be.ll | 1 ; RUN: llc < %s -march=bpfeb -show-mc-encoding | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 72 case Triple::bpfeb: in visitELF()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 55 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Triple.h | 55 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) enumerator
|