Lines Matching defs:weight
4051 /// Examine constraint type and operand type and determine a weight value.
4057 ConstraintWeight weight = CW_Invalid;
4060 // but allow it at the lowest weight.
4067 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
4072 weight = CW_Register;
4077 weight = CW_Register;
4079 weight = CW_Register;
4085 weight = CW_SpecificReg;
4095 weight = CW_Constant;
4098 weight = CW_Memory;
4101 return weight;