Searched refs:NewAsmOp (Results 1 – 2 of 2) sorted by relevance
1331 MatchableInfo::AsmOperand NewAsmOp(Token); in BuildInstructionOperandReference() local1332 NewAsmOp.SubOpIdx = SI; in BuildInstructionOperandReference()1333 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in BuildInstructionOperandReference()
1654 MatchableInfo::AsmOperand NewAsmOp(/*IsIsolatedToken=*/true, Token); in buildInstructionOperandReference() local1655 NewAsmOp.SubOpIdx = SI; in buildInstructionOperandReference()1656 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in buildInstructionOperandReference()