Home
last modified time | relevance | path

Searched refs:SwitchInfo (Results 1 – 15 of 15) sorted by relevance

/third_party/gn/src/gn/
Dswitches.h13 struct SwitchInfo { struct
14 SwitchInfo();
15 SwitchInfo(const char* short_help, const char* long_help);
21 using SwitchInfoMap = std::map<std::string_view, SwitchInfo>; argument
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h37 class SwitchInfo; variable
489 void EmitTableSwitch(const SwitchInfo& sw,
491 void EmitBinarySearchSwitch(const SwitchInfo& sw,
620 void VisitSwitch(Node* node, const SwitchInfo& sw);
Dinstruction-selector-impl.h31 class SwitchInfo {
33 SwitchInfo(ZoneVector<CaseInfo> const& cases, int32_t min_value, in SwitchInfo() function
Dinstruction-selector.cc1318 SwitchInfo sw(cases, min_value, max_value, default_branch); in VisitControl()
2476 const SwitchInfo& sw, InstructionOperand const& index_operand) { in EmitTableSwitch()
2494 const SwitchInfo& sw, InstructionOperand const& value_operand) { in EmitBinarySearchSwitch()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1838 struct SwitchInfo { struct
1844 SwitchInfo() { default_case = kDefaultNotFound; } in SwitchInfo() function
1879 bool IsSwitchOptimizable(SwitchStatement* stmt, SwitchInfo* info) { in IsSwitchOptimizable()
1994 SwitchInfo info; in VisitSwitchStatement()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1760 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1744 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1978 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2258 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2114 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2514 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1862 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2372 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2964 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2652 void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { in VisitSwitch()