/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 44 Triple.isNVPTX() ? "$offloading$entry_name" : ".offloading.entry_name"; in getOffloadingEntryInitializer() 73 Triple.isNVPTX() ? "$offloading$entry$" : ".offloading.entry."; in emitOffloadingEntry()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 176 assert(getTarget().getTriple().isNVPTX()); in EmitNVPTXDevicePrintfCallExpr() 218 assert(getTarget().getTriple().isNVPTX() || in EmitOpenMPDevicePrintfCallExpr()
|
H A D | CGException.cpp | 450 if (CGM.getLangOpts().OpenMPIsTargetDevice && (T.isNVPTX() || T.isAMDGCN())) { in EmitCXXThrowExpr() 627 (CGM.getLangOpts().OpenMPIsTargetDevice && (T.isNVPTX() || T.isAMDGCN())); in EmitCXXTryStmt()
|
H A D | CodeGenModule.h | 1022 (getTriple().isNVPTX() || getTriple().isAMDGPU()));
|
H A D | CGVTables.cpp | 806 CGM.getTriple().isNVPTX()) in addVTableComponent()
|
H A D | CodeGenModule.cpp | 840 if (Triple.isAMDGPU() || Triple.isNVPTX()) in isStackProtectorOn() 1255 if (LangOpts.CUDAIsDevice && getTriple().isNVPTX()) { in Release()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 55 if (!(M && Triple(M->getTargetTriple()).isNVPTX())) in makeUniqueName()
|
H A D | RuntimeLibcalls.cpp | 219 if (TT.isNVPTX()) { in initLibcalls()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 79 if (!HostTriple.isNVPTX()) in NVPTXTargetInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.cpp | 385 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob() 531 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob() 584 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob()
|
H A D | Clang.cpp | 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() [all …]
|
H A D | CommonArgs.cpp | 1177 return TC->getTriple().isNVPTX(); in addOpenMPDeviceLibC() 2881 } else if (Triple.isNVPTX() || Triple.isAMDGPU() || Triple.isSPIRV()) { in addMCModel()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 269 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 369 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 912 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in applyConcreteDbgVariableAttributes() 931 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in applyConcreteDbgVariableAttributes()
|
H A D | DwarfDebug.cpp | 351 UseInlineStrings = TT.isNVPTX() || tuneForDBX(); in DwarfDebug() 355 UseLocSection = !TT.isNVPTX(); in DwarfDebug() 373 TT.isNVPTX() ? 2 : (DwarfVersion ? DwarfVersion : dwarf::DWARF_VERSION); in DwarfDebug() 391 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug() 395 UseSectionsAsReferences = TT.isNVPTX(); in DwarfDebug()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 137 assert(!(TargetTriple.isNVPTX() || TargetTriple.isAMDGPU()) && in SanitizerBinaryMetadata()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 847 bool isNVPTX() const { in isNVPTX() function
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1570 if (SrcTriple.isNVPTX() && DstTriple.isNVPTX()) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 860 if (T.isNVPTX()) { in initializeLibCalls()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | SanitizerArgs.cpp | 1136 if (TC.getTriple().isNVPTX()) in addArgs()
|
H A D | Driver.cpp | 952 if (TT.isNVPTX() || TT.isAMDGCN()) { in CreateOffloadingDeviceToolChains() 959 if (TT.isNVPTX()) in CreateOffloadingDeviceToolChains() 3157 if (HostTC->getTriple().isNVPTX() || in initialize() 4425 if (!SuppressError && Triple.isNVPTX() && in getCanonicalArchString()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1024 (LangOpts.OpenMPIsTargetDevice && Target.getTriple().isNVPTX())) && in NumericLiteralParser()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4135 if ((Opts.OpenMPIsTargetDevice && (T.isNVPTX() || T.isAMDGCN())) || in ParseLangArgs() 4141 if (Opts.OpenMPIsTargetDevice && T.isNVPTX()) { in ParseLangArgs() 4213 (T.isNVPTX() || T.isAMDGCN()) && in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 813 Context.getTargetInfo().getTriple().isNVPTX()) || in getLVForNamespaceScopeDecl() 1002 Context.getTargetInfo().getTriple().isNVPTX()) || in getLVForClassMember()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 203 return T.isAMDGPU() || T.isNVPTX(); in isGPU()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1668 if (S.Context.getTargetInfo().getTriple().isNVPTX()) { in handleAliasAttr() 5073 if (!TI.getTriple().isNVPTX()) in getOffloadArch()
|