/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 89 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x64.h | 1839 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> { 1841 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-x64.cc | 4591 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4630 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4633 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4639 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 104 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-arm.h | 1829 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1831 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-arm.cc | 4515 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4565 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4568 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4574 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 101 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-s390.h | 1664 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1666 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 91 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-ia32.h | 1846 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> { 1848 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-ia32.cc | 4301 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4344 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4347 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4353 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 102 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-ppc.h | 1786 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1788 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
|
D | lithium-codegen-ppc.cc | 4792 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoShiftI() 4841 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoShiftI() 4844 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoShiftI() 4850 LTaggedToI* instr_; in DoShiftI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 103 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips.h | 1792 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1794 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips.cc | 4487 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4548 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4551 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4557 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 104 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips64.h | 1838 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 1840 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips64.cc | 4695 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4756 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4759 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4765 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 124 void DoDeferredTaggedToI(LTaggedToI* instr,
|
D | lithium-arm64.h | 2367 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> { 2369 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
|
D | lithium-codegen-arm64.cc | 5194 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI() 5240 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5243 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 5252 LTaggedToI* instr_; in DoTaggedToI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 126 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x87.h | 1834 class LTaggedToI final : public LTemplateInstruction<1, 1, 0> { 1836 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function
|