Searched refs:retty (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 650 list<LLVMType> retty, 653 let RetTypes = retty; 725 list<LLVMType> retty, 733 AMDGPUDimNoSampleProfile<opmod, dim, retty, dataargs, Mip>, 739 list<LLVMType> retty, 747 AMDGPUDimNoSampleProfile<opmod, dim, retty, dataargs, Mip>,
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 2298 LLVMTypeRef retty; in ac_build_image_opcode() local 2300 retty = ctx->voidt; in ac_build_image_opcode() 2302 retty = data_type; in ac_build_image_opcode() 2304 LLVMValueRef result = ac_build_intrinsic(ctx, intr_name, retty, args, num_args, a->attributes); in ac_build_image_opcode() 2311 if (!sample && !atomic && retty != ctx->voidt) in ac_build_image_opcode()
|