Searched defs:machineType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.cpp | 105 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()
|
| D | gate.h | 203 void SetMachineType(MachineType machineType) in SetMachineType()
|
| D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
|
| D | llvm_ir_builder.cpp | 1155 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 …]
|
| D | async_function_lowering.cpp | 192 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() 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 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
|
| D | gate_meta_data.cpp | 21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
|
| D | gate.cpp | 474 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
|
| D | number_speculative_retype.cpp | 174 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
|
| D | circuit_builder-inl.h | 973 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
|