Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp105 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate()
138 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate()
144 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const ch… in NewGate()
377 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType()
446 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate()
458 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache()
466 GateRef Circuit::GetConstantStringGate(MachineType machineType, const std::string &str, in GetConstantStringGate()
484 GateRef Circuit::NewArg(MachineType machineType, size_t index, in NewArg()
Dgate.h203 void SetMachineType(MachineType machineType) in SetMachineType()
Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
Dllvm_ir_builder.cpp1155 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
1287 auto machineType = acc_.GetMachineType(gate); in VisitMod() local
1441 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local
1551 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local
1562 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType()
1583 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local
1617 auto machineType = acc_.GetMachineType(gate); in VisitSub() local
1637 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType()
1654 auto machineType = acc_.GetMachineType(gate); in VisitMul() local
2274 auto machineType = acc_.GetMachineType(gate); in ConvertToTagged() local
[all …]
Dasync_function_lowering.cpp192 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
Dcircuit_builder.cpp33 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector()
56 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local
348 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local
360 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
793 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic()
1057 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
1092 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local
1895 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
2091 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache() local
Dgate_meta_data.cpp21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
Dgate.cpp474 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
Dnumber_speculative_retype.cpp174 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
Dcircuit_builder-inl.h973 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local