Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1654 MatchableInfo::AsmOperand NewAsmOp(/*IsIsolatedToken=*/true, Token); in buildInstructionOperandReference() local
1655 NewAsmOp.SubOpIdx = SI; in buildInstructionOperandReference()
1656 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in buildInstructionOperandReference()
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1694 MatchableInfo::AsmOperand NewAsmOp(/*IsIsolatedToken=*/true, Token); in buildInstructionOperandReference() local
1695 NewAsmOp.SubOpIdx = SI; in buildInstructionOperandReference()
1696 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in buildInstructionOperandReference()