Searched refs:isFPImm (Results 1 – 11 of 11) sorted by relevance
58 bool isFPImm() const { return Kind == kFPImmediate; } in isFPImm() function84 assert(isFPImm() && "This is not an FP immediate"); in getFPImm()89 assert(isFPImm() && "This is not an FP immediate"); in setFPImm()
210 bool isFPImm() const { return OpKind == MO_FPImmediate; } in isFPImm() function400 assert(isFPImm() && "Wrong MachineOperand accessor"); in getFPImm()
173 } else if (Op.isFPImm()) { in printOperand()
84 if (mop.isFPImm()) in hasImmInstruction()
179 } else if (MO.isFPImm()) { in getMachineOpValue()
509 assert (MO.isFPImm() && "Invalid machine operand!"); in addConstantFPValue()1389 else if (DVInsn->getOperand(0).isFPImm()) in constructVariableDIE()
574 if (MI->getOperand(0).isFPImm()) { in EmitDebugValueComment()
959 if (MI->getOperand(0).isFPImm()) in getDebugLocEntry()
421 } else if (MO.isFPImm()) { in getMachineOpValue()
461 else if (MO.isFPImm()) in getMachineOpValue()
548 bool isFPImm() const { in isFPImm() function in __anon7515f1c60311::ARMOperand