Searched defs:gateType (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() argument
|
| H A D | lcr_circuit_builder.cpp | 94 BinaryArithmetic(const GateMetaData* meta, MachineType machineType, GateRef left, GateRef right, GateType gateType, const char* comment) BinaryArithmetic() argument
|
| H A D | async_function_lowering.cpp | 200 auto gateType = accessor_.GetGateType(use);
in UpdateValueSelector() local
|
| H A D | escape_analysis.cpp | 147 auto gateType = acc_.GetGateType(value); in MergeState() local
|
| H A D | number_speculative_retype.cpp | 30 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, GateType gateType) in SetOutputType() argument 104 GateType gateType = acc_.GetGateType(gate); in GetNumberTypeInfo() local 959 GateRef NumberSpeculativeRetype::CheckAndConvertToBool(GateRef gate, GateType gateType) in CheckAndConvertToBool() argument 1137 CheckTaggedAndConvertToInt32(GateRef gate, GateType gateType, OpType type) CheckTaggedAndConvertToInt32() argument 1161 CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, OpType type) CheckAndConvertToInt32() argument 1216 GateType gateType = acc_.GetGateType(gate); CheckBoundAndConvertToInt32() local 1280 CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertToNumber convert) CheckAndConvertToFloat64() argument 1346 CheckAndConvertToTagged(GateRef gate, GateType gateType, ConvertToNumber convert) CheckAndConvertToTagged() argument 1969 GateType gateType = acc_.GetGateType(gate); GetNumberInputTypeInfo() local [all...] |
| H A D | mcr_circuit_builder.cpp | 352 GateType gateType = GetGateTypeOfValueType(dst); in CheckAndConvert() local 364 GateType gateType = GetGateTypeOfValueType(dst); in Convert() local
|
| H A D | circuit_builder.cpp | 140 auto gateType = acc_.GetGateType(value); in LoopExitValue() local 333 auto gateType = acc_.GetGateType(gate); in ClearConstantCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 3117 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType() argument
|
Completed in 20 milliseconds