Lines Matching refs:isImm
214 assert(MO.isImm() && "did not expect relocated expression"); in getMachineOpValue()
225 if (MO.isImm()) in getLdStUImm12OpValue()
246 if (MO.isImm()) in getAdrLabelOpValue()
277 if (MO.isImm()) in getAddSubImmOpValue()
308 if (MO.isImm()) in getCondBranchTargetOpValue()
330 if (MO.isImm()) in getLoadLiteralOpValue()
358 if (MO.isImm()) in getMoveWideImmOpValue()
378 if (MO.isImm()) in getTestBranchTargetOpValue()
400 if (MO.isImm()) in getBranchTargetOpValue()
426 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getVecShifterOpValue()
450 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getFixedPointScaleOpValue()
459 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR64OpValue()
468 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR32OpValue()
477 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR16OpValue()
486 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR8OpValue()
495 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL64OpValue()
504 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL32OpValue()
513 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL16OpValue()
522 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL8OpValue()
567 assert(MO.isImm() && "Expected an immediate value!"); in getSVEIncDecImm()
578 assert(MO.isImm() && in getMoveVecShifterOpValue()
594 if (UImm16MO.isImm()) in fixMOVZ()