Home
last modified time | relevance | path

Searched defs:gateType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp22 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
Dargument_accessor.cpp19 …mentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg()
Dasync_function_lowering.cpp199 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
Descape_analysis.cpp147 auto gateType = acc_.GetGateType(value); in MergeState() local
Dlcr_circuit_builder.cpp92 … GateRef left, GateRef right, GateType gateType, const char* comment) in BinaryArithmetic()
Dcircuit_builder.cpp125 auto gateType = acc_.GetGateType(value); in LoopExitValue() local
365 auto gateType = acc_.GetGateType(gate); in ClearConstantCache() local
Dmcr_circuit_builder.cpp452 GateType gateType = GetGateTypeOfValueType(dst); in CheckAndConvert() local
464 GateType gateType = GetGateTypeOfValueType(dst); in Convert() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3279 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()