Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp155 void setTokenValue(StringRef Value) { in setTokenValue() function
877 static_cast<X86Operand*>(Operands[0])->setTokenValue(ins); in ParseInstruction()
907 static_cast<X86Operand*>(Operands[0])->setTokenValue(ins); in ParseInstruction()
935 static_cast<X86Operand*>(Operands[0])->setTokenValue("int3"); in ParseInstruction()
1010 Op->setTokenValue(Tmp.str()); in MatchAndEmitInstruction()
1034 Op->setTokenValue(Base); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2556 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
2721 static_cast<X86Operand &>(*Operands[0]).setTokenValue("int3"); in ParseInstruction()
2732 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()
2974 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()
2999 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()
3154 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()
3159 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
DX86Operand.h153 void setTokenValue(StringRef Value) { in setTokenValue() function
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2367 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
2516 static_cast<X86Operand &>(*Operands[0]).setTokenValue("int3"); in ParseInstruction()
2527 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()
2652 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()
2677 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()
DX86Operand.h91 void setTokenValue(StringRef Value) { in setTokenValue() function