Home
last modified time | relevance | path

Searched refs:IsIntegerConstant (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc50 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
67 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() function in v8::internal::compiler::final
94 return IsIntegerConstant(node) && in CanBeImmediate()
134 return IsIntegerConstant(node) && in CanBeLoadStoreShiftImmediate()
178 if (g.IsIntegerConstant(node->InputAt(1))) { in VisitSimdShiftRRR()
259 if (g.IsIntegerConstant(offset)) { in Initialize()
296 if (!g.IsIntegerConstant(input_node->InputAt(1))) return false; in TryMatchAnyShift()
602 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in EmitLoad()
964 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in VisitStore()
3809 if (!g.IsIntegerConstant( in ShraHelper()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc37 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() function in v8::internal::compiler::final
72 return IsIntegerConstant(node) && in CanBeImmediate()
140 if (g.IsIntegerConstant(node->InputAt(1))) { in VisitSimdShift()
360 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in EmitLoad()
557 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in VisitStore()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc35 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
43 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() function in v8::internal::compiler::final
78 return IsIntegerConstant(node) && in CanBeImmediate()
146 if (g.IsIntegerConstant(node->InputAt(1))) { in VisitSimdShift()
378 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in EmitLoad()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc37 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() function in v8::internal::compiler::final
72 return IsIntegerConstant(node) && in CanBeImmediate()
140 if (g.IsIntegerConstant(node->InputAt(1))) { in VisitSimdShift()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc35 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
43 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() function in v8::internal::compiler::final

Completed in 28 milliseconds