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.h284 static OperandType typeFromString(StringRef Str, bool hasREX_W,
H A DX86RecognizableInstr.cpp467 typeFromString(typeName, HasREX_W, OpSize); in handleOperand()
1024 OperandType RecognizableInstr::typeFromString(StringRef Str, bool hasREX_W, in typeFromString() function in RecognizableInstr