Home
last modified time | relevance | path

Searched refs:LoadRepresentation (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h45 typedef MachineType LoadRepresentation; typedef
46 typedef LoadRepresentation ProtectedLoadRepresentation;
48 LoadRepresentation LoadRepresentationOf(Operator const*);
613 const Operator* Load(LoadRepresentation rep); in NON_EXPORTED_BASE()
614 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
638 const Operator* AtomicLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
Dmachine-operator.cc37 LoadRepresentation LoadRepresentationOf(Operator const* op) { in LoadRepresentationOf()
41 return OpParameter<LoadRepresentation>(op); in LoadRepresentationOf()
489 struct Load##Type##Operator final : public Operator1<LoadRepresentation> { \
491 : Operator1<LoadRepresentation>( \
600 : public Operator1<LoadRepresentation> { \
602 : Operator1<LoadRepresentation>( \
707 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) {
718 const Operator* MachineOperatorBuilder::ProtectedLoad(LoadRepresentation rep) { in ProtectedLoad()
806 const Operator* MachineOperatorBuilder::AtomicLoad(LoadRepresentation rep) { in AtomicLoad()
Dinstruction-selector.cc1030 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode()
1384 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode()
Dmachine-operator-reducer.cc1103 LoadRepresentation const rep = in ReduceWord32Sar()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc175 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) { in GetLoadOpcode()
211 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
226 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitProtectedLoad()
1184 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
1257 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ZeroExtendsWord32ToWord64()
2297 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc317 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1255 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
1294 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64()
2037 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); in IsNodeUnsigned()
2502 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc280 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1010 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord32ReverseBytes()
1993 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc557 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1650 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64()
1715 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64()
2831 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc212 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1679 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc173 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1715 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc238 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
1816 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc176 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
2024 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc378 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad()
2197 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitAtomicLoad()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h522 void LoadRepresentation(Register dst, const MemOperand& mem, Representation r,
Dmacro-assembler-ppc.cc4276 void MacroAssembler::LoadRepresentation(Register dst, const MemOperand& mem, in LoadRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2690 __ LoadRepresentation(result, operand, access.representation(), r0); in DoShiftI() local
2719 __ LoadRepresentation(result, FieldMemOperand(object, offset), representation, in DoShiftI() local
2988 __ LoadRepresentation(result, MemOperand(elements, offset), representation, in DoShiftI() local
2991 __ LoadRepresentation(result, MemOperand(scratch, elements, offset), in DoShiftI() local
/external/v8/src/s390/
Dmacro-assembler-s390.h836 void LoadRepresentation(Register dst, const MemOperand& mem, Representation r,
Dmacro-assembler-s390.cc3305 void MacroAssembler::LoadRepresentation(Register dst, const MemOperand& mem, in LoadRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2721 __ LoadRepresentation(result, operand, access.representation(), r0); in DoShiftI() local
2750 __ LoadRepresentation(result, FieldMemOperand(object, offset), representation, in DoShiftI() local
3028 __ LoadRepresentation(result, MemOperand(store_base, offset), representation, in DoShiftI() local