Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.cc22 Node* MachineGraph::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineGraph
Dgraph-assembler.cc362 Node* GraphAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::GraphAssembler
Dmachine-operator-reducer.cc170 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1167 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.cc251 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h104 Node* Int64Constant(int64_t value) { in Int64Constant() function
Dwasm-compiler.cc329 Node* WasmGraphBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp372 Node Int64Constant(int64_t Value) { in Int64Constant() function in IceBuilder