Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h282 static OperandType typeFromString(const std::string &s, bool hasREX_W,
H A DX86RecognizableInstr.cpp437 typeFromString(std::string(typeName), HasREX_W, OpSize); in handleOperand()
997 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString() function in RecognizableInstr