Home
last modified time | relevance | path

Searched refs:NVPTXInferAddressSpaces (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp119 class NVPTXInferAddressSpaces: public FunctionPass { class
123 NVPTXInferAddressSpaces() : FunctionPass(ID) {} in NVPTXInferAddressSpaces() function in __anon1af45f790111::NVPTXInferAddressSpaces
148 char NVPTXInferAddressSpaces::ID = 0;
153 INITIALIZE_PASS(NVPTXInferAddressSpaces, "nvptx-infer-addrspace",
421 bool NVPTXInferAddressSpaces::runOnFunction(Function &F) { in runOnFunction()
438 void NVPTXInferAddressSpaces::inferAddressSpaces( in inferAddressSpaces()
483 Optional<unsigned> NVPTXInferAddressSpaces::updateAddressSpace( in updateAddressSpace()
509 bool NVPTXInferAddressSpaces::rewriteWithNewAddressSpaces( in rewriteWithNewAddressSpaces()
585 return new NVPTXInferAddressSpaces(); in createNVPTXInferAddressSpacesPass()
DCMakeLists.txt21 NVPTXInferAddressSpaces.cpp
/external/llvm/docs/
DCompileCudaWithLLVM.rst210 <https://github.com/llvm-mirror/llvm/blob/master/lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp>`_