Home
last modified time | relevance | path

Searched defs:IntrID (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp32 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
71 Function *AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID, in getDeclaration()
DAMDGPUPromoteAlloca.cpp316 Intrinsic::ID IntrID = Intrinsic::ID::not_intrinsic; in getWorkitemID() local
DSIISelLowering.cpp1921 unsigned IntrID = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerINTRINSIC_W_CHAIN() local
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp37 std::string BlackfinIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
96 Function *BlackfinIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID, in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp40 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
105 Function *MBlazeIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID, in getDeclaration()
/external/clang/lib/CodeGen/
DCGExpr.cpp2752 llvm::CallInst *CodeGenFunction::EmitTrapCall(llvm::Intrinsic::ID IntrID) { in EmitTrapCall()