Searched defs:IntrID (Results 1 – 3 of 3) sorted by relevance
30 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()73 Function *AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID, in getDeclaration()
33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName()85 AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID, in getDeclaration()
2583 llvm::CallInst *CodeGenFunction::EmitTrapCall(llvm::Intrinsic::ID IntrID) { in EmitTrapCall()