Lines Matching refs:BitField
289 typedef BitField<UsePositionType, 0, 2> TypeField; in NON_EXPORTED_BASE()
290 typedef BitField<UsePositionHintType, 2, 3> HintTypeField; in NON_EXPORTED_BASE()
291 typedef BitField<bool, 5, 1> RegisterBeneficialField; in NON_EXPORTED_BASE()
292 typedef BitField<int32_t, 6, 6> AssignedRegisterField; in NON_EXPORTED_BASE()
447 typedef BitField<bool, 0, 1> SpilledField; in NON_EXPORTED_BASE()
448 typedef BitField<int32_t, 6, 6> AssignedRegisterField; in NON_EXPORTED_BASE()
449 typedef BitField<MachineRepresentation, 12, 8> RepresentationField; in NON_EXPORTED_BASE()
646 typedef BitField<bool, 1, 1> HasSlotUseField;
647 typedef BitField<bool, 2, 1> IsPhiField;
648 typedef BitField<bool, 3, 1> IsNonLoopPhiField;
649 typedef BitField<SpillType, 4, 2> SpillTypeField;