Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.cc14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineGraph
Dgraph-assembler.cc25 Node* GraphAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::GraphAssembler
Dmachine-operator-reducer.cc38 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1121 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h82 Node* Int32Constant(int32_t value) { in Int32Constant() function
Dcode-assembler.cc251 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CodeAssembler
Dwasm-compiler.cc229 Node* WasmGraphBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp364 Node Int32Constant(int32_t Value) { in Int32Constant() function in IceBuilder