Searched defs:gateType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 22 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, GateType gateType) in SetOutputType() 96 GateType gateType = acc_.GetGateType(gate); in GetNumberTypeInfo() local 1033 GateRef NumberSpeculativeRetype::CheckAndConvertToBool(GateRef gate, GateType gateType) in CheckAndConvertToBool() 1214 GateRef NumberSpeculativeRetype::CheckTaggedAndConvertToInt32(GateRef gate, GateType gateType, OpTy… in CheckTaggedAndConvertToInt32() 1238 GateRef NumberSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSup… in CheckAndConvertToInt32() 1298 GateType gateType = acc_.GetGateType(gate); in CheckBoundAndConvertToInt32() local 1362 GateRef NumberSpeculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, in CheckAndConvertToFloat64() 1427 GateRef NumberSpeculativeRetype::CheckAndConvertToTagged(GateRef gate, GateType gateType, ConvertTo… in CheckAndConvertToTagged() 2055 GateType gateType = acc_.GetGateType(gate); in GetNumberInputTypeInfo() local
|
| D | argument_accessor.cpp | 19 …mentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg()
|
| D | async_function_lowering.cpp | 199 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
|
| D | escape_analysis.cpp | 147 auto gateType = acc_.GetGateType(value); in MergeState() local
|
| D | lcr_circuit_builder.cpp | 92 … GateRef left, GateRef right, GateType gateType, const char* comment) in BinaryArithmetic()
|
| D | circuit_builder.cpp | 125 auto gateType = acc_.GetGateType(value); in LoopExitValue() local 365 auto gateType = acc_.GetGateType(gate); in ClearConstantCache() local
|
| D | mcr_circuit_builder.cpp | 452 GateType gateType = GetGateTypeOfValueType(dst); in CheckAndConvert() local 464 GateType gateType = GetGateTypeOfValueType(dst); in Convert() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 3279 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
|