Home
last modified time | relevance | path

Searched refs:h_infer (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc81 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation() argument
84 UpdateRepresentation(new_rep, h_infer, "inputs"); in InferRepresentation()
86 UpdateRepresentation(new_rep, h_infer, "uses"); in InferRepresentation()
89 Representation::Integer32(), h_infer, "use requirements"); in InferRepresentation()
120 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
130 AddDependantsToWorklist(h_infer); in UpdateRepresentation()
135 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist() argument
137 h_infer->AddToWorklist(it.value()); in AddDependantsToWorklist()
140 h_infer->AddToWorklist(OperandAt(i)); in AddDependantsToWorklist()
965 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation() argument
[all …]
Dhydrogen-instructions.h673 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
763 HInferRepresentationPhase* h_infer,
765 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
2805 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3340 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
3344 HValue::UpdateRepresentation(rep, h_infer, reason); in UpdateRepresentation()
3347 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3558 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3623 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
3627 HBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason); in UpdateRepresentation()
[all …]