Home | History | Annotate | Download | only in ppc

Lines Matching refs:hinstr

3006   HLoadKeyed* hinstr = instr->hydrogen();
3023 if (hinstr->key()->representation().IsSmi()) {
3031 bool requires_hole_check = hinstr->RequiresHoleCheck();
3032 Representation representation = hinstr->representation();
3037 hinstr->elements_kind() == FAST_SMI_ELEMENTS) {
3049 if (IsFastSmiElementsKind(hinstr->elements_kind())) {
3793 HInvokeFunction* hinstr = instr->hydrogen();
3798 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow;
3809 Handle<JSFunction> known_function = hinstr->known_function();
3817 CallKnownFunction(known_function, hinstr->formal_parameter_count(),
3934 HStoreNamedField* hinstr = instr->hydrogen();
3939 HObjectAccess access = hinstr->access();
3960 DCHECK(!hinstr->has_transition());
3961 DCHECK(!hinstr->NeedsWriteBarrier());
3967 if (hinstr->has_transition()) {
3968 Handle<Map> transition = hinstr->transition_map();
3972 if (hinstr->NeedsWriteBarrierForMap()) {
3989 if (hinstr->NeedsWriteBarrier()) {
3994 hinstr->value()->representation().IsInteger32()) {
3995 DCHECK(hinstr->store_mode() == STORE_TO_INITIALIZED_ENTRY);
4020 if (hinstr->NeedsWriteBarrier()) {
4023 EMIT_REMEMBERED_SET, hinstr->SmiCheckForWriteBarrier(),
4024 hinstr->PointersToHereCheckForValue());
4206 HStoreKeyed* hinstr = instr->hydrogen();
4216 DCHECK(!hinstr->NeedsWriteBarrier());
4225 if (hinstr->key()->representation().IsSmi()) {
4233 Representation representation = hinstr->value()->representation();
4238 DCHECK(hinstr->store_mode() == STORE_TO_INITIALIZED_ENTRY);
4239 DCHECK(hinstr->elements_kind() == FAST_SMI_ELEMENTS);
4248 if (hinstr->NeedsWriteBarrier()) {
4249 SmiCheck check_needed = hinstr->value()->type().IsHeapObject()
4256 hinstr->PointersToHereCheckForValue());