Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.cc22 Node* MachineGraph::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineGraph
Dmachine-operator-reducer.cc43 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1130 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h88 Node* Int64Constant(int64_t value) { in Int64Constant() function
Dcode-assembler.cc255 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CodeAssembler
Dwasm-compiler.cc233 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