Home
last modified time | relevance | path

Searched defs:Int64Constant (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc22 Node* MachineGraph::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineGraph
Dgraph-assembler.cc69 Node* GraphAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::GraphAssembler
Dmachine-operator-reducer.cc187 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1160 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.cc260 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h102 Node* Int64Constant(int64_t value) { in Int64Constant() function
Dwasm-compiler.cc720 Node* WasmGraphBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::WasmGraphBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp372 Node Int64Constant(int64_t Value) { in Int64Constant() function in IceBuilder