Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp66 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate()
95 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, in NewGate()
101 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type) in NewGate()
325 void Circuit::SetMachineType(GateRef gate, MachineType machineType) in SetMachineType()
394 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate()
406 GateRef Circuit::NewArg(MachineType machineType, size_t index, in NewArg()
Dcircuit_optimizer.cpp312 OpCode op, MachineType machineType) in RunBasicArithmetic()
345 FCmpCondition cond, MachineType machineType) in RunFCompareArithmetic()
364 ICmpCondition cond, MachineType machineType) in RunICompareArithmetic()
859 auto machineType = acc_.GetMachineType(gate); in RunAdd() local
874 auto machineType = acc_.GetMachineType(gate); in RunSub() local
893 auto machineType = acc_.GetMachineType(gate); in RunMul() local
933 auto machineType = acc_.GetMachineType(gate); in RunSDiv() local
948 auto machineType = acc_.GetMachineType(gate); in RunSMod() local
963 auto machineType = acc_.GetMachineType(gate); in RunUDiv() local
978 auto machineType = acc_.GetMachineType(gate); in RunUMod() local
[all …]
Dgate.h202 void SetMachineType(MachineType machineType) in SetMachineType()
Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType … in NewCommonArg()
Dllvm_ir_builder.cpp1010 auto machineType = acc_.GetMachineType(gate); in VisitConstant() local
1134 auto machineType = acc_.GetMachineType(gate); in VisitMod() local
1274 auto machineType = acc_.GetMachineType(gate); in VisitIntRev() local
1384 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt() local
1394 bool IsAddIntergerType(MachineType machineType) in IsAddIntergerType()
1420 auto machineType = acc_.GetMachineType(gate); in VisitAdd() local
1455 auto machineType = acc_.GetMachineType(gate); in VisitSub() local
1474 bool IsMulIntergerType(MachineType machineType) in IsMulIntergerType()
1491 auto machineType = acc_.GetMachineType(gate); in VisitMul() local
2081 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
Dgate_meta_data.cpp21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
Dasync_function_lowering.cpp191 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
Dcircuit_builder.cpp32 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector()
56 MachineType machineType = (opcode == OpCode::DEPEND_SELECTOR) ? in Selector() local
384 GateRef CircuitBuilder::BinaryArithmetic(const GateMetaData* meta, MachineType machineType, GateRef… in BinaryArithmetic()
539 MachineType machineType = cs->GetReturnType().GetMachineType(); in Call() local
1077 MachineType machineType = CircuitBuilder::GetMachineTypeFromVariableType(var->Type()); in ReadVariableRecursive() local
Dgate.cpp455 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
Dcircuit_builder-inl.h682 auto machineType = (Op == TypedUnOp::TYPED_TOBOOL) ? MachineType::I1 : MachineType::I64; in TypedUnaryOp() local