Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1516 const AMDGPU::MIMGMIPMappingInfo *MIPMappingInfo = in selectImageIntrinsic() local
1611 if (MIPMappingInfo) { in selectImageIntrinsic()
1615 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in selectImageIntrinsic()
H A DSIISelLowering.cpp6023 const AMDGPU::MIMGMIPMappingInfo *MIPMappingInfo = in lowerImage() local
6124 if (MIPMappingInfo) { in lowerImage()
6128 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in lowerImage()