/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 106 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-arm.h | 2020 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 2022 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-arm.cc | 4701 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4773 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4776 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4782 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 91 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x64.h | 2004 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> { 2006 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-x64.cc | 4792 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4847 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4850 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4856 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 102 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-ppc.h | 1942 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1944 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
|
D | lithium-codegen-ppc.cc | 4962 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoShiftI() 5036 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoShiftI() 5039 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoShiftI() 5045 LTaggedToI* instr_; in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-ia32.h | 2012 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> { 2014 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-ia32.cc | 4576 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4635 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4638 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4644 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 105 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips.h | 1983 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1985 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips.cc | 4676 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4759 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4762 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4768 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 106 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips64.h | 2029 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 2031 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips64.cc | 4880 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4963 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4966 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4972 LTaggedToI* instr_; in DoTaggedToI()
|
D | lithium-mips64.cc | 1873 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 126 void DoDeferredTaggedToI(LTaggedToI* instr,
|
D | lithium-arm64.h | 2633 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 2635 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
|
D | lithium-codegen-arm64.cc | 5349 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI() 5407 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5410 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 5419 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 130 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x87.h | 2018 class LTaggedToI final : public LTemplateInstruction<1, 1, 0> { 2020 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function
|
D | lithium-codegen-x87.cc | 5018 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 5108 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5112 LTaggedToI* instr, in DoTaggedToI() 5119 LTaggedToI* instr_; in DoTaggedToI()
|