Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3481 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
3624 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()
4224 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()
4277 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()
4466 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()
4471 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
H A DX86Operand.h164 void setTokenValue(StringRef Value) { in setTokenValue() function