Home
last modified time | relevance | path

Searched refs:riscv64 (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_riscv64.cpp32 case llvm::Triple::riscv64: in GetRegisterInfoPtr()
43 case llvm::Triple::riscv64: in GetRegisterInfoCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/TargetInfo/
H A DRISCVTargetInfo.cpp26 RegisterTarget<Triple::riscv64, /*HasJIT=*/true> Y( in LLVMInitializeRISCVTargetInfo()
/freebsd/sys/riscv/conf/
H A DDEFAULTS5 machine riscv riscv64
/freebsd/share/mk/
H A Dlocal.sys.machine.mk13 MACHINE_ARCH_LIST_riscv?= riscv64
H A Dsys.mk14 __TO_CPUARCH=C/arm(v[67])?/arm/:C/powerpc(64|64le|spe)/powerpc/:C/riscv64/riscv/
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp67 case riscv64: return "riscv64"; in getArchTypeName()
225 case riscv64: return "riscv"; in getArchTypePrefix()
423 .Case("riscv64", riscv64) in getArchTypeForLLVMName()
571 .Case("riscv64", Triple::riscv64) in parseArch()
935 case Triple::riscv64: in getDefaultFormat()
1656 case llvm::Triple::riscv64: in getArchPointerBitWidth()
1750 case Triple::riscv64: T.setArch(Triple::riscv32); break; in get32BitArchVariant()
1801 case Triple::riscv64: in get64BitArchVariant()
1829 case Triple::riscv32: T.setArch(Triple::riscv64); break; in get64BitArchVariant()
1871 case Triple::riscv64: in getBigEndianArchVariant()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp224 case llvm::Triple::riscv64: in ConstructJob()
299 case llvm::Triple::riscv64: in ConstructJob()
451 case llvm::Triple::riscv64: in GetDefaultCXXStdlibType()
575 getTriple().getArch() == llvm::Triple::riscv64; in addClangTargetOptions()
H A DLinux.cpp164 case llvm::Triple::riscv64: in getMultiarchTriple()
576 case llvm::Triple::riscv64: { in getDynamicLinker()
797 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; in getSupportedSanitizers()
H A DRISCVToolchain.cpp167 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob()
/freebsd/tools/boot/
H A Duniverse.sh82 riscv/riscv64 \
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp179 arch.GetMachine() != llvm::Triple::riscv64) { in CreateRegisterContextForFrame()
195 case llvm::Triple::riscv64: in CreateRegisterContextForFrame()
/freebsd/stand/efi/loader/arch/riscv/
H A Driscv.ldscript2 OUTPUT_ARCH(riscv64)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp136 case Triple::riscv64: in link_ELF()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp157 case Triple::riscv64: { in createLocalCompileCallbackManager()
222 case Triple::riscv64: in createLocalIndirectStubsManagerBuilder()
H A DLazyReexports.cpp139 case Triple::riscv64: in createLocalLazyCallThroughManager()
/freebsd/crypto/openssh/.github/
H A Dconfigs257 debian-riscv64)
/freebsd/release/scripts/
H A Dmake-oci-image.sh71 riscv64) ;;
/freebsd/usr.bin/gh-bc/
H A DMakefile63 .if ${MACHINE_ARCH} != riscv64
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp546 case llvm::Triple::riscv64: { in GetSoftwareBreakpointTrapOpcode()
580 case llvm::Triple::riscv64: in GetSoftwareBreakpointPCOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h76 riscv64, // RISC-V (64-bit): riscv64 enumerator
998 bool isRISCV64() const { return getArch() == Triple::riscv64; } in isRISCV64()
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m4240 riscv32 | riscv64 )
250 [cpu=riscv64],
591 riscv32 | riscv64 )
/freebsd/release/
H A Drelease.sh144 arm:arm*|arm64:aarch64|riscv:riscv64*)
/freebsd/release/tools/
H A Dvmimage.subr306 arm:armv7 | arm64:aarch64 | riscv:riscv64*)
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp807 case Triple::riscv64: in getRelocationResolver()
892 Obj->getArch() != Triple::riscv64) in resolveRelocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp136 if (llvm::Triple::riscv32 != machine && llvm::Triple::riscv64 != machine) in CreateInstance()
142 abi->SetIsRV64((llvm::Triple::riscv64 == machine) ? true : false); in CreateInstance()

1234