Home
last modified time | relevance | path

Searched refs:VisitAtomicExchange (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1994 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
2029 VisitAtomicExchange(this, node, opcode); in VisitWord32AtomicExchange()
2046 VisitAtomicExchange(this, node, opcode); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2167 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function in v8::internal::compiler::OperandMode
2203 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
2220 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2286 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitWord32Compare() function
2752 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
2769 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc520 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
2923 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
2940 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2583 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
3339 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
3356 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc661 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
719 VisitAtomicExchange(selector, node, GetSeqCstStoreOpcode(rep), rep); in VisitStoreCommon()
2057 VisitAtomicExchange(this, node, opcode, type.representation()); in VisitWord32AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2030 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
2496 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
2513 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2145 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitWord32Compare() function
2718 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicExchange()
2735 VisitAtomicExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicExchange()

Completed in 45 milliseconds