Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h24 if (TT.getArch() == Triple::bpfeb) in BPFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp33 RegisterTarget<Triple::bpfeb, /*HasJIT=*/true> Y(getTheBPFbeTarget(), "bpfeb", in LLVMInitializeBPFTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp38 case bpfeb: return "bpfeb"; in getArchTypeName()
185 case bpfeb: return "bpf"; in getArchTypePrefix()
385 return Triple::bpfeb; in parseBPFArch()
387 return Triple::bpfeb; in parseBPFArch()
909 case Triple::bpfeb: in getDefaultFormat()
1645 case llvm::Triple::bpfeb: in getArchPointerBitWidth()
1688 case Triple::bpfeb: in get32BitArchVariant()
1790 case Triple::bpfeb: in get64BitArchVariant()
1895 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant()
1932 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h37 if (Triple.getArch() == llvm::Triple::bpfeb) { in BPFTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp56 if (TT.getArch() == Triple::bpfeb) in computeDataLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h57 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) enumerator
1053 return getArch() == Triple::bpfel || getArch() == Triple::bpfeb; in isBPF()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp791 case Triple::bpfeb: in getRelocationResolver()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp364 case Triple::bpfeb: in initELFMCObjectFileInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp262 case llvm::Triple::bpfeb: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp986 bool isBE = Arch == Triple::bpfeb; in resolveBPFRelocation()
1076 case Triple::bpfeb: in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1435 return IsLittleEndian ? Triple::bpfel : Triple::bpfeb; in getArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp635 case llvm::Triple::bpfeb: in getCPUName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1008 case Triple::bpfeb: in selectPrettyPrinter()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp310 case llvm::Triple::bpfeb: in createTargetCodeGenInfo()
H A DCGBuiltin.cpp6285 case llvm::Triple::bpfeb: in EmitTargetArchBuiltinExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td451 def TargetBPF : TargetArch<["bpfel", "bpfeb"]>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1883 case llvm::Triple::bpfeb: in CheckTSBuiltinFunctionCall()