/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1528 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1530 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-ia32.cc | 2152 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-ia32.cc | 2756 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2762 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1536 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1538 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-x87.cc | 2150 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-x87.cc | 3031 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3037 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1507 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1509 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-mips.cc | 2103 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
|
D | lithium-codegen-mips.cc | 2720 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2727 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1522 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1524 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, in LLoadNamedGeneric() function
|
D | lithium-x64.cc | 2127 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-x64.cc | 2771 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2777 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1544 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1546 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-arm.cc | 2156 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0); in DoLoadNamedGeneric()
|
D | lithium-codegen-arm.cc | 2799 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2806 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1569 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1571 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-mips64.cc | 2106 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
|
D | lithium-codegen-mips64.cc | 2860 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2867 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1488 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1490 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-ppc.cc | 2117 DefineFixed(new (zone()) LLoadNamedGeneric(context, object, vector), r3); in DoLoadNamedGeneric()
|
D | lithium-codegen-ppc.cc | 2902 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoShiftI() 2909 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1766 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1768 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-arm64.cc | 1736 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0); in DoLoadNamedGeneric()
|
D | lithium-codegen-arm64.cc | 3398 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3403 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|