Home
last modified time | relevance | path

Searched refs:HInferRepresentationPhase (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhydrogen-infer-representation.h14 class HInferRepresentationPhase : public HPhase {
16 explicit HInferRepresentationPhase(HGraph* graph) in HInferRepresentationPhase() function
28 DISALLOW_COPY_AND_ASSIGN(HInferRepresentationPhase);
Dhydrogen-infer-representation.cc10 void HInferRepresentationPhase::AddToWorklist(HValue* current) { in AddToWorklist()
19 void HInferRepresentationPhase::Run() { in Run()
Dhydrogen-instructions.h31 class HInferRepresentationPhase; variable
758 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
856 HInferRepresentationPhase* h_infer,
858 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
3273 HInferRepresentationPhase* h_infer) OVERRIDE;
3826 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
3834 HInferRepresentationPhase* h_infer) OVERRIDE;
4064 HInferRepresentationPhase* h_infer) OVERRIDE;
4164 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
4298 HInferRepresentationPhase* h_infer) OVERRIDE;
[all …]
Dhydrogen-instructions.cc60 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
106 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
121 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist()
1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
2966 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
3033 void HMathMinMax::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
3298 HInferRepresentationPhase* h_infer) { in InferRepresentation()
3338 HInferRepresentationPhase* h_infer) { in InferRepresentation()
3349 HInferRepresentationPhase* h_infer) { in InferRepresentation()
4476 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
Dhydrogen.cc4372 Run<HInferRepresentationPhase>(); in Optimize()