Lines Matching refs:representation
66 return call_descriptor->GetReturnType(index).representation(); in GetProjectionType()
100 .representation(); in Run()
104 linkage_->GetReturnType().representation()); in Run()
118 LoadRepresentationOf(node->op()).representation()); in Run()
128 LoadRepresentationOf(node->op()).representation()); in Run()
139 call_descriptor->GetReturnType(0).representation(); in Run()
158 AtomicOpType(node->op()).representation()); in Run()
163 StoreRepresentationOf(node->op()).representation()); in Run()
570 switch (type.representation()) { in Run()
581 type.representation()); in Run()
616 MachineRepresentation representation) { in CheckValueInputRepresentationIs() argument
620 if (input_representation != representation) { in CheckValueInputRepresentationIs()
624 << input_representation << " which doesn't have a " << representation in CheckValueInputRepresentationIs()
775 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()
802 int GetRepresentationProperties(MachineRepresentation representation) { in GetRepresentationProperties() argument
803 switch (representation) { in GetRepresentationProperties()