Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86RecognizableInstr.h258 static OperandType typeFromString(const std::string& s,
DX86RecognizableInstr.cpp419 typeFromString(std::string(typeName), HasREX_W, OpSize); in handleOperand()
897 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString() function in RecognizableInstr