Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineGraph
Dgraph-assembler.cc61 Node* GraphAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::GraphAssembler
Dmachine-operator-reducer.cc183 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1151 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.cc256 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h96 Node* Int32Constant(int32_t value) { in Int32Constant() function
Dwasm-compiler.cc716 Node* WasmGraphBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::WasmGraphBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp364 Node Int32Constant(int32_t Value) { in Int32Constant() function in IceBuilder
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h991 explicit Int32Constant(uint32_t bitfield, int32_t value) in Int32Constant() function