Home
last modified time | relevance | path

Searched refs:StackSlotRepresentation (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h219 class StackSlotRepresentation final {
221 StackSlotRepresentation(int size, int alignment) in StackSlotRepresentation() function
232 V8_EXPORT_PRIVATE bool operator==(StackSlotRepresentation,
233 StackSlotRepresentation);
234 bool operator!=(StackSlotRepresentation, StackSlotRepresentation);
236 size_t hash_value(StackSlotRepresentation);
239 StackSlotRepresentation);
241 V8_EXPORT_PRIVATE StackSlotRepresentation const& StackSlotRepresentationOf(
Dmachine-operator.cc207 bool operator==(StackSlotRepresentation lhs, StackSlotRepresentation rhs) { in operator ==()
211 bool operator!=(StackSlotRepresentation lhs, StackSlotRepresentation rhs) { in operator !=()
215 size_t hash_value(StackSlotRepresentation rep) { in hash_value()
219 std::ostream& operator<<(std::ostream& os, StackSlotRepresentation rep) { in operator <<()
223 StackSlotRepresentation const& StackSlotRepresentationOf(Operator const* op) { in StackSlotRepresentationOf()
225 return OpParameter<StackSlotRepresentation>(op); in StackSlotRepresentationOf()
801 struct StackSlotOperator : public Operator1<StackSlotRepresentation> {
803 : Operator1<StackSlotRepresentation>( in StackSlotOperator()
806 StackSlotRepresentation(size, alignment)) {} in StackSlotOperator()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc160 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc272 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc685 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc339 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc493 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc343 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc471 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc356 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc377 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc574 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()