Searched defs:machineType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.cpp | 66 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()
|
| D | circuit_optimizer.cpp | 312 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 …]
|
| D | gate.h | 202 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 | 1010 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()
|
| D | gate_meta_data.cpp | 21 std::string MachineTypeToStr(MachineType machineType) in MachineTypeToStr()
|
| D | async_function_lowering.cpp | 191 auto machineType = accessor_.GetMachineType(use); in UpdateValueSelector() local
|
| D | circuit_builder.cpp | 32 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
|
| D | gate.cpp | 455 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate()
|
| D | circuit_builder-inl.h | 682 auto machineType = (Op == TypedUnOp::TYPED_TOBOOL) ? MachineType::I1 : MachineType::I64; in TypedUnaryOp() local
|