Home
last modified time | relevance | path

Searched refs:IntrOpcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1477 unsigned IntrOpcode = Intr->BaseOpcode; in selectImageIntrinsic() local
1565 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l in selectImageIntrinsic()
1574 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in selectImageIntrinsic()
1583 IntrOpcode = G16MappingInfo->G16; // set opcode to variant with _g16 in selectImageIntrinsic()
1625 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, in selectImageIntrinsic()
1631 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8, in selectImageIntrinsic()
1634 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6, in selectImageIntrinsic()
H A DSIISelLowering.cpp5971 unsigned IntrOpcode = Intr->BaseOpcode; in lowerImage() local
6063 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l in lowerImage()
6074 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in lowerImage()
6122 IntrOpcode = G16MappingInfo->G16; // set new opcode to variant with _g16 in lowerImage()
6266 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, in lowerImage()
6272 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx90a, in lowerImage()
6280 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8, in lowerImage()
6283 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6, in lowerImage()