Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h247 static OperandType typeFromString(const std::string& s,
H A DX86RecognizableInstr.cpp393 typeFromString(std::string(typeName), HasREX_WPrefix, OpSize); in handleOperand()
855 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString() function in RecognizableInstr