/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | target_util.cc | 172 if (target_triple.isNVPTX()) { in ObtainDeviceFunctionName() 230 if (target_triple.isNVPTX()) { in EmitCallToTargetIntrinsic() 256 if (target_triple.isNVPTX()) { in AnnotateFunctionAsGpuKernel()
|
D | ir_emission_utils.cc | 515 if (target_triple.isNVPTX()) { in EmitFullWarpShuffleDown() 534 if (target_triple.isNVPTX()) { in EmitFullWarpShuffleDown()
|
D | ir_emitter.cc | 291 if (target_triple.isNVPTX()) { in MaybeEmitDirectAtomicOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 58 if (!(M && Triple(M->getTargetTriple()).isNVPTX())) in makeUniqueName()
|
/external/llvm-project/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 58 if (!(M && Triple(M->getTargetTriple()).isNVPTX())) in makeUniqueName()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGGPUBuiltin.cpp | 72 assert(getTarget().getTriple().isNVPTX()); in EmitNVPTXDevicePrintfCallExpr()
|
D | CGVTables.cpp | 777 CGM.getTriple().isNVPTX()) in addVTableComponent()
|
D | CodeGenModule.cpp | 659 if (LangOpts.CUDAIsDevice && getTriple().isNVPTX()) { in Release() 6030 getTriple().isNVPTX())) in GetAddrOfRTTIDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 231 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 285 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 403 if (Asm->MF->getTarget().getTargetTriple().isNVPTX()) { in updateSubprogramScopeDIE() 671 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl() 690 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
|
D | DwarfDebug.cpp | 367 UseInlineStrings = TT.isNVPTX(); in DwarfDebug() 371 UseLocSection = !TT.isNVPTX(); in DwarfDebug() 389 TT.isNVPTX() ? 2 : (DwarfVersion ? DwarfVersion : dwarf::DWARF_VERSION); in DwarfDebug() 391 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug() 395 UseSectionsAsReferences = TT.isNVPTX(); in DwarfDebug()
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | NVPTX.cpp | 85 if (!HostTriple.isNVPTX()) in NVPTXTargetInfo()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Cuda.cpp | 397 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob() 526 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob() 576 assert(TC.getTriple().isNVPTX() && "Wrong platform"); in ConstructJob()
|
D | Clang.cpp | 1189 getToolChain().getTriple().isNVPTX()){ in AddPreprocessingOptions() 2984 if (EffectiveTriple.isNVPTX()) in RenderSSPOptions() 4786 if (!RawTriple.isOSDarwin() && !RawTriple.isNVPTX() && !RawTriple.isOSAIX()) in ConstructJob() 5028 if (!Triple.isNVPTX() && !Triple.isAMDGCN()) in ConstructJob() 6717 bool isNVPTX = getToolChain().getTriple().isNVPTX(); in AddClangCLArgs() local 6785 if (!isNVPTX && Args.hasFlag(options::OPT__SLASH_GS, options::OPT__SLASH_GS_, in AddClangCLArgs() 6806 if (!isNVPTX && (EH.Synch || EH.Asynch)) { in AddClangCLArgs() 6875 bool ArchSupported = !isNVPTX; in AddClangCLArgs()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 222 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 278 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 749 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl() 768 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in constructVariableDIEImpl()
|
D | DwarfDebug.cpp | 351 UseInlineStrings = TT.isNVPTX(); in DwarfDebug() 355 UseLocSection = !TT.isNVPTX(); in DwarfDebug() 373 TT.isNVPTX() ? 2 : (DwarfVersion ? DwarfVersion : dwarf::DWARF_VERSION); in DwarfDebug() 380 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug() 384 UseSectionsAsReferences = TT.isNVPTX(); in DwarfDebug()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 586 bool isNVPTX() const { in isNVPTX() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 690 bool isNVPTX() const { in isNVPTX() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 696 bool isNVPTX() const { in isNVPTX() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 3278 if ((Opts.OpenMPIsDevice && (T.isNVPTX() || T.isAMDGCN())) || in ParseLangArgs() 3283 if (Opts.OpenMPIsDevice && T.isNVPTX()) { in ParseLangArgs() 3344 Opts.OpenMPCUDAMode = Opts.OpenMPIsDevice && (T.isNVPTX() || T.isAMDGCN()) && in ParseLangArgs() 3350 Opts.OpenMPIsDevice && (T.isNVPTX() || T.isAMDGCN()) && in ParseLangArgs() 3355 Opts.OpenMPIsDevice && (T.isNVPTX() || T.isAMDGCN()) && in ParseLangArgs()
|
/external/llvm-project/clang/lib/Driver/ |
D | SanitizerArgs.cpp | 937 if (TC.getTriple().isNVPTX() || TC.getTriple().isAMDGPU()) in addArgs()
|
D | Driver.cpp | 744 if (TT.isNVPTX()) { in CreateOffloadingDeviceToolChains() 2580 if (HostTC->getTriple().isNVPTX() || in initialize()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 407 if (T.isNVPTX()) { in initialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 546 if (T.isNVPTX()) { in initialize()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 547 if (T.isNVPTX()) { in initialize()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 472 if (LangOpts.CUDAIsDevice && getTarget().getTriple().isNVPTX()) { in Release() 4065 if (Context.getTargetInfo().getTriple().isNVPTX()) in EmitStaticExternCAliases()
|