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()
160 case bpfeb: return "bpf"; in getArchTypePrefix()
352 return Triple::bpfeb; in parseBPFArch()
354 return Triple::bpfeb; in parseBPFArch()
852 case Triple::bpfeb: in getDefaultFormat()
1492 case llvm::Triple::bpfeb: in getArchPointerBitWidth()
1535 case Triple::bpfeb: in get32BitArchVariant()
1637 case Triple::bpfeb: in get64BitArchVariant()
1742 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant()
1779 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
1019 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/clang/lib/Basic/
H A DTargets.cpp262 case llvm::Triple::bpfeb: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp987 bool isBE = Arch == Triple::bpfeb; in resolveBPFRelocation()
1077 case Triple::bpfeb: in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp362 case Triple::bpfeb: in initELFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1361 return IsLittleEndian ? Triple::bpfel : Triple::bpfeb; in getArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp586 case llvm::Triple::bpfeb: in getCPUName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp843 case Triple::bpfeb: in selectPrettyPrinter()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td441 def TargetBPF : TargetArch<["bpfel", "bpfeb"]>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp306 case llvm::Triple::bpfeb: in createTargetCodeGenInfo()
H A DCGBuiltin.cpp6020 case llvm::Triple::bpfeb: in EmitTargetArchBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2082 case llvm::Triple::bpfeb: in CheckTSBuiltinFunctionCall()