Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp1331 MatchableInfo::AsmOperand NewAsmOp(Token); in BuildInstructionOperandReference() local
1332 NewAsmOp.SubOpIdx = SI; in BuildInstructionOperandReference()
1333 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in BuildInstructionOperandReference()
/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()