Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h241 static OperandType typeFromString(const std::string& s,
H A DX86RecognizableInstr.cpp399 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand()
795 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString() function in RecognizableInstr