Searched refs:NVVMReflect (Results 1 – 4 of 4) sorted by relevance
51 class NVVMReflect : public FunctionPass { class55 NVVMReflect() : NVVMReflect(0) {} in NVVMReflect() function in __anon4c79d6910111::NVVMReflect56 explicit NVVMReflect(unsigned int Sm) : FunctionPass(ID), SmVersion(Sm) { in NVVMReflect() function in __anon4c79d6910111::NVVMReflect65 return new NVVMReflect(SmVersion); in createNVVMReflectPass()72 char NVVMReflect::ID = 0;73 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect",182 bool NVVMReflect::runOnFunction(Function &F) { in runOnFunction()
37 NVVMReflect.cpp
54 "NVVMReflect.cpp",
278 pass (``NVVMReflect``) to handle conditional compilation within LLVM IR. This294 The ``NVVMReflect`` pass should be executed early in the optimization303 5. Run ``NVVMReflect`` pass312 Since the ``NVVMReflect`` pass replaces conditionals with constants, it will326 Therefore, it is recommended that ``NVVMReflect`` is executed early in the329 The NVPTX TargetMachine knows how to schedule ``NVVMReflect`` at the beginning408 When linking with libdevice, the ``NVVMReflect`` pass must be used. See852 3. Run ``NVVMReflect`` and set ``__CUDA_FTZ`` to 0