Searched refs:PrevOp (Results 1 – 8 of 8) sorted by relevance
640 std::string PrevOp(""); in emitCompressInstEmitter() local666 if (CurOp != PrevOp) { in emitCompressInstEmitter()667 if (PrevOp != "") in emitCompressInstEmitter()668 CaseStream.indent(6) << "break;\n } // case " + PrevOp + "\n"; in emitCompressInstEmitter()829 PrevOp = CurOp; in emitCompressInstEmitter()
2893 auto PrevOp = ComplexPatternOperands.find(Child->getName()); in ParseTreePattern() local2894 if (PrevOp != ComplexPatternOperands.end()) { in ParseTreePattern()2895 if (PrevOp->getValue() != OperandId) in ParseTreePattern()
2235 auto PrevOp = ComplexPatternOperands.find(Child->getName()); in ParseTreePattern() local2236 if (PrevOp != ComplexPatternOperands.end()) { in ParseTreePattern()2237 if (PrevOp->getValue() != OperandId) in ParseTreePattern()
9221 SDValue PrevOp; in matchBinOpReduction() local9226 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9242 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9247 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9249 PrevOp = Op; in matchBinOpReduction()
9424 SDValue PrevOp; in matchBinOpReduction() local9429 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9445 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9450 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()9452 PrevOp = Op; in matchBinOpReduction()
3115 std::unique_ptr<ARMOperand> PrevOp( in tryParseShiftRegister() local3117 if (!PrevOp->isReg()) in tryParseShiftRegister()3118 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()3119 int SrcReg = PrevOp->getReg(); in tryParseShiftRegister()
3973 std::unique_ptr<ARMOperand> PrevOp( in tryParseShiftRegister() local3975 if (!PrevOp->isReg()) in tryParseShiftRegister()3976 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()3977 int SrcReg = PrevOp->getReg(); in tryParseShiftRegister()
4046 std::unique_ptr<ARMOperand> PrevOp( in tryParseShiftRegister() local4048 if (!PrevOp->isReg()) in tryParseShiftRegister()4049 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()4050 int SrcReg = PrevOp->getReg(); in tryParseShiftRegister()