Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp36 size_t CondPos = Mnemonic.find("${cond}"); in getMnemonic() local
37 if (CondPos != StringRef::npos) in getMnemonic()
38 Mnemonic = AsmString.replace(CondPos, StringRef::npos, "CC"); in getMnemonic()