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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1477 unsigned IntrOpcode = Intr->BaseOpcode;
1565 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l
1574 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip
1583 IntrOpcode = G16MappingInfo->G16; // set opcode to variant with _g16
1625 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode,
1631 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8,
1634 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6,
SIISelLowering.cpp 5971 unsigned IntrOpcode = Intr->BaseOpcode;
6063 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l
6074 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip
6122 IntrOpcode = G16MappingInfo->G16; // set new opcode to variant with _g16
6266 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode,
6272 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx90a,
6280 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx8,
6283 Opcode = AMDGPU::getMIMGOpcode(IntrOpcode, AMDGPU::MIMGEncGfx6,

Completed in 62 milliseconds