Home
last modified time | relevance | path

Searched refs:VisitAtomicCompareExchange (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2049 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function
2090 VisitAtomicCompareExchange(this, node, opcode); in VisitWord32AtomicCompareExchange()
2107 VisitAtomicCompareExchange(this, node, opcode); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2223 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function
2271 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
2288 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2054 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function
2533 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
2550 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2310 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitWord32Compare() function
2789 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
2806 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2169 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitWord32Compare() function
2755 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
2772 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2484 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function
2959 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
2976 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2599 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function
3375 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord32); in VisitWord32AtomicCompareExchange()
3392 VisitAtomicCompareExchange(this, node, opcode, AtomicWidth::kWord64); in VisitWord64AtomicCompareExchange()