Home
last modified time | relevance | path

Searched refs:loongarch64 (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_loongarch64.cpp35 case llvm::Triple::loongarch64: in GetRegisterInfoPtr()
46 case llvm::Triple::loongarch64: in GetRegisterInfoCount()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.cpp271 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 DLoongArchTargetInfo.cpp27 RegisterTarget<Triple::loongarch64, /*HasJIT=*/true> Y( in LLVMInitializeLoongArchTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.def21 LOONGARCH_ARCH("loongarch64", AK_LOONGARCH64, FK_64BIT | FK_FP32 | FK_FP64 | FK_UAL)
H A DTriple.h62 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 DTriple.cpp50 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 DEmulateInstructionLoongArch.h62 bool IsLoongArch64() { return m_arch_subtype == llvm::Triple::loongarch64; } in IsLoongArch64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp126 case Triple::loongarch64: in link_ELF()
H A DJITLink.cpp434 case Triple::loongarch64: in getAnonymousPointerCreator()
450 case Triple::loongarch64: in getPointerJumpStubCreator()
H A DELF_loongarch.cpp167 if ((*ELFObj)->getArch() == Triple::loongarch64) { in createLinkGraphFromELFObject_loongarch()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp137 case Triple::loongarch64: { in createLocalCompileCallbackManager()
197 case Triple::loongarch64: in createLocalIndirectStubsManagerBuilder()
H A DLazyReexports.cpp123 case Triple::loongarch64: in createLocalLazyCallThroughManager()
H A DEPCIndirectionUtils.cpp249 case Triple::loongarch64: in Create()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp232 case Triple::ArchType::loongarch64: in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp96 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 DNativeProcessProtocol.cpp552 case llvm::Triple::loongarch64: in GetSoftwareBreakpointTrapOpcode()
582 case llvm::Triple::loongarch64: in GetSoftwareBreakpointPCOffset()
H A DHostInfoBase.cpp340 case llvm::Triple::loongarch64: in ComputeHostArchitectureSupport()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp51 case llvm::Triple::loongarch64: in XRayArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DLoongArch.cpp26 Triple.getArch() == llvm::Triple::loongarch64) && in getLoongArchABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td135 def : ProcessorModel<"loongarch64", NoSchedModel, [Feature64Bit,
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp63 ObjFile.getBinary()->getArch() == Triple::loongarch64 || in loadObj()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc10 // Linux/loongarch64.
/freebsd/contrib/file/
H A Dconfig.sub1205 | loongarch32 | loongarch64 | loongarchx32 \
/freebsd/crypto/openssh/
H A Dconfig.sub1210 | loongarch32 | loongarch64 \
/freebsd/contrib/sqlite3/
H A Dconfig.sub1210 | loongarch32 | loongarch64 | loongarchx32 \

123