| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ir_builder.cpp | 19 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType() 33 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType()
|
| D | instruction_combine.cpp | 351 auto machineType = acc_.GetMachineType(gate); in VisitADD() local 367 auto machineType = acc_.GetMachineType(gate); in VisitSUB() local 383 auto machineType = acc_.GetMachineType(gate); in VisitMUL() local 399 auto machineType = acc_.GetMachineType(gate); in VisitSDIV() local 413 auto machineType = acc_.GetMachineType(gate); in VisitFDIV() local 425 auto machineType = acc_.GetMachineType(gate); in VisitSMOD() local 440 auto machineType = acc_.GetMachineType(gate); in VisitAND() local 454 auto machineType = acc_.GetMachineType(gate); in VisitOR() local 468 auto machineType = acc_.GetMachineType(gate); in VisitXOR() local 482 auto machineType = acc_.GetMachineType(gate); in VisitLSR() local [all …]
|
| D | circuit.cpp | 107 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate() 140 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() 146 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() 152 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const ch… in NewGate() 381 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType() 450 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate() 462 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache() 470 GateRef Circuit::GetConstantStringGate(MachineType machineType, std::string_view str, in GetConstantStringGate() 488 GateRef Circuit::NewArg(MachineType machineType, size_t index, in NewArg()
|
| D | lcr_gate_meta_data.cpp | 22 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
|
| D | gate.h | 207 void SetMachineType(MachineType machineType) in SetMachineType()
|
| D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
|
| D | circuit_builder_helper.cpp | 113 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
|
| D | constant_folding.cpp | 60 auto machineType = acc_.GetMachineType(gate); in VisitZEXT() local
|
| D | lcr_circuit_builder.cpp | 82 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic()
|
| D | circuit_builder.cpp | 43 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector() 66 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local 129 auto machineType = acc_.GetMachineType(value); in LoopExitValue() local 298 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache() local
|
| D | llvm_ir_builder.cpp | 1206 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local 1338 auto machineType = acc_.GetMachineType(gate); in VisitMod() local 1571 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local 1685 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local 1707 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local 1745 auto machineType = acc_.GetMachineType(gate); in VisitSub() local 1774 auto machineType = acc_.GetMachineType(gate); in VisitMul() local 2512 auto machineType = acc_.GetMachineType(gate); in ConvertToTagged() local 2780 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
|
| D | async_function_lowering.cpp | 196 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
|
| D | litecg_ir_builder.cpp | 342 auto machineType = acc_.GetMachineType(gate); in GetConstant() local 570 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local 1399 auto machineType = acc_.GetMachineType(gate); in VisitMod() local 1518 auto machineType = acc_.GetMachineType(gate); in VisitSub() local 1542 auto machineType = acc_.GetMachineType(gate); in VisitMul() local 1567 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local 1605 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local 2090 auto machineType = acc_.GetMachineType(gate); in ConvertToTagged() local
|
| D | hcr_circuit_builder.cpp | 38 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local 155 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
|
| D | gate.cpp | 490 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
|
| D | mcr_circuit_builder.h | 602 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
|
| D | number_speculative_retype.cpp | 216 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
|
| D | mcr_circuit_builder.cpp | 301 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local 313 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
|