Lines Matching refs:isImm

229   assert(MO.isImm() && "did not expect relocated expression");  in getMachineOpValue()
240 if (MO.isImm()) in getLdStUImm12OpValue()
261 if (MO.isImm()) in getAdrLabelOpValue()
292 if (MO.isImm()) in getAddSubImmOpValue()
323 if (MO.isImm()) in getCondBranchTargetOpValue()
346 if (MO.isImm()) in getPAuthPCRelOpValue()
368 if (MO.isImm()) in getLoadLiteralOpValue()
396 if (MO.isImm()) in getMoveWideImmOpValue()
416 if (MO.isImm()) in getTestBranchTargetOpValue()
438 if (MO.isImm()) in getBranchTargetOpValue()
464 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getVecShifterOpValue()
488 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getFixedPointScaleOpValue()
497 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR64OpValue()
506 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR32OpValue()
515 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR16OpValue()
524 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR8OpValue()
533 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL64OpValue()
542 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL32OpValue()
551 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL16OpValue()
560 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL8OpValue()
643 assert(MO.isImm() && "Expected an immediate value!"); in getSVEIncDecImm()
654 assert(MO.isImm() && in getMoveVecShifterOpValue()
670 if (UImm16MO.isImm()) in fixMOVZ()