Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1615 unsigned getCPolKind(StringRef Id, StringRef Mnemo, bool &Disabling) const;
6509 unsigned AMDGPUAsmParser::getCPolKind(StringRef Id, StringRef Mnemo, in getCPolKind() function in AMDGPUAsmParser
6577 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling); in parseCPol()