Home
last modified time | relevance | path

Searched refs:setArch (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1610 void Triple::setArch(ArchType Kind, SubArchType SubArch) { in setArch() function in Triple
1777 T.setArch(UnknownArch); in get32BitArchVariant()
1817 case Triple::aarch64: T.setArch(Triple::arm); break; in get32BitArchVariant()
1818 case Triple::aarch64_be: T.setArch(Triple::armeb); break; in get32BitArchVariant()
1819 case Triple::amdil64: T.setArch(Triple::amdil); break; in get32BitArchVariant()
1820 case Triple::hsail64: T.setArch(Triple::hsail); break; in get32BitArchVariant()
1821 case Triple::loongarch64: T.setArch(Triple::loongarch32); break; in get32BitArchVariant()
1823 T.setArch(Triple::mips, getSubArch()); in get32BitArchVariant()
1826 T.setArch(Triple::mipsel, getSubArch()); in get32BitArchVariant()
1828 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
[all …]
H A DHost.cpp2289 T.setArch(Triple::arm); in withHostArch()
2292 T.setArch(Triple::aarch64, Triple::AArch64SubArch_arm64e); in withHostArch()
2295 T.setArch(Triple::aarch64); in withHostArch()
2298 T.setArch(Triple::x86_64); in withHostArch()
2301 T.setArch(Triple::x86_64); in withHostArch()
2304 T.setArch(Triple::x86); in withHostArch()
2307 T.setArch(Triple::ppc); in withHostArch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp161 triple.setArch(llvm::Triple::ArchType::x86); in GetArchitecture()
164 triple.setArch(llvm::Triple::ArchType::x86_64); in GetArchitecture()
167 triple.setArch(llvm::Triple::ArchType::arm); in GetArchitecture()
171 triple.setArch(llvm::Triple::ArchType::aarch64); in GetArchitecture()
174 triple.setArch(llvm::Triple::ArchType::UnknownArch); in GetArchitecture()
H A DProcessMinidump.cpp342 triple.setArch(llvm::Triple::ArchType::x86); in GetArchitecture()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp66 TheTriple.setArch(Type); in selectTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp38 triple.setArch(Module->Arch); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp112 TheTriple.setArch(Triple::ArchType(Arch)); in makeTriple()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp127 TheTriple.setArch(Type); in lookupTarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp143 T.setArch(Triple::ArchType::dxil, SubArch); in tryParseProfile()
H A DDarwin.cpp77 T.setArch(Arch); in setTripleTypeForMachOArchName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1181 TT.setArch(Triple::ArchType(Obj.getArch())); in loadTargetInfo()
1198 TT.setArch(Triple::ArchType::x86_64); in loadTargetInfo()
H A DLVDWARFReader.cpp960 TT.setArch(Triple::ArchType(Obj.getArch())); in loadTargetInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp847 GetTriple().setArch(other.GetTriple().getArch()); in MergeFrom()
939 m_triple.setArch(core_def->machine); in SetArchitecture()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1188 LLVM_ABI void setArch(ArchType Kind, SubArchType SubArch = NoSubArch);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp988 ArmTriple.setArch(Triple::arm); in getTargetSubDirPath()
1253 Triple.setArch(llvm::Triple::ArchType::spirv64); in ComputeLLVMTriple()
H A DDriver.cpp716 Target.setArch(AT); in computeTargetTriple()
771 Target.setArch(AT); in computeTargetTriple()
793 Target.setArch(llvm::Triple::x86); in computeTargetTriple()
845 Target.setArch(llvm::Triple::riscv32); in computeTargetTriple()
847 Target.setArch(llvm::Triple::riscv64); in computeTargetTriple()
1590 T.setArch(llvm::Triple::aarch64, llvm::Triple::AArch64SubArch_arm64ec); in BuildCompilation()
1623 T.setArch(llvm::Triple::spirv, TargetInfo->getValue()); in BuildCompilation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp674 TT.setArch(Triple::ArchType(Obj.getArch())); in createRegInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1089 triple.setArch(arch); in CreateArchList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2678 X64Triple.setArch(Triple::ArchType::x86_64); in disassembleObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24395 {"_ZN4llvm6Triple7setArchENS0_8ArchTypeE", "llvm::Triple::setArch(llvm::Triple::ArchType)"},