Lines Matching refs:JA
378 void NVPTX::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() argument
392 if (JA.isDeviceOffloading(Action::OFK_Cuda)) { in ConstructJob()
393 GPUArchName = JA.getOffloadingArch(); in ConstructJob()
475 if (JA.isOffloading(Action::OFK_OpenMP)) in ConstructJob()
480 else if (JA.isOffloading(Action::OFK_Cuda)) in ConstructJob()
497 JA, *this, in ConstructJob()
524 void NVPTX::FatBinary::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() argument
569 JA, *this, in ConstructJob()
575 void NVPTX::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() argument
622 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); in ConstructJob()
635 JA, *this, in ConstructJob()
888 const llvm::opt::ArgList &DriverArgs, const JobAction &JA, in getDefaultDenormalModeForType() argument
890 if (JA.getOffloadingDeviceKind() == Action::OFK_Cuda) { in getDefaultDenormalModeForType()
897 assert(JA.getOffloadingDeviceKind() != Action::OFK_Host); in getDefaultDenormalModeForType()