Lines Matching refs:Representation
56 const char* Representation::Mnemonic() const {
297 if (!other->representation().Equals(representation())) return false;
321 ASSERT(value == NULL || !value->representation().IsNone());
367 void HValue::ReplaceFirstAtUse(HValue* use, HValue* other, Representation r) {
469 if (representation().IsTagged() && !type().Equals(HType::Tagged())) {
772 if (representation().IsTagged()) {
778 } else if (representation().IsNone()) {
799 if (representation().IsInteger32()) {
817 if (representation().IsInteger32()) {
834 if (representation().IsInteger32()) {
850 if (representation().IsInteger32()) {
868 if (representation().IsInteger32()) {
893 if (representation().IsInteger32()) {
974 Representation req_rep = use->RequiredInputRepresentation(index);
982 for (int i = 0; i < Representation::kNumRepresentations; i++) {
989 for (int i = 0; i < Representation::kNumRepresentations; i++) {
1018 HConstant::HConstant(Handle<Object> handle, Representation r)
1038 HConstant* HConstant::CopyToRepresentation(Representation r) const {
1049 Representation::Integer32());
1155 void HCompare::SetInputRepresentation(Representation r) {
1189 set_representation(Representation::Tagged());
1519 if (representation().IsInteger32() &&
1520 !value()->representation().IsInteger32()) {
1526 representation().IsInteger32()) {