Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td768 Instruction Opcode3Addr = ThreeAddr;
779 let Fields = ["Opcode2Addr", "Opcode3Addr"];
790 let PrimaryKey = ["Opcode3Addr"];
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h399 unsigned Opcode3Addr; member
H A DAMDGPUBaseInfo.cpp496 return Info ? Info->Opcode3Addr : ~0u; in mapWMMA2AddrTo3AddrOpcode()