Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp244 bool isInlinableImm(MVT type) const;
256 return isRegClass(RCID) || isInlinableImm(type); in isRegOrInline()
1907 bool AMDGPUOperand::isInlinableImm(MVT type) const { in isInlinableImm() function in AMDGPUOperand
2033 return isRegClass(AMDGPU::VS_32RegClassID) || isInlinableImm(type); in isSDWAOperand()