Home
last modified time | relevance | path

Searched refs:mapWMMA2AddrTo3AddrOpcode (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h778 unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc);
H A DAMDGPUBaseInfo.cpp494 unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc) { in mapWMMA2AddrTo3AddrOpcode() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3400 unsigned NewOpc = AMDGPU::mapWMMA2AddrTo3AddrOpcode(MI.getOpcode()); in convertToThreeAddress()