| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 56 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 65 : MxInst<(outs TYPE.ROp:$dst), 66 (ins TYPE.ROp:$src, !cast<Operand>("Mxi"#TYPE.Size#"imm"):$opd),
|
| H A D | M68kInstrAtomics.td | 21 : MxInst<(outs type.ROp:$out), 22 (ins type.ROp:$dc, type.ROp:$du, !cast<MxMemOp>("MxARI"#type.Size):$mem),
|
| H A D | M68kInstrArithmetic.td | 70 : MxInst<(outs DST_TYPE.ROp:$dst), (ins DST_TYPE.ROp:$src, SRC_TYPE.ROp:$opd), 90 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 104 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd), 131 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), 146 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), 168 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$opd), 329 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 391 : MxInst<(outs), (ins LHS_TYPE.ROp:$lhs, RHS_TYPE.ROp:$rhs), 407 : MxInst<(outs), (ins TYPE.IOp:$imm, TYPE.ROp:$reg), 460 : MxInst<(outs), (ins TYPE.ROp:$reg, MEMOpd:$mem), [all …]
|
| H A D | M68kInstrBits.td | 62 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.ROp:$bitno), "btst\t$bitno, $dst", 68 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst", 75 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$bitno), "btst\t$bitno, $dst",
|
| H A D | M68kInstrCompiler.td | 59 : MxPseudo<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$t, TYPE.ROp:$f, i8imm:$cond),
|
| H A D | M68kInstrData.td | 315 : MxPseudo<(outs), (ins MEMOp:$dst, TYPE.ROp:$reg)>; 318 : MxPseudo<(outs TYPE.ROp:$dst), (ins MEMOp:$src)>; 495 : MxPseudo<(outs DST.ROp:$dst), (ins SRC.ROp:$src), PAT>; 498 : MxPseudo<(outs DST.ROp:$dst), (ins SRCOpd:$src), PAT>;
|
| H A D | M68kInstrInfo.td | 610 MxOperand ROp = rOp;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 682 const auto *ROp = R->getOperand(I); in equivalentAsOperands() local 684 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands() 685 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands() 694 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 571 Instruction::BinaryOps ROp) { in leftDistributesOverRight() argument 575 return ROp == Instruction::Or || ROp == Instruction::Xor; in leftDistributesOverRight() 579 return ROp == Instruction::And; in leftDistributesOverRight() 584 return ROp == Instruction::Add || ROp == Instruction::Sub; in leftDistributesOverRight() 592 Instruction::BinaryOps ROp) { in rightDistributesOverLeft() argument 593 if (Instruction::isCommutative(ROp)) in rightDistributesOverLeft() 594 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft() 597 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1123 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local 1125 (!ROp && !isa<UnsetInit>(RHSs->getOperator()))) in Fold() 1127 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold() 1132 Init *Op = LOp ? LOp : ROp; in Fold()
|