Searched refs:Uint64Constant (Results 1 – 11 of 11) sorted by relevance
39 Node* Uint64Constant(uint64_t value) { in NON_EXPORTED_BASE()
37 : Uint64Constant(static_cast<uint64_t>(value)); in UintPtrConstant()
47 Node* Uint64Constant(uint64_t value) { in NON_EXPORTED_BASE()
73 Node* GraphAssembler::Uint64Constant(uint64_t value) { in Uint64Constant() function in v8::internal::compiler::GraphAssembler74 return AddClonedNode(mcgraph()->Uint64Constant(value)); in Uint64Constant()
145 Node* UintNConstant(uint64_t value) { return r_->Uint64Constant(value); } in UintNConstant()1580 node->ReplaceInput(1, Uint64Constant(k - l)); in ReduceWord64Shl()1586 node->ReplaceInput(1, Uint64Constant(l - k)); in ReduceWord64Shl()1595 node->ReplaceInput(1, Uint64Constant(std::numeric_limits<uint64_t>::max() in ReduceWord64Shl()
247 Node* Uint64Constant(uint64_t value);
525 TNode<Uint64T> Uint64Constant(uint64_t value) { in Uint64Constant() function
2989 jsgraph_->Uint64Constant(shift)); in VisitNode()2992 jsgraph_->Uint64Constant(shift)); in VisitNode()
133 return Uint64Constant(i);
1223 extern macro Uint64Constant(constexpr uint64): uint64;
658 TNode<Word64T> rhs = Uint64Sub(Unsigned(value), Uint64Constant(1)); in CountTrailingZeros64()15861 TNode<Uint64T> result = Uint64Constant(0); in LoadSwissNameDictionaryCtrlTableGroup()15867 TNode<Uint64T> mask = Uint64Constant(0xffULL << src_offset); in LoadSwissNameDictionaryCtrlTableGroup()15872 ? Word64Shl(src_data, Uint64Constant(dest_offset - src_offset)) in LoadSwissNameDictionaryCtrlTableGroup()15873 : Word64Shr(src_data, Uint64Constant(src_offset - dest_offset)); in LoadSwissNameDictionaryCtrlTableGroup()