HomeSort by: relevance | last modified time | path
    Searched refs:G16 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 290 bool G16;
331 MIMGBaseOpcode G16;
AMDGPUBaseInfo.cpp 169 // Note: For subtargets that support A16 but not G16, enabling A16 also
171 // For subtargets that support A16 (operand) and G16 (done with a different
175 if ((IsA16 && !IsG16Supported) || BaseOpcode->G16)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1504 // A16 implies 16 bit gradients if subtarget doesn't support G16
1578 // Set G16 opcode
1583 IntrOpcode = G16MappingInfo->G16; // set opcode to variant with _g16
SIISelLowering.cpp 6116 // In the case where a16 and gradients are tied (no G16 support) then we
6119 // Activate g16
6122 IntrOpcode = G16MappingInfo->G16; // set new opcode to variant with _g16

Completed in 25 milliseconds