Home
last modified time | relevance | path

Searched defs:IntrinsicId (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dinst_type.h29 using IntrinsicId = compiler::RuntimeInterface::IntrinsicId; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h17 …MethodPtr methodPtr, ArenaVector<std::pair<IntrinsicId, compiler::DataType::Type>> *intrinsics) co… in GetInfoForInteropCallArgsConversion()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h58 using IntrinsicId = int; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp20 using IntrinsicId = compiler::RuntimeInterface::IntrinsicId; typedef
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h817 IrConstructor &IntrinsicId(RuntimeInterface::IntrinsicId id) in IntrinsicId() function
Dinst.h2511 using IntrinsicId = RuntimeInterface::IntrinsicId; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h91 using IntrinsicId = MIRIntrinsic; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1039 IrConstructor &IntrinsicId(RuntimeInterface::IntrinsicId id) in IntrinsicId() function
Druntime_interface.h1139 [[maybe_unused]] ArenaVector<std::pair<IntrinsicId, DataType::Type>> *intrinsics) const in GetInfoForInteropCallArgsConversion()
Dinst.h4790 using IntrinsicId = RuntimeInterface::IntrinsicId; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp49 using IntrinsicId = maple::litecg::IntrinsicId; typedef