Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.cpp19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() argument
H A Dlcr_circuit_builder.cpp94 BinaryArithmetic(const GateMetaData* meta, MachineType machineType, GateRef left, GateRef right, GateType gateType, const char* comment) BinaryArithmetic() argument
H A Dasync_function_lowering.cpp200 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
H A Descape_analysis.cpp147 auto gateType = acc_.GetGateType(value); in MergeState() local
H A Dnumber_speculative_retype.cpp30 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 Dmcr_circuit_builder.cpp352 GateType gateType = GetGateTypeOfValueType(dst); in CheckAndConvert() local
364 GateType gateType = GetGateTypeOfValueType(dst); in Convert() local
H A Dcircuit_builder.cpp140 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 Dllvm_ir_builder.cpp3117 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType() argument

Completed in 19 milliseconds