Lines Matching refs:representation
65 return call_descriptor->GetReturnType(index).representation();
89 // A sandboxed pointer is a Word64 that uses an encoded representation
113 .representation();
117 linkage_->GetReturnType().representation());
130 .representation()
131 .representation());
137 LoadRepresentationOf(node->op()).representation());
146 LoadRepresentationOf(node->op()).representation());
156 call_descriptor->GetReturnType(0).representation();
166 AtomicStoreParametersOf(node->op()).representation());
194 AtomicOpType(node->op()).representation());
199 StoreRepresentationOf(node->op()).representation());
599 .representation())) ||
602 .representation())))) {
688 switch (type.representation()) {
699 type.representation());
739 MachineRepresentation representation) {
743 if (input_representation != representation) {
747 << input_representation << " which doesn't have a " << representation
748 << " representation.";
767 << " which doesn't have a tagged representation.";
787 << " which doesn't have a compressed or tagged representation.";
813 << " which doesn't have a compressed, tagged, or int32 representation.";
846 << " which doesn't have a tagged or pointer representation.";
873 << " which doesn't have an int32-compatible representation.";
896 "representation.";
923 << " which doesn't have a kWord64 representation.";
937 << " which doesn't have a kFloat32 representation.";
951 << " which doesn't have a kFloat64 representation.";
965 call_descriptor->GetInputType(i).representation();
976 << " representation (expected: " << expected_input_type << ").";