Home
last modified time | relevance | path

Searched refs:GetIntegerConstantValue (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc50 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
61 if (GetIntegerConstantValue(node) == value) { in UseImmediateOrTemp()
72 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() function in v8::internal::compiler::Arm64OperandGenerator
95 CanBeImmediate(GetIntegerConstantValue(node), mode); in CanBeImmediate()
135 (GetIntegerConstantValue(node) == ElementSizeLog2Of(rep)); in CanBeLoadStoreShiftImmediate()
179 if (g.GetIntegerConstantValue(node->InputAt(1)) % width == 0) { in VisitSimdShiftRRR()
260 immediate_ = g.GetIntegerConstantValue(offset) + 4; in Initialize()
605 g.GetIntegerConstantValue(index) + in EmitLoad()
967 g.GetIntegerConstantValue(index) + in VisitStore()
3812 if (g.GetIntegerConstantValue(m.left()->InputAt(1)) % lane_size == 0) { in ShraHelper()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc37 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() function in v8::internal::compiler::Loong64OperandGenerator
73 CanBeImmediate(GetIntegerConstantValue(node), mode); in CanBeImmediate()
245 immediate_ = g.GetIntegerConstantValue(offset) + 4; in Initialize()
363 g.GetIntegerConstantValue(index) + in EmitLoad()
560 g.GetIntegerConstantValue(index) + in VisitStore()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc35 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
52 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() function in v8::internal::compiler::RiscvOperandGenerator
79 CanBeImmediate(GetIntegerConstantValue(node), mode); in CanBeImmediate()
252 immediate_ = g.GetIntegerConstantValue(offset) + 4; in Initialize()
254 immediate_ = g.GetIntegerConstantValue(offset); in Initialize()
381 g.GetIntegerConstantValue(index) + in EmitLoad()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc37 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() function in v8::internal::compiler::Mips64OperandGenerator
73 CanBeImmediate(GetIntegerConstantValue(node), mode); in CanBeImmediate()
246 immediate_ = g.GetIntegerConstantValue(offset) + 4; in Initialize()
248 immediate_ = g.GetIntegerConstantValue(offset); in Initialize()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc35 if ((IsIntegerConstant(node) && (GetIntegerConstantValue(node) == 0)) || in UseRegisterOrImmediateZero()
47 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() function in v8::internal::compiler::MipsOperandGenerator