Searched refs:LastOp (Results 1 – 7 of 7) sorted by relevance
1333 static const int LastOp = TargetOpcode::PRE_ISEL_GENERIC_OPCODE_END; variable1337 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1];1339 ScalarSizeChangeStrategies[LastOp - FirstOp + 1];1341 VectorElementSizeChangeStrategies[LastOp - FirstOp + 1];1345 SmallVector<SizeAndActionsVec, 1> ScalarActions[LastOp - FirstOp + 1];1346 SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[LastOp - FirstOp + 1];1348 AddrSpace2PointerActions[LastOp - FirstOp + 1];1350 NumElements2Actions[LastOp - FirstOp + 1];1352 LegalizeRuleSet RulesForOpcode[LastOp - FirstOp + 1];
289 for (unsigned OpcodeIdx = 0; OpcodeIdx <= LastOp - FirstOp; ++OpcodeIdx) { in computeTables()405 assert(Opcode >= FirstOp && Opcode <= LastOp && "Unsupported opcode"); in getOpcodeIdxForOpcode()452 assert(OpcodeTo >= FirstOp && OpcodeTo <= LastOp && "Unsupported opcode"); in aliasActionDefinitions()623 if (Aspect.Opcode < FirstOp || Aspect.Opcode > LastOp) in findScalarLegalAction()654 if (Aspect.Opcode < FirstOp || Aspect.Opcode > LastOp) in findVectorLegalAction()698 for (unsigned Opcode = FirstOp; Opcode <= LastOp; ++Opcode) { in verify()
222 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), R600::OpName::last); in setIsLastBit() local223 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit()
2244 MachineInstr *LastOp = nullptr; in RescheduleOps() local2282 LastOp = Op; in RescheduleOps()2300 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()2307 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()
6464 const ARMOperand *LastOp = &Op5; in tryConvertingToTwoOperandForm() local6471 LastOp = &Op4; in tryConvertingToTwoOperandForm()6481 LastOp->isReg()) in tryConvertingToTwoOperandForm()6486 if ((Mnemonic == "add" || Mnemonic == "sub") && LastOp->isImm0_7()) in tryConvertingToTwoOperandForm()
2494 const auto *LastOp = Mul->getOperand(Mul->getNumOperands() - 1); in getAddExpr() local2495 if (const auto *T = dyn_cast<SCEVTruncateExpr>(LastOp)) in getAddExpr()
36519 SDValue LastOp = N0.getOperand(N0.getNumOperands() - 1); in combineBitcast() local36520 if (ISD::isBuildVectorAllZeros(LastOp.getNode())) { in combineBitcast()36521 SrcVT = LastOp.getValueType(); in combineBitcast()