Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1807 int TiedOp = -1; in buildInstructionResultOperands() local
1809 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1810 if (TiedOp != -1) { in buildInstructionResultOperands()
1813 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()
1815 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()
1817 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()
1867 int TiedOp = -1; in buildAliasResultOperands() local
1869 TiedOp = OpInfo->getTiedRegister(); in buildAliasResultOperands()
1870 if (TiedOp != -1) { in buildAliasResultOperands()
1877 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3541 int TiedOp = MCID.getOperandConstraint(1, MCOI::TIED_TO); in validateInstruction() local
3542 if (TiedOp == 0) in validateInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1020 int TiedOp = MCID.getOperandConstraint(VCCPos + 3, MCOI::TIED_TO); in AddThumbPredicate() local
1021 assert(TiedOp >= 0 && in AddThumbPredicate()
1024 MI.insert(VCCI, MCOperand(MI.getOperand(TiedOp))); in AddThumbPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2556 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local
2557 assert(TiedOp >= 0 && in addVPTPredROperands()
2559 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()