/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1551 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1553 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-ppc.cc | 2190 new (zone()) LLoadKeyedGeneric(context, object, key, vector), r3); in DoLoadKeyedGeneric()
|
D | lithium-codegen-ppc.cc | 3264 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoShiftI() 3270 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1611 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1613 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-ia32.cc | 2225 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric() 2226 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
|
D | lithium-codegen-ia32.cc | 2989 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 2995 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1574 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1576 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-mips.cc | 2178 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
|
D | lithium-codegen-mips.cc | 3035 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3041 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1601 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1603 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-x64.cc | 2229 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric() 2230 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
|
D | lithium-codegen-x64.cc | 3057 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3063 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1619 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1621 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-x87.cc | 2223 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric() 2224 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
|
D | lithium-codegen-x87.cc | 3261 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3267 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1636 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1638 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-mips64.cc | 2182 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
|
D | lithium-codegen-mips64.cc | 3217 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3223 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1611 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1613 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-arm.cc | 2231 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
|
D | lithium-codegen-arm.cc | 3096 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3102 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1746 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> { 1748 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
|
D | lithium-arm64.cc | 1714 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
|
D | lithium-codegen-arm64.cc | 3339 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric() 3345 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
|