Home
last modified time | relevance | path

Searched refs:isLoongArch (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h468 if (T.isLoongArch() || T.isMIPS() || T.isRISCV64()) { in initExtensionsForTriple()
473 if (T.isLoongArch() || T.isRISCV64()) { in initExtensionsForTriple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp107 arch.GetTriple().isRISCV() || arch.GetTriple().isLoongArch()) in GetSoftwareBreakpointSize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp266 if (TT.isLoongArch()) { in initLibcalls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp213 return arch.GetTriple().isLoongArch(); in SupportsThisArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h944 bool isLoongArch() const { return isLoongArch32() || isLoongArch64(); } in isLoongArch() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp631 Asm->getContext().getTargetTriple().isLoongArch()))) { in AttemptToFoldSymbolOffsetDifference()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp790 if (Triple.isLoongArch() || Triple.isRISCV()) { in isTLSDESCEnabled()
2858 } else if (Triple.isLoongArch()) { in addMCModel()
H A DClang.cpp5952 } else if (PICLevel == 0 && Triple.isLoongArch()) { in ConstructJob()
6732 if (!Triple.isAArch64() && !Triple.isLoongArch() && !Triple.isRISCV() && in ConstructJob()