Searched refs:ChangeUint32ToUint64 (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 313 const Operator* ChangeUint32ToUint64(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 587 Node* ChangeUint32ToUint64(Node* a) { in ChangeUint32ToUint64() function 588 return AddNode(machine()->ChangeUint32ToUint64(), a); in ChangeUint32ToUint64()
|
D | memory-optimizer.cc | 415 index = graph()->NewNode(machine()->ChangeUint32ToUint64(), key); in ComputeIndex()
|
D | opcodes.h | 498 V(ChangeUint32ToUint64) \
|
D | code-assembler.h | 151 V(ChangeUint32ToUint64) \
|
D | machine-operator.cc | 156 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 891 op = m->ChangeUint32ToUint64(); in Unop() 2556 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), value); in BuildChangeUint32ToSmi() 2995 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), load); in LoadMem()
|
D | effect-control-linearizer.cc | 2483 : graph()->NewNode(machine()->ChangeUint32ToUint64(), code); in LowerStringFromCharCode() 2567 : graph()->NewNode(machine()->ChangeUint32ToUint64(), code); in LowerStringFromCodePoint() 2839 value = graph()->NewNode(machine()->ChangeUint32ToUint64(), value); in ChangeUint32ToSmi()
|
D | code-assembler.cc | 254 value = raw_assembler_->ChangeUint32ToUint64(value); in ChangeUint32ToWord()
|
D | simplified-lowering.cc | 2886 ? graph()->NewNode(machine()->ChangeUint32ToUint64(), offset) in DoLoadBuffer()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 965 bytecode = ChangeUint32ToUint64(bytecode); in LoadBytecode()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2514 var_result.Bind(SmiTag(ChangeUint32ToUint64(value))); in ChangeUint32ToTagged()
|
/external/v8/ |
D | ChangeLog | 16403 [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer
|