| /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 | 219 auto machineType = acc_.GetMachineType(gate); in VisitADD() local 235 auto machineType = acc_.GetMachineType(gate); in VisitSUB() local 251 auto machineType = acc_.GetMachineType(gate); in VisitMUL() local 267 auto machineType = acc_.GetMachineType(gate); in VisitSDIV() local 281 auto machineType = acc_.GetMachineType(gate); in VisitFDIV() local 293 auto machineType = acc_.GetMachineType(gate); in VisitSMOD() local 308 auto machineType = acc_.GetMachineType(gate); in VisitAND() local 322 auto machineType = acc_.GetMachineType(gate); in VisitOR() local 336 auto machineType = acc_.GetMachineType(gate); in VisitXOR() local 350 auto machineType = acc_.GetMachineType(gate); in VisitLSR() local [all …]
|
| D | lcr_gate_meta_data.cpp | 21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
|
| D | circuit.cpp | 123 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate() 161 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() 167 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() 173 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const ch… in NewGate() 403 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType() 495 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate() 518 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache() 524 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache() 532 GateRef Circuit::GetConstantStringGate(MachineType machineType, std::string_view str, in GetConstantStringGate() 550 GateRef Circuit::NewArg(MachineType machineType, size_t index, in NewArg()
|
| D | gate.h | 210 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 | 129 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
|
| D | async_function_lowering.cpp | 198 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
|
| D | constant_folding.cpp | 275 auto machineType = acc_.GetMachineType(gate); in VisitZEXT() local
|
| D | escape_analysis.cpp | 146 MachineType machineType = acc_.GetMachineType(value); in MergeState() local
|
| D | hcr_circuit_builder.cpp | 37 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local 173 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
|
| D | circuit_builder.cpp | 33 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector() 56 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local 124 auto machineType = acc_.GetMachineType(value); in LoopExitValue() local 363 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache() local
|
| D | lcr_circuit_builder.cpp | 91 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic()
|
| D | gate.cpp | 555 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
|
| D | mcr_circuit_builder.h | 754 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
|
| D | number_speculative_retype.cpp | 458 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
|
| D | mcr_circuit_builder.cpp | 451 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local 463 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
|
| D | typed_native_inline_lowering.cpp | 2405 auto machineType = acc_.GetMachineType(gate); in NumberToInt32() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1437 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local 1574 auto machineType = acc_.GetMachineType(gate); in VisitMod() local 1807 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local 1921 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local 1943 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local 1981 auto machineType = acc_.GetMachineType(gate); in VisitSub() local 2010 auto machineType = acc_.GetMachineType(gate); in VisitMul() local 2240 [[maybe_unused]] auto machineType = acc_.GetMachineType(gate); in VisitExp() local 2298 auto machineType = acc_.GetMachineType(gate); in VisitAbs() local 2330 auto machineType = acc_.GetMachineType(gate); in VisitMin() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 891 auto machineType = acc_.GetMachineType(gate); in GetConstant() local 1134 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local 1947 auto machineType = acc_.GetMachineType(gate); in VisitMod() local 2093 auto machineType = acc_.GetMachineType(gate); in VisitSub() local 2117 auto machineType = acc_.GetMachineType(gate); in VisitMul() local 2142 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local 2180 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local 2308 auto machineType = acc_.GetMachineType(gate); in VisitAbs() local 2330 auto machineType = acc_.GetMachineType(gate); in VisitMin() local 2354 auto machineType = acc_.GetMachineType(gate); in VisitMax() local [all …]
|