Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
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.h33 class HInferRepresentationPhase; variable
673 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
763 HInferRepresentationPhase* h_infer,
765 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
2807 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3345 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
3352 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3563 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
3628 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
3765 void InferRepresentation(HInferRepresentationPhase* h_infer) override;
[all …]
Dhydrogen-instructions.cc80 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
119 HInferRepresentationPhase* h_infer, in UpdateRepresentation()
134 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist()
964 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
2503 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
2570 void HMathMinMax::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
2826 HInferRepresentationPhase* h_infer) { in InferRepresentation()
2852 HInferRepresentationPhase* h_infer) { in InferRepresentation()
3741 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation()
Dhydrogen.cc4107 Run<HInferRepresentationPhase>(); in Optimize()