Searched refs:IntrOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 1518 unsigned IntrOpcode = Intr->BaseOpcode; in selectImageIntrinsic() local 1606 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l in selectImageIntrinsic() 1615 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in selectImageIntrinsic() 1624 IntrOpcode = G16MappingInfo->G16; // set opcode to variant with _g16 in selectImageIntrinsic() 1666 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, in selectImageIntrinsic() 1672 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8, in selectImageIntrinsic() 1675 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6, in selectImageIntrinsic()
|
| H A D | SIISelLowering.cpp | 6025 unsigned IntrOpcode = Intr->BaseOpcode; in lowerImage() local 6117 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l in lowerImage() 6128 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in lowerImage() 6176 IntrOpcode = G16MappingInfo->G16; // set new opcode to variant with _g16 in lowerImage() 6321 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, in lowerImage() 6327 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx90a, in lowerImage() 6335 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8, in lowerImage() 6338 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6, in lowerImage()
|