Home
last modified time | relevance | path

Searched refs:TiedOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1766 int TiedOp = -1; in buildInstructionResultOperands() local
1768 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1769 if (TiedOp != -1) { in buildInstructionResultOperands()
1772 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()
1774 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()
1776 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()
1826 int TiedOp = -1; in buildAliasResultOperands() local
1828 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()
1829 if (TiedOp != -1) { in buildAliasResultOperands()
1836 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()
[all …]
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1724 int TiedOp = -1; in buildInstructionResultOperands() local
1726 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1727 if (TiedOp != -1) { in buildInstructionResultOperands()
1728 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildInstructionResultOperands()
1773 int TiedOp = -1; in buildAliasResultOperands() local
1775 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()
1776 if (TiedOp != -1) { in buildAliasResultOperands()
1777 ResOperands.push_back(ResOperand::getTiedOp(TiedOp)); in buildAliasResultOperands()
2033 unsigned TiedOp = OpInfo.TiedOperandNum; in emitConvertFuncs() local
2034 assert(i > TiedOp && "Tied operand precedes its target!"); in emitConvertFuncs()
[all …]
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp859 int TiedOp = ARMInsts[MI.getOpcode()].getOperandConstraint( in AddThumbPredicate() local
861 assert(TiedOp >= 0 && in AddThumbPredicate()
864 MI.insert(VCCI, MCOperand(MI.getOperand(TiedOp))); in AddThumbPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp858 int TiedOp = ARMInsts[MI.getOpcode()].getOperandConstraint( in AddThumbPredicate() local
860 assert(TiedOp >= 0 && in AddThumbPredicate()
862 MI.insert(VCCI, MI.getOperand(TiedOp)); in AddThumbPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2365 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local
2366 assert(TiedOp >= 0 && in addVPTPredROperands()
2368 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2431 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local
2432 assert(TiedOp >= 0 && in addVPTPredROperands()
2434 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()