/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfoPOSIX_loongarch64.cpp | 35 case llvm::Triple::loongarch64: in GetRegisterInfoPtr() 46 case llvm::Triple::loongarch64: in GetRegisterInfoCount()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | LoongArch.cpp | 271 if (getTriple().getArch() == llvm::Triple::loongarch64) in initFeatureMap() 281 bool Is64Bit = getTriple().getArch() == llvm::Triple::loongarch64; in hasFeature()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/TargetInfo/ |
H A D | LoongArchTargetInfo.cpp | 27 RegisterTarget<Triple::loongarch64, /*HasJIT=*/true> Y( in LLVMInitializeLoongArchTargetInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | LoongArchTargetParser.def | 21 LOONGARCH_ARCH("loongarch64", AK_LOONGARCH64, FK_64BIT | FK_FP32 | FK_FP64 | FK_UAL)
|
H A D | Triple.h | 62 loongarch64, // LoongArch (64-bit): loongarch64 enumerator 941 bool isLoongArch64() const { return getArch() == Triple::loongarch64; } in isLoongArch64()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 50 case loongarch64: return "loongarch64"; in getArchTypeName() 231 case loongarch64: return "loongarch"; in getArchTypePrefix() 461 .Case("loongarch64", loongarch64) in getArchTypeForLLVMName() 607 .Case("loongarch64", Triple::loongarch64) in parseArch() 920 case Triple::loongarch64: in getDefaultFormat() 1649 case llvm::Triple::loongarch64: in getArchPointerBitWidth() 1739 case Triple::loongarch64: T.setArch(Triple::loongarch32); break; in get32BitArchVariant() 1794 case Triple::loongarch64: in get64BitArchVariant() 1818 case Triple::loongarch32: T.setArch(Triple::loongarch64); break; in get64BitArchVariant() 1863 case Triple::loongarch64: in getBigEndianArchVariant() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 62 bool IsLoongArch64() { return m_arch_subtype == llvm::Triple::loongarch64; } in IsLoongArch64()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 126 case Triple::loongarch64: in link_ELF()
|
H A D | JITLink.cpp | 434 case Triple::loongarch64: in getAnonymousPointerCreator() 450 case Triple::loongarch64: in getPointerJumpStubCreator()
|
H A D | ELF_loongarch.cpp | 167 if ((*ELFObj)->getArch() == Triple::loongarch64) { in createLinkGraphFromELFObject_loongarch()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 137 case Triple::loongarch64: { in createLocalCompileCallbackManager() 197 case Triple::loongarch64: in createLocalIndirectStubsManagerBuilder()
|
H A D | LazyReexports.cpp | 123 case Triple::loongarch64: in createLocalLazyCallThroughManager()
|
H A D | EPCIndirectionUtils.cpp | 249 case Triple::loongarch64: in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | XRayInstrumentation.cpp | 232 case Triple::ArchType::loongarch64: in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 96 case llvm::Triple::loongarch64: { in getMultiarchTriple() 526 case llvm::Triple::loongarch64: { in getDynamicLinker() 796 const bool IsLoongArch64 = getTriple().getArch() == llvm::Triple::loongarch64; in getSupportedSanitizers()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 552 case llvm::Triple::loongarch64: in GetSoftwareBreakpointTrapOpcode() 582 case llvm::Triple::loongarch64: in GetSoftwareBreakpointPCOffset()
|
H A D | HostInfoBase.cpp | 340 case llvm::Triple::loongarch64: in ComputeHostArchitectureSupport()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 51 case llvm::Triple::loongarch64: in XRayArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | LoongArch.cpp | 26 Triple.getArch() == llvm::Triple::loongarch64) && in getLoongArchABI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArch.td | 135 def : ProcessorModel<"loongarch64", NoSchedModel, [Feature64Bit,
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 63 ObjFile.getBinary()->getArch() == Triple::loongarch64 || in loadObj()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscall_linux_loongarch64.inc | 10 // Linux/loongarch64.
|
/freebsd/contrib/file/ |
H A D | config.sub | 1205 | loongarch32 | loongarch64 | loongarchx32 \
|
/freebsd/crypto/openssh/ |
H A D | config.sub | 1210 | loongarch32 | loongarch64 \
|
/freebsd/contrib/sqlite3/ |
H A D | config.sub | 1210 | loongarch32 | loongarch64 | loongarchx32 \
|