Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h778 unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc);
H A DAMDGPUBaseInfo.cpp494 unsigned mapWMMA2AddrTo3AddrOpcode(unsigned Opc) { in mapWMMA2AddrTo3AddrOpcode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3400 unsigned NewOpc = AMDGPU::mapWMMA2AddrTo3AddrOpcode(MI.getOpcode()); in convertToThreeAddress()