| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ir_builder.cpp | 19 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType() argument 33 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType() argument
|
| H A D | lcr_gate_meta_data.cpp | 22 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr() argument
|
| H A D | constant_folding.cpp | 60 auto machineType = acc_.GetMachineType(gate); in VisitZEXT() local
|
| H A D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() argument
|
| H A D | circuit_builder_helper.cpp | 129 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
|
| H A D | gate.h | 210 void SetMachineType(MachineType machineType) in SetMachineType() argument
|
| H A D | instruction_combine.cpp | 234 auto machineType = acc_.GetMachineType(gate); in VisitADD() local 250 auto machineType = acc_.GetMachineType(gate); in VisitSUB() local 266 auto machineType = acc_.GetMachineType(gate); in VisitMUL() local 282 auto machineType = acc_.GetMachineType(gate); in VisitSDIV() local 296 auto machineType = acc_.GetMachineType(gate); in VisitFDIV() local 308 auto machineType = acc_.GetMachineType(gate); VisitSMOD() local 323 auto machineType = acc_.GetMachineType(gate); VisitAND() local 337 auto machineType = acc_.GetMachineType(gate); VisitOR() local 351 auto machineType = acc_.GetMachineType(gate); VisitXOR() local 365 auto machineType = acc_.GetMachineType(gate); VisitLSR() local 379 auto machineType = acc_.GetMachineType(gate); VisitASR() local 394 auto machineType = acc_.GetMachineType(gate); VisitLSL() local [all...] |
| H A D | lcr_circuit_builder.cpp | 94 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic() argument
|
| H A D | async_function_lowering.cpp | 199 auto machineType = accessor_.GetMachineType(use);
in UpdateValueSelector() local
|
| H A D | escape_analysis.cpp | 146 MachineType machineType = acc_.GetMachineType(value); in MergeState() local
|
| H A D | circuit.cpp | 121 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate() argument 159 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() argument 165 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate() argument 171 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate() argument 401 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType() argument 493 GetConstantGate(MachineType machineType, uint64_t value, GateType type) GetConstantGate() argument 505 GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) GetConstantGateWithoutCache() argument 511 ClearConstantCache(MachineType machineType, uint64_t value, GateType type) ClearConstantCache() argument 519 GetConstantStringGate(MachineType machineType, std::string_view str, GateType type) GetConstantStringGate() argument 537 NewArg(MachineType machineType, size_t index, GateType type, GateRef argRoot) NewArg() argument [all...] |
| H A D | gate.cpp | 553 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType type) in Gate() argument
|
| H A D | hcr_circuit_builder.cpp | 39 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local 161 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
|
| H A D | mcr_circuit_builder.h | 611 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
|
| H A D | number_speculative_retype.cpp | 426 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
|
| H A D | mcr_circuit_builder.cpp | 351 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local 363 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
|
| H A D | circuit_builder.cpp | 48 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector() argument 71 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local 139 auto machineType = acc_.GetMachineType(value); in LoopExitValue() local 331 auto machineType = acc_.GetMachineType(gate); in ClearConstantCache() local
|
| H A D | typed_native_inline_lowering.cpp | 2501 auto machineType = acc_.GetMachineType(gate); in NumberToInt32() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 1329 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local 1466 auto machineType in VisitMod() local 1699 auto machineType = acc_.GetMachineType(gate); VisitIntRev() local 1813 auto machineType = acc_.GetMachineType(e1); VisitTruncFloatToInt() local 1835 auto machineType = acc_.GetMachineType(gate); VisitAdd() local 1873 auto machineType = acc_.GetMachineType(gate); VisitSub() local 1902 auto machineType = acc_.GetMachineType(gate); VisitMul() local 2125 [[maybe_unused]] auto machineType = acc_.GetMachineType(gate); VisitExp() local 2183 auto machineType = acc_.GetMachineType(gate); VisitAbs() local 2215 auto machineType = acc_.GetMachineType(gate); VisitMin() local 2237 auto machineType = acc_.GetMachineType(gate); VisitMax() local 2840 auto machineType = acc_.GetMachineType(gate); ConvertToTagged() local 3117 NewLType(MachineType machineType, GateType gateType) NewLType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 803 auto machineType = acc_.GetMachineType(gate); in GetConstant() local 996 auto machineType in VisitAdd() local 1846 auto machineType = acc_.GetMachineType(gate); VisitMod() local 1992 auto machineType = acc_.GetMachineType(gate); VisitSub() local 2016 auto machineType = acc_.GetMachineType(gate); VisitMul() local 2041 auto machineType = acc_.GetMachineType(gate); VisitIntRev() local 2079 auto machineType = acc_.GetMachineType(e1); VisitTruncFloatToInt() local 2207 auto machineType = acc_.GetMachineType(gate); VisitAbs() local 2229 auto machineType = acc_.GetMachineType(gate); VisitMin() local 2253 auto machineType = acc_.GetMachineType(gate); VisitMax() local 2853 auto machineType = acc_.GetMachineType(gate); ConvertToTagged() local [all...] |