Home
last modified time | relevance | path

Searched refs:isLegal64BitDPPControl (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp405 if (!AMDGPU::isLegal64BitDPPControl(DppCtrl->getImm())) { in combineDPPMov()
H A DSIInstrInfo.cpp4354 !AMDGPU::isLegal64BitDPPControl(DC)) { in verifyInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h899 inline bool isLegal64BitDPPControl(unsigned DC) { in isLegal64BitDPPControl() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp816 !AMDGPU::isLegal64BitDPPControl(Imm)) { in printDPPCtrl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3963 if (!AMDGPU::isLegal64BitDPPControl(DppCtrl)) { in validateDPP()