Searched refs:Img (Results 1 – 7 of 7) sorted by relevance
15 define spir_func float @test(%opencl.image2d_t addrspace(1)* %Img, i32 %Smp) #0 {21 …ead_imagef11ocl_image2d11ocl_samplerDv2_i(%opencl.image2d_t addrspace(1)* %Img, i32 %Smp, <2 x i32…33 define spir_kernel void @test2(%opencl.image2d_t addrspace(1)* %Img, float addrspace(1)* %result) #…36 %call = call spir_func float @test(%opencl.image2d_t addrspace(1)* %Img, i32 0)
70 bool IsSPIRVBinary(std::string &Img);87 bool IsSPIRVText(std::string &Img);
1139 auto Img = CallSampledImg->getArgOperand(0); in postProcessOCLReadImage() local1140 assert(isOCLImageType(Img->getType())); in postProcessOCLReadImage()1142 Args[0] = Img; in postProcessOCLReadImage()
32 def Img : Tag<"img"> { let EndTagForbidden = 1; }
1530 bool IsSPIRVBinary(const std::string &Img) { in IsSPIRVBinary() argument1531 if (Img.size() < sizeof(unsigned)) in IsSPIRVBinary()1533 auto Magic = reinterpret_cast<const unsigned*>(Img.data()); in IsSPIRVBinary()1559 bool IsSPIRVText(const std::string &Img) { in IsSPIRVText() argument1560 std::istringstream SS(Img); in IsSPIRVText()
150 Img software.