Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:PTXVersion

939   unsigned PTXVersion = nvptxSubtarget.getPTXVersion();
940 O << ".version " << (PTXVersion / 10) << "." << (PTXVersion % 10) << "\n";