Searched refs:LoadImmutable (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | decompression-optimizer.cc | 212 machine()->LoadImmutable(compressed_load_rep)); in ChangeLoad()
|
| D | raw-machine-assembler.h | 140 Node* LoadImmutable(MachineType type, Node* base) { in LoadImmutable() function 141 return LoadImmutable(type, base, IntPtrConstant(0)); in LoadImmutable() 143 Node* LoadImmutable(MachineType type, Node* base, Node* index) { in LoadImmutable() function 144 const Operator* op = machine()->LoadImmutable(type); in LoadImmutable()
|
| D | machine-operator.cc | 945 struct LoadImmutable##Type##Operator final \ 947 LoadImmutable##Type##Operator() \ 955 LoadImmutable##Type##Operator kLoadImmutable##Type; 1446 const Operator* MachineOperatorBuilder::LoadImmutable(LoadRepresentation rep) { in LoadImmutable() function in v8::internal::compiler::MachineOperatorBuilder
|
| D | machine-operator.h | 933 const Operator* LoadImmutable(LoadRepresentation rep); in NON_EXPORTED_BASE()
|
| D | wasm-compiler.cc | 92 gasm_->LoadImmutable( \ 107 : gasm_->LoadImmutable( \ 278 Node* LoadImmutable(LoadRepresentation rep, Node* base, Node* offset) { in LoadImmutable() function in v8::internal::compiler::WasmGraphAssembler 279 return AddNode(graph()->NewNode(mcgraph()->machine()->LoadImmutable(rep), in LoadImmutable() 283 Node* LoadImmutable(LoadRepresentation rep, Node* base, int offset) { in LoadImmutable() function in v8::internal::compiler::WasmGraphAssembler 284 return LoadImmutable(rep, base, IntPtrConstant(offset)); in LoadImmutable() 3349 Node* internal_functions = gasm_->LoadImmutable( in CompareToInternalFunctionAtIndex() 3738 : gasm_->LoadImmutable(mem_type, base, offset); in GlobalGet() 5717 return gasm_->LoadImmutable( in RttCanon()
|
| D | opcodes.h | 690 V(LoadImmutable) \
|
| D | int64-lowering.cc | 261 machine()->LoadImmutable(MachineType::Int32())); in LowerNode()
|