Home | History | Annotate | Download | only in src

Lines Matching refs:h_infer

81 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) {
84 UpdateRepresentation(new_rep, h_infer, "inputs");
86 UpdateRepresentation(new_rep, h_infer, "uses");
89 Representation::Integer32(), h_infer, "use requirements");
127 HInferRepresentationPhase* h_infer,
137 AddDependantsToWorklist(h_infer);
142 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) {
144 h_infer->AddToWorklist(it.value());
147 h_infer->AddToWorklist(OperandAt(i));
930 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) {
946 UpdateRepresentation(r, h_infer, "boundscheck");
2740 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) {
2743 UpdateRepresentation(new_rep, h_infer, "inputs");
2747 Representation::Integer32(), h_infer, "use requirements");
2752 UpdateRepresentation(new_rep, h_infer, "uses");
2755 UpdateRepresentation(new_rep, h_infer, "output");
2807 void HMathMinMax::InferRepresentation(HInferRepresentationPhase* h_infer) {
2810 UpdateRepresentation(new_rep, h_infer, "inputs");
3006 HInferRepresentationPhase* h_infer) {
3023 HInferRepresentationPhase* h_infer) {
3035 HInferRepresentationPhase* h_infer) {
4148 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) {
4151 UpdateRepresentation(new_rep, h_infer, "inputs");
4153 UpdateRepresentation(new_rep, h_infer, "uses");
4155 UpdateRepresentation(new_rep, h_infer, "use requirements");