Lines Matching refs:isConstant
261 instr->operands[i].isConstant(),
328 op.isConstant(),
340 op.isConstant(),
351 op.isConstant(),
365 if (op.isConstant() && !op.isLiteral())
377 check(op.isConstant() || op.regClass().type() <= RegType::sgpr,
395 check(op.isConstant() || op.regClass().type() == RegType::sgpr,
400 check((instr->operands[0].isTemp()) && instr->operands[1].isConstant(),
470 check(instr->operands[1].isConstant(), "Index must be constant", instr.get());
472 check(instr->operands[3].isConstant(), "Sign-extend flag must be constant",
527 check((instr->operands[0].isFixed() && !instr->operands[0].isConstant()) ||
532 check(instr->operands[1].isConstant() ||