Searched refs:MIMGEncoding (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h253 int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding,
262 uint8_t MIMGEncoding; member in struct:llvm::AMDGPU::MIMGInfo
H A DAMDGPUBaseInfo.cpp114 int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding, argument
116 const MIMGInfo *Info = getMIMGOpcodeHelper(BaseOpcode, MIMGEncoding,
129 getMIMGOpcodeHelper(OrigInfo->BaseOpcode, OrigInfo->MIMGEncoding,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp167 if (!Info || Info->MIMGEncoding != AMDGPU::MIMGEncGfx10NSA)
H A DSIShrinkInstructions.cpp228 if (!Info || Info->MIMGEncoding != AMDGPU::MIMGEncGfx10NSA)
H A DGCNHazardRecognizer.cpp1157 return Info->MIMGEncoding == AMDGPU::MIMGEncGfx10NSA &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp524 IsNSA = Info->MIMGEncoding == AMDGPU::MIMGEncGfx10NSA;
555 AMDGPU::getMIMGOpcode(Info->BaseOpcode, Info->MIMGEncoding, DstSize, AddrSize);

Completed in 119 milliseconds