Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_builder.cpp19 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType() argument
33 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType() argument
H A Dlcr_gate_meta_data.cpp22 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr() argument
H A Dconstant_folding.cpp60 auto machineType = acc_.GetMachineType(gate); in VisitZEXT() local
H A Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() argument
H A Dcircuit_builder_helper.cpp129 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
H A Dgate.h210 void SetMachineType(MachineType machineType) in SetMachineType() argument
H A Dinstruction_combine.cpp234 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 Dlcr_circuit_builder.cpp94 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, in BinaryArithmetic() argument
H A Dasync_function_lowering.cpp199 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
H A Descape_analysis.cpp146 MachineType machineType = acc_.GetMachineType(value); in MergeState() local
H A Dcircuit.cpp121 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 Dgate.cpp553 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType type) in Gate() argument
H A Dhcr_circuit_builder.cpp39 MachineType machineType = cs->GetReturnType().GetMachineType(); in NoLabelCallRuntime() local
161 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
H A Dmcr_circuit_builder.h611 auto machineType = MachineType::NOVALUE; in TypedConditionJump() local
H A Dnumber_speculative_retype.cpp426 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
H A Dmcr_circuit_builder.cpp351 MachineType machineType = GetMachineTypeOfValueType(dst); in CheckAndConvert() local
363 MachineType machineType = GetMachineTypeOfValueType(dst); in Convert() local
H A Dcircuit_builder.cpp48 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 Dtyped_native_inline_lowering.cpp2501 auto machineType = acc_.GetMachineType(gate); in NumberToInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1329 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 Dlitecg_ir_builder.cpp803 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...]

Completed in 40 milliseconds