| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | loop_peeling.cpp | 79 ASSERT(acc_.GetMachineType(value) == MachineType::I64); in Peel() 80 ASSERT(acc_.GetMachineType(copyValue) == MachineType::I64); in Peel() 126 acc_.SetMachineType(newGate, acc_.GetMachineType(gate)); in SetCopy()
|
| D | stub.cpp | 40 acc_.SetMachineType(argument, paramsType[i].GetMachineType()); in InitializeArguments()
|
| D | llvm_ir_builder.cpp | 1155 auto machineType = acc_.GetMachineType(gate); in VisitConstant() 1197 ASSERT(acc_.GetMachineType(gate) == MachineType::ARCH); in VisitConstString() 1287 auto machineType = acc_.GetMachineType(gate); in VisitMod() 1441 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() 1477 MachineType t = acc_.GetMachineType(gate); in ConvertLLVMTypeFromGate() 1551 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() 1583 auto machineType = acc_.GetMachineType(gate); in VisitAdd() 1617 auto machineType = acc_.GetMachineType(gate); in VisitSub() 1654 auto machineType = acc_.GetMachineType(gate); in VisitMul() 1726 ASSERT(acc_.GetMachineType(left) == MachineType::I32); in HandleAddWithOverflow() [all …]
|
| D | variable_type.h | 34 [[nodiscard]] MachineType GetMachineType() const in GetMachineType() function
|
| D | gate.cpp | 49 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() 51 expected = GetMachineType(); in CheckInputMachineType() 67 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckNotInputMachineType() 722 log += "\"MType\":\"" + MachineTypeStr(GetMachineType()) + ", "; in Print() 781 log += "\"MType\"=\"" + MachineTypeStr(GetMachineType()) + ", "; in ShortPrint()
|
| D | gate.h | 199 MachineType GetMachineType() const in GetMachineType() function
|
| D | circuit.cpp | 387 MachineType Circuit::GetMachineType(GateRef gate) const in GetMachineType() function in panda::ecmascript::kungfu::Circuit 389 return LoadGatePtrConst(gate)->GetMachineType(); in GetMachineType()
|
| D | gate_accessor.cpp | 721 ASSERT(gatePtr->GetMachineType() == MachineType::I64); in GetImmediateId() 989 MachineType GateAccessor::GetMachineType(GateRef gate) const in GetMachineType() function in panda::ecmascript::kungfu::GateAccessor 991 return circuit_->GetMachineType(gate); in GetMachineType() 1026 ASSERT(GetMachineType(gate) == MachineType::F64); in GetFloat64FromConstant() 1039 ASSERT(GetMachineType(gate) == MachineType::I32); in GetInt32FromConstant()
|
| D | circuit.h | 219 MachineType GetMachineType(GateRef gate) const;
|
| D | range_analysis.cpp | 41 return acc_.GetMachineType(gate) == MachineType::I32; in IsInt32Type()
|
| D | circuit_builder.cpp | 601 ASSERT(acc_.GetMachineType(index) == MachineType::I32); in ExtractValue() 790 return type.GetMachineType(); in GetMachineTypeFromVariableType() 1057 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() 1071 auto ret = GetCircuit()->NewGate(GetCircuit()->StoreMemory(opIdx), type.GetMachineType(), in StoreMemory() 1092 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() 1188 auto ret = GetCircuit()->NewGate(circuit_->LoadConstOffset(offset), type.GetMachineType(), in LoadConstOffset() 1201 auto ret = GetCircuit()->NewGate(circuit_->StoreConstOffset(offset), type.GetMachineType(), in StoreConstOffset() 2091 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache()
|
| D | circuit_builder-inl.h | 46 auto xType = acc_.GetMachineType(x); in Equal() 67 auto xType = acc_.GetMachineType(x); in NotEqual() 92 GateRef result = GetCircuit()->NewGate(GetCircuit()->Load(), type.GetMachineType(), in Load() 101 GateRef result = GetCircuit()->NewGate(GetCircuit()->Load(), type.GetMachineType(), in Load()
|
| D | async_function_lowering.cpp | 192 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector()
|
| D | lcr_lowering.cpp | 132 VariableType type = VariableType(acc_.GetMachineType(gate), acc_.GetGateType(gate)); in LowerLoadConstOffset() 144 VariableType type = VariableType(acc_.GetMachineType(gate), acc_.GetGateType(gate)); in LowerStoreConstOffset()
|
| D | number_speculative_retype.cpp | 174 auto machineType = acc_.GetMachineType(gate); in VisitConstant() 732 MachineType mType = acc_.GetMachineType(gate); in TryConvertConstant()
|
| D | gate_accessor.h | 444 MachineType GetMachineType(GateRef gate) const;
|
| D | bytecode_circuit_builder.cpp | 1228 GateRef newPhi = circuit_->NewGate(circuit_->LoopExitValue(), gateAcc_.GetMachineType(value), in CreateLoopExitValue()
|
| D | slowpath_lowering.cpp | 1145 …ateRef loadException = circuit_->NewGate(circuit_->Load(), VariableType::JS_ANY().GetMachineType(), in LowerExceptionHandler() 1173 GateRef newGate = circuit_->NewGate(circuit_->Load(), VariableType::JS_ANY().GetMachineType(), in LowerLdGlobal()
|