Lines Matching refs:GenericToNVVM
38 class GenericToNVVM : public ModulePass { class
42 GenericToNVVM() : ModulePass(ID) {} in GenericToNVVM() function in __anon31c527de0111::GenericToNVVM
67 char GenericToNVVM::ID = 0;
69 ModulePass *llvm::createGenericToNVVMPass() { return new GenericToNVVM(); } in createGenericToNVVMPass()
72 GenericToNVVM, "generic-to-nvvm",
76 bool GenericToNVVM::runOnModule(Module &M) { in runOnModule()
169 Value *GenericToNVVM::getOrInsertCVTA(Module *M, Function *F, in getOrInsertCVTA()
212 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, in remapConstant()
252 Value *GenericToNVVM::remapConstantVectorOrConstantAggregate( in remapConstantVectorOrConstantAggregate()
291 Value *GenericToNVVM::remapConstantExpr(Module *M, Function *F, ConstantExpr *C, in remapConstantExpr()
372 void GenericToNVVM::remapNamedMDNode(ValueToValueMapTy &VM, NamedMDNode *N) { in remapNamedMDNode()