Home
last modified time | relevance | path

Searched defs:machineType (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dir_builder.cpp19 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType()
33 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType()
Dinstruction_combine.cpp219 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 …]
Dlcr_gate_meta_data.cpp21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
Dcircuit.cpp118 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate()
156 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate()
162 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate()
168 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const ch… in NewGate()
398 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType()
490 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate()
502 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache()
508 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache()
516 GateRef Circuit::GetConstantStringGate(MachineType machineType, std::string_view str, in GetConstantStringGate()
534 GateRef Circuit::NewArg(MachineType machineType, size_t index, in NewArg()
Dgate.h210 void SetMachineType(MachineType machineType) in SetMachineType()
Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
Dcircuit_builder_helper.cpp129 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
Dconstant_folding.cpp52 auto machineType = acc_.GetMachineType(gate); in VisitZEXT() local
Dasync_function_lowering.cpp198 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
Dlcr_circuit_builder.cpp91 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic()
Descape_analysis.cpp146 MachineType machineType = acc_.GetMachineType(value); in MergeState() local
Dcircuit_builder.cpp32 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector()
55 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local
123 auto machineType = acc_.GetMachineType(value); in LoopExitValue() local
341 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache() local
Dhcr_circuit_builder.cpp37 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local
177 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
Dgate.cpp551 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
Dmcr_circuit_builder.h666 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
Dnumber_speculative_retype.cpp449 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
Dmcr_circuit_builder.cpp371 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local
383 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
Dtyped_native_inline_lowering.cpp2413 auto machineType = acc_.GetMachineType(gate); in NumberToInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1398 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
1535 auto machineType = acc_.GetMachineType(gate); in VisitMod() local
1768 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local
1882 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local
1904 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local
1942 auto machineType = acc_.GetMachineType(gate); in VisitSub() local
1971 auto machineType = acc_.GetMachineType(gate); in VisitMul() local
2194 [[maybe_unused]] auto machineType = acc_.GetMachineType(gate); in VisitExp() local
2252 auto machineType = acc_.GetMachineType(gate); in VisitAbs() local
2284 auto machineType = acc_.GetMachineType(gate); in VisitMin() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp796 auto machineType = acc_.GetMachineType(gate); in GetConstant() local
1020 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local
1883 auto machineType = acc_.GetMachineType(gate); in VisitMod() local
2029 auto machineType = acc_.GetMachineType(gate); in VisitSub() local
2053 auto machineType = acc_.GetMachineType(gate); in VisitMul() local
2078 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local
2116 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local
2244 auto machineType = acc_.GetMachineType(gate); in VisitAbs() local
2266 auto machineType = acc_.GetMachineType(gate); in VisitMin() local
2290 auto machineType = acc_.GetMachineType(gate); in VisitMax() local
[all …]