Home
last modified time | relevance | path

Searched refs:getVendor (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp75 if (Triple.getVendor() == Triple::Apple) { in getDefaultSubtargetFeatures()
H A DTriple.cpp2009 if (getVendor() == Triple::Apple) in isCompatibleWith()
2011 getVendor() == Other.getVendor() && getOS() == Other.getOS(); in isCompatibleWith()
2014 getVendor() == Other.getVendor() && getOS() == Other.getOS() && in isCompatibleWith()
2020 if (getVendor() == Triple::Apple) in isCompatibleWith()
2022 getVendor() == Other.getVendor() && getOS() == Other.getOS(); in isCompatibleWith()
2029 if (getVendor() == Triple::Apple) in merge()
2054 if (getVendor() != Triple::Apple || getArch() != Triple::aarch64) in getMinimumSupportedOSVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp101 const bool apple = arch.GetTriple().getVendor() == llvm::Triple::Apple; in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp31 if (Triple.getVendor() == llvm::Triple::ImaginationTechnologies && in getMipsCPUAndABI()
87 (Triple.getVendor() == llvm::Triple::MipsTechnologies || in getMipsCPUAndABI()
88 Triple.getVendor() == llvm::Triple::ImaginationTechnologies)) { in getMipsCPUAndABI()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp337 if (Triple.getVendor() == llvm::Triple::OpenEmbedded && in Linux()
549 Triple.getVendor() == llvm::Triple::VendorType::MipsTechnologies) in getDynamicLinker()
617 (Triple.getVendor() == llvm::Triple::UnknownVendor || in getDynamicLinker()
618 Triple.getVendor() == llvm::Triple::PC)) in getDynamicLinker()
H A DBareMetal.cpp125 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isARMBareMetal()
144 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isAArch64BareMetal()
157 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isRISCVBareMetal()
H A DGnu.cpp380 (ToolChain.getTriple().getVendor() != llvm::Triple::MipsTechnologies); in ConstructJob()
1562 if (TargetTriple.getVendor() == llvm::Triple::MipsTechnologies && in findMIPSMultilibs()
1567 if (TargetTriple.getVendor() == llvm::Triple::MipsTechnologies && in findMIPSMultilibs()
1572 if (TargetTriple.getVendor() == llvm::Triple::ImaginationTechnologies && in findMIPSMultilibs()
2232 if (TargetTriple.getVendor() == llvm::Triple::UnknownVendor) { in init()
2926 TargetTriple.getVendor() == llvm::Triple::Freescale || in ScanLibDirForGCCTriple()
2927 TargetTriple.getVendor() == llvm::Triple::OpenEmbedded}}; in ScanLibDirForGCCTriple()
H A DHIPAMD.cpp402 getTriple().getVendor() == llvm::Triple::AMD)) in getDeviceLibs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp471 (TT.getVendor() == Triple::UnknownVendor || in getSliceRangeForArch()
472 ObjTT.getVendor() == TT.getVendor())) { in getSliceRangeForArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h385 VendorType getVendor() const { return Vendor; } in getVendor() function
761 getVendor() == Triple::SCEI && in isPS4()
768 getVendor() == Triple::SCEI && in isPS5()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp59 if (TT.getVendor() == Triple::VendorType::AMD && in computeDataLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h138 const char *getVendor() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp76 if (TT.getVendor() == llvm::Triple::VendorType::Apple) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp384 if (target.GetArchitecture().GetTriple().getVendor() != in GetObjCVersion()
483 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) { in CreateExceptionSearchFilter()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp184 getTarget().getTriple().getVendor() == llvm::Triple::AMD)); in EmitAMDGPUDevicePrintfCallExpr()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp294 GetArchitecture().GetTriple().getVendor() == in ConvertArgumentsForLaunchingInShell()
H A DHostInfoBase.cpp210 normalized_triple.setVendor(host_triple.getVendor()); in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h374 assert(Triple.getVendor() == llvm::Triple::VendorType::AMD && in SPIRV64AMDGCNTargetInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp564 arch.GetTriple().getVendor() == llvm::Triple::Apple) in Finalize()
567 arch.GetTriple().getVendor() != llvm::Triple::Apple) in Finalize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp421 enable = arch.GetTriple().getVendor() != llvm::Triple::Apple; in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp820 GetTriple().setVendor(other.GetTriple().getVendor()); in MergeFrom()
980 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor(); in IsMatch()
981 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsMatch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1327 if (process.GetTarget().GetArchitecture().GetTriple().getVendor() ==
1391 if (triple.getVendor() != llvm::Triple::Apple) { in FilterLaunchInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp685 Triple.getVendor() != llvm::Triple::UnknownVendor || in AllocateTarget()
703 Triple.getVendor() != llvm::Triple::UnknownVendor || in AllocateTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp75 if (arch.GetTriple().getVendor() != llvm::Triple::Apple) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp536 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) { in CreateExceptionSearchFilter()

123