Home
last modified time | relevance | path

Searched refs:NVVMReflect (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp51 class NVVMReflect : public FunctionPass { class
57 NVVMReflect() : NVVMReflect(StringMap<int>()) {} in NVVMReflect() function in __anon5fdf996a0111::NVVMReflect
59 NVVMReflect(const StringMap<int> &Mapping) in NVVMReflect() function in __anon5fdf996a0111::NVVMReflect
73 FunctionPass *llvm::createNVVMReflectPass() { return new NVVMReflect(); } in createNVVMReflectPass()
75 return new NVVMReflect(Mapping); in createNVVMReflectPass()
82 char NVVMReflect::ID = 0;
83 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect",
98 void NVVMReflect::setVarMap() { in setVarMap()
116 bool NVVMReflect::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt36 NVVMReflect.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp50 class NVVMReflect : public FunctionPass { class
54 NVVMReflect() : NVVMReflect(0) {} in NVVMReflect() function in __anon892e3a4c0111::NVVMReflect
55 explicit NVVMReflect(unsigned int Sm) : FunctionPass(ID), SmVersion(Sm) { in NVVMReflect() function in __anon892e3a4c0111::NVVMReflect
64 return new NVVMReflect(SmVersion); in createNVVMReflectPass()
71 char NVVMReflect::ID = 0;
72 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect",
76 bool NVVMReflect::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt34 NVVMReflect.cpp
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp50 class NVVMReflect : public FunctionPass { class
54 NVVMReflect() : NVVMReflect(0) {} in NVVMReflect() function in __anon03396ad80111::NVVMReflect
55 explicit NVVMReflect(unsigned int Sm) : FunctionPass(ID), SmVersion(Sm) { in NVVMReflect() function in __anon03396ad80111::NVVMReflect
64 return new NVVMReflect(SmVersion); in createNVVMReflectPass()
71 char NVVMReflect::ID = 0;
72 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect",
76 bool NVVMReflect::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt36 NVVMReflect.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/
DBUILD.gn53 "NVVMReflect.cpp",
/external/llvm-project/llvm/docs/
DNVPTXUsage.rst278 pass (``NVVMReflect``) to handle conditional compilation within LLVM IR. This
294 The ``NVVMReflect`` pass should be executed early in the optimization
303 5. Run ``NVVMReflect`` pass
312 Since the ``NVVMReflect`` pass replaces conditionals with constants, it will
326 Therefore, it is recommended that ``NVVMReflect`` is executed early in the
329 The NVPTX TargetMachine knows how to schedule ``NVVMReflect`` at the beginning
408 When linking with libdevice, the ``NVVMReflect`` pass must be used. See
852 3. Run ``NVVMReflect`` and set ``__CUDA_FTZ`` to 0
/external/llvm/docs/
DNVPTXUsage.rst278 pass (``NVVMReflect``) to handle conditional compilation within LLVM IR. This
294 The ``NVVMReflect`` pass should be executed early in the optimization
303 5. Run ``NVVMReflect`` pass
312 Since the ``NVVMReflect`` pass replaces conditionals with constants, it will
326 Therefore, it is recommended that ``NVVMReflect`` is executed early in the
343 Invoking NVVMReflect
416 When linking with libdevice, the ``NVVMReflect`` pass must be used. See
860 3. Run ``NVVMReflect`` and set ``__CUDA_FTZ`` to 0