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.h55 ArenaVector<std::pair<IntrinsicId, compiler::DataType::Type>> *intrinsics) const override in GetInfoForInteropCallArgsConversion()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp20 using IntrinsicId = compiler::RuntimeInterface::IntrinsicId; typedef
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h73 using IntrinsicId = int; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h93 using IntrinsicId = MIRIntrinsic; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h817 IrConstructor &IntrinsicId(RuntimeInterface::IntrinsicId id) in IntrinsicId() function
Dinst.h2515 using IntrinsicId = RuntimeInterface::IntrinsicId; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1039 IrConstructor &IntrinsicId(RuntimeInterface::IntrinsicId id) in IntrinsicId() function
Druntime_interface.h1296 [[maybe_unused]] ArenaVector<std::pair<IntrinsicId, DataType::Type>> *intrinsics) const in GetInfoForInteropCallArgsConversion()
Dinst.h4516 using IntrinsicId = RuntimeInterface::IntrinsicId; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp52 using IntrinsicId = maple::litecg::IntrinsicId; typedef