Home
last modified time | relevance | path

Searched refs:isMAC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h605 bool isMAC(unsigned Opc);
H A DAMDGPUBaseInfo.cpp552 bool isMAC(unsigned Opc) { in isMAC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp631 if (AMDGPU::isMAC(MI.getOpcode())) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8678 if (isMAC(Opc)) { in cvtVOP3()