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.cpp1803 int TiedOp = -1; in buildInstructionResultOperands() local
1805 TiedOp = OpInfo.getTiedRegister(); in buildInstructionResultOperands()
1806 if (TiedOp != -1) { in buildInstructionResultOperands()
1809 ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) in buildInstructionResultOperands()
1811 TiedOp, ResOperands[TiedOp].AsmOperandNum, TiedSrcOperand)); in buildInstructionResultOperands()
1813 ResOperands.push_back(ResOperand::getTiedOp(TiedOp, 0, 0)); in buildInstructionResultOperands()
1861 int TiedOp = -1; in buildAliasResultOperands() local
1863 TiedOp = OpInfo.getTiedRegister(); in buildAliasResultOperands()
1864 if (TiedOp != -1) { in buildAliasResultOperands()
1871 if (ResOperands[TiedOp].Kind == ResOperand::RenderAsmOperand) { in buildAliasResultOperands()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3801 int TiedOp = MCID.getOperandConstraint(1, MCOI::TIED_TO); in validateInstruction() local
3802 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.cpp2557 int TiedOp = MCID.getOperandConstraint(NextOpIndex, MCOI::TIED_TO); in addVPTPredROperands() local
2558 assert(TiedOp >= 0 && in addVPTPredROperands()
2560 RegNum = Inst.getOperand(TiedOp).getReg(); in addVPTPredROperands()