Searched refs:HForceRepresentation (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.cc78 // If this is an HForceRepresentation instruction, and an HChange has been
80 // that's int32, and this HForceRepresentation use is int32, and int32 to
84 HValue* input = HForceRepresentation::cast(value)->value();
99 // The only purpose of a HForceRepresentation is to represent the value
102 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value());
H A Dhydrogen-range-analysis.cc252 HForceRepresentation* instr = HForceRepresentation::cast(value);
H A Dhydrogen-escape-analysis.cc150 HForceRepresentation::New(zone, NULL, load_value, representation);
H A Dhydrogen.cc1497 Push(AddUncasted<HForceRepresentation>(key, Representation::Smi()));
2482 val = AddUncasted<HForceRepresentation>(val, Representation::Smi());
2489 val = AddUncasted<HForceRepresentation>(val, representation);
2632 // The HForceRepresentation is to prevent possible deopt on int-smi
2634 capacity = AddUncasted<HForceRepresentation>(capacity, Representation::Smi());
3258 builder()->AddUncasted<HForceRepresentation>(capacity,
3261 builder()->AddUncasted<HForceRepresentation>(length_field,
8836 search_element = AddUncasted<HForceRepresentation>(
8892 AddUncasted<HForceRepresentation>(search_element,
8908 AddUncasted<HForceRepresentation>(elemen
[all...]
H A Dhydrogen-instructions.cc1512 HInstruction* HForceRepresentation::New(Zone* zone, HValue* context,
1519 return new(zone) HForceRepresentation(value, representation);
1523 OStream& HForceRepresentation::PrintDataTo(OStream& os) const { // NOLINT
H A Dcode-stubs-hydrogen.cc660 key = AddUncasted<HForceRepresentation>(key, Representation::Smi());
H A Dhydrogen-instructions.h1633 class HForceRepresentation FINAL : public HTemplateInstruction<1> {
1649 HForceRepresentation(HValue* value, Representation required_representation) { function in class:v8::FINAL
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1894 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1895 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1486 HForceRepresentation* instr) {
1487 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1888 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1889 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1843 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1844 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1844 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1845 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1851 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1852 // All HForceRepresentation instructions should be eliminated in the
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc1894 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) {
1895 // All HForceRepresentation instructions should be eliminated in the

Completed in 3364 milliseconds