Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dinst_type.h29 using IntrinsicId = compiler::RuntimeInterface::IntrinsicId; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp20 using IntrinsicId = compiler::RuntimeInterface::IntrinsicId; typedef
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h869 IrConstructor &IntrinsicId(RuntimeInterface::IntrinsicId id) in IntrinsicId() function
Dinst.h3859 using IntrinsicId = RuntimeInterface::IntrinsicId; variable
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.cpp1280 auto IntrinsicId = static_cast<RuntimeInterface::IntrinsicId>(i); in GenerateHTMLPage() local