Searched refs:ImmTyCPol (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 124 ImmTyCPol, enumerator 388 bool isCPol() const { return isImmTy(ImmTyCPol); } in isCPol() 1079 case ImmTyCPol: OS << "CPol"; break; in printImmTy() 4919 SMLoc S = getImmLoc(AMDGPUOperand::ImmTyCPol, Operands); in validateCoherencyBits() 4934 SMLoc S = getImmLoc(AMDGPUOperand::ImmTyCPol, Operands); in validateCoherencyBits() 4954 SMLoc S = getImmLoc(AMDGPUOperand::ImmTyCPol, Operands); in validateCoherencyBits() 4977 SMLoc S = getImmLoc(AMDGPUOperand::ImmTyCPol, Operands); in validateTHAndScopeBits() 6567 AMDGPUOperand::ImmTyCPol)); in parseCPol() 6602 AMDGPUOperand::CreateImm(this, Enabled, OpLoc, AMDGPUOperand::ImmTyCPol)); in parseCPol() 8331 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyCPol, 0); in cvtMubufImpl()
|