Searched refs:getArch (Results 176 - 200 of 212) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp1088 if (TargetTriple.getArch() == Triple::sparc)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp755 if (Triple(Arch).getArch() == llvm::Triple::ArchType::UnknownArch) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp102 return getSTI().getTargetTriple().getArch() == Triple::sparcv9;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp208 switch (getTriple().getArch()) {
478 if (Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
530 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
849 llvm::Triple::ArchType Arch = TT.getArch();
3562 if (getTriple().getArch() == llvm::Triple::xcore &&
H A DMicrosoftCXXABI.cpp744 if (CGM.getTarget().getTriple().getArch() == llvm::Triple::x86) {
812 switch (CGM.getTarget().getTriple().getArch()) {
2308 CGM.AppendLinkerOptions(CGM.getTarget().getTriple().getArch() ==
H A DTargetInfo.cpp1952 assert(Triple.getArch() == llvm::Triple::x86);
4378 assert(Triple.getArch() == llvm::Triple::ppc);
5306 !(getTarget().getTriple().getArch() == llvm::Triple::aarch64_32 &&
5346 if (Triple.getArch() == llvm::Triple::aarch64_32 &&
9859 switch (Triple.getArch()) {
H A DCodeGenFunction.cpp992 if (getContext().getTargetInfo().getTriple().getArch() !=
H A DCGBuiltin.cpp916 if (CGF.getTarget().getTriple().getArch() == llvm::Triple::aarch64) {
1118 llvm::Triple::ArchType ISA = getTarget().getTriple().getArch();
3632 if (getTarget().getTriple().getArch() == llvm::Triple::x86)
3634 else if (getTarget().getTriple().getArch() == llvm::Triple::aarch64)
4260 llvm::Triple::getArchTypePrefix(getTarget().getTriple().getArch());
4423 ReturnValue, getContext().getAuxTargetInfo()->getTriple().getArch());
4427 getTarget().getTriple().getArch());
6174 bool IsThumb = getTarget().getTriple().getArch() == llvm::Triple::thumb;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1998 const auto &Arch = Triple.getArch();
5685 << (S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86
5695 << (S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86
5705 << (S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86
5713 S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86_64
5721 << (S.Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86
5901 switch (S.Context.getTargetInfo().getTriple().getArch()) {
H A DSemaType.cpp7420 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 ||
7421 Triple.getArch() == llvm::Triple::aarch64_32 ||
7422 Triple.getArch() == llvm::Triple::aarch64_be;
7439 if ((Triple.isArch64Bit() || Triple.getArch() == llvm::Triple::aarch64_32) &&
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp208 if (TT.getArch() == Triple::arm) {
506 unsigned Arch = Obj->getArch();
2616 unsigned int Arch = info->O->getArch();
3152 unsigned int Arch = info->O->getArch();
7058 } else if (info->O->getArch() == Triple::aarch64 &&
7072 } else if (info->O->getArch() == Triple::aarch64 &&
7102 } else if (info->O->getArch() == Triple::aarch64 &&
7128 else if (info->O->getArch() == Triple::aarch64 &&
7479 unsigned int Arch = MachOOF->getArch();
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1368 switch (t.getArch()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1664 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1667 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3189 (arch.GetTriple().getArch() == llvm::Triple::aarch64 ||
3190 arch.GetTriple().getArch() == llvm::Triple::aarch64_32)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3201 getASTContext().getTargetInfo().getTriple().getArch();
3223 getASTContext().getTargetInfo().getTriple().getArch();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp164 mapArchToCVCPUType(Triple(MMI->getModule()->getTargetTriple()).getArch());
1012 if (Triple(MMI->getModule()->getTargetTriple()).getArch() == Triple::x86)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2130 assert(T.getArch() != Triple::x86 && "x86 messy and unsupported for now");
2133 ResTy = T.getArch() == Triple::x86_64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp737 if (arch.GetTriple().getArch() == llvm::Triple::arm) {
743 } else if (arch.GetTriple().getArch() == llvm::Triple::thumb) {
756 if (arch.GetTriple().getArch() == llvm::Triple::arm)
758 else if (arch.GetTriple().getArch() == llvm::Triple::thumb)
13812 if (m_arch.GetTriple().getArch() == llvm::Triple::thumb ||
14414 if (arch.GetTriple().getArch() == llvm::Triple::thumb ||
14421 } else if (arch.GetTriple().getArch() == llvm::Triple::arm) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3621 if (getSTI().getTargetTriple().getArch() != Triple::amdgcn)
3688 if (getSTI().getTargetTriple().getArch() != Triple::amdgcn)
4139 if (getSTI().getTargetTriple().getArch() != Triple::amdgcn) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1532 Triple::ArchType WasmObjectFile::getArch() const { return Triple::wasm32; } function in class:WasmObjectFile
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp551 if (triple.getArch() == llvm::Triple::arm ||
552 triple.getArch() == llvm::Triple::aarch64 ||
553 triple.getArch() == llvm::Triple::aarch64_32 ||
554 triple.getArch() == llvm::Triple::thumb) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2409 if (Triple(M.getTargetTriple()).getArch() != Triple::hexagon)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1662 Arch = TargetTriple.getArch();
H A DWholeProgramDevirt.cpp1048 if (T.getArch() != Triple::x86_64)

Completed in 812 milliseconds

123456789