Searched refs:GenericToNVVM (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 38 class GenericToNVVM : public ModulePass { class 42 GenericToNVVM() : ModulePass(ID) {} in GenericToNVVM() function in __anonb07fc57e0111::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() [all …]
|