Lines Matching refs:isNVPTX
1085 (getToolChain().getTriple().isNVPTX() || in AddPreprocessingOptions()
1262 if ((getToolChain().getTriple().isNVPTX() || in AddPreprocessingOptions()
3491 if (EffectiveTriple.isNVPTX()) in RenderSSPOptions()
5254 } else if (Triple.isNVPTX() && !IsRDCMode && in ConstructJob()
5922 if (!RawTriple.isOSDarwin() && !RawTriple.isNVPTX()) in ConstructJob()
6177 } else if (Triple.isNVPTX()) { in ConstructJob()
6224 if (!Triple.isNVPTX() && !Triple.isAMDGCN()) in ConstructJob()
8227 bool isNVPTX = getToolChain().getTriple().isNVPTX(); in AddClangCLArgs() local
8246 if (!isNVPTX && Args.hasFlag(options::OPT__SLASH_GS, options::OPT__SLASH_GS_, in AddClangCLArgs()
8256 if (!isNVPTX && (EH.Synch || EH.Asynch)) { in AddClangCLArgs()
8340 bool ArchSupported = !isNVPTX; in AddClangCLArgs()
9052 if (TC->getTriple().isNVPTX()) { in ConstructJob()