Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h320 int getMCOpcode(uint16_t Opcode, unsigned Gen);
HDAMDGPUBaseInfo.cpp220 int getMCOpcode(uint16_t Opcode, unsigned Gen) { in getMCOpcode() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp6390 int MCOp = AMDGPU::getMCOpcode(Opcode, Gen); in pseudoToMCOpcode()