Home
last modified time | relevance | path

Searched defs:is_nvvm (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp4132 const bool is_nvvm = gbl.ompaccel_isdevice && PASSBYVALG(midnum); in get_ftn_dummy_lltype() local
4134 const bool is_nvvm = false; in get_ftn_dummy_lltype() local
H A Dll_structure.h187 unsigned is_nvvm : 1; /**< Targeting NVVM IR for CUDA. */ member