Home
last modified time | relevance | path

Searched refs:addCallInst (Results 1 – 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp250 addCallInst(M, kOCLBuiltinName::GetImageWidth, int32Ty, in visitCallSPRIVImageQuerySize()
267 addCallInst(M, kOCLBuiltinName::GetImageDim, retTy, in visitCallSPRIVImageQuerySize()
313 addCallInst(M, kOCLBuiltinName::GetImageArraySize, sizeTy, in visitCallSPRIVImageQuerySize()
541 CallInst *call = addCallInst(M, castBuiltInName, dstVecTy, Cast.getOperand(0), in visitCastInst()
DSPIRVUtil.cpp654 auto NewCI = addCallInst(M, NewName, CI->getType(), Args, Attrs, CI, Mangle, in mutateCallInst()
679 auto NewCI = addCallInst(M, NewName, RetTy, Args, Attrs, in mutateCallInst()
723 addCallInst(Module *M, StringRef FuncName, Type *RetTy, ArrayRef<Value *> Args, in addCallInst() function
739 return addCallInst(M, FuncName, RetTy, Args, Attrs, Pos, &BtnInfo, in addCallInstSPIRV()
818 return addCallInst(M, SPIR_INTRINSIC_BLOCK_BIND, BlkTy, BlkArgs, nullptr, in addBlockBind()
DSPIRVInternal.h683 CallInst *addCallInst(Module *M, StringRef FuncName, Type *RetTy,
DSPIRVWriter.cpp1240 return BM->addCallInst( in transCallInst()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h255 virtual SPIRVInstruction *addCallInst(SPIRVFunction*,
DSPIRVModule.cpp244 virtual SPIRVInstruction *addCallInst(SPIRVFunction*,
992 SPIRVModuleImpl::addCallInst(SPIRVFunction* TheFunction, in addCallInst() function in SPIRV::SPIRVModuleImpl