Home
last modified time | relevance | path

Searched defs:intrinsic (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp21 bool Peepholes::PeepholeStringEquals([[maybe_unused]] GraphVisitor *v, IntrinsicInst *intrinsic) in PeepholeStringEquals()
71 bool Peepholes::PeepholeStringSubstring([[maybe_unused]] GraphVisitor *v, IntrinsicInst *intrinsic) in PeepholeStringSubstring()
98 bool TryInsertFieldInst(IntrinsicInst *intrinsic, RuntimeInterface::ClassPtr klassPtr, in TryInsertFieldInst()
142 bool TryInsertCallInst(IntrinsicInst *intrinsic, RuntimeInterface::ClassPtr klassPtr, in TryInsertCallInst()
168 bool Peepholes::PeepholeLdObjByName(GraphVisitor *v, IntrinsicInst *intrinsic) in PeepholeLdObjByName()
192 bool Peepholes::PeepholeStObjByName(GraphVisitor *v, IntrinsicInst *intrinsic) in PeepholeStObjByName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinline_intrinsics.cpp135 bool InlineIntrinsics::DoInline(IntrinsicInst *intrinsic) in DoInline()
160 bool InlineIntrinsics::TryInline(IntrinsicInst *intrinsic) in TryInline()
Dsimplify_string_builder.cpp81 auto intrinsic = inst->CastToIntrinsic(); in IsMethodStringBuilderToString() local
Dlocations_builder.cpp243 auto intrinsic = inst->CastToIntrinsic(); in LOCATIONS_BUILDER() local
Dpeepholes.cpp2691 auto intrinsic = inst->CastToIntrinsic(); in VisitIntrinsic() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp92 auto intrinsic = GetGraph()->CreateInstIntrinsic(type, pc, id); in BuildLdObjByName() local
161 auto intrinsic = GetGraph()->CreateInstIntrinsic(type, pc, id); in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp61 auto intrinsic = GetGraph()->CreateInstIntrinsic(retType, pc, id); in BuildInteropIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h338 MIRIntrinsicID intrinsic; member
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h605 void SetIntrinsic(intrinsics::Intrinsic intrinsic) in SetIntrinsic()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp381 ArenaString intrinsic(ArenaString("Intrinsic.", adapter)); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp73 for (auto &intrinsic : intrinsics) { in Generate() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp126 auto intrinsic = intrinsics::Intrinsic::MATH_COS_F64; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp624 auto intrinsic = inst->CastToIntrinsic(); in __anon413cb6ff0c02() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp801 MIRIntrinsicID intrinsic = intrnNode.GetIntrinsic(); in SelectOverFlowCall() local
876 MIRIntrinsicID intrinsic = intrinsiccallNode.GetIntrinsic(); in SelectIntrinCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp721 …ArenaString intrinsic(IsBuiltin() ? ArenaString("BuiltinIntrinsic.", adapter) : ArenaString("Intri… in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp4758 auto intrinsic = inst->CastToIntrinsic(); in VisitIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10746 MIRIntrinsicID intrinsic = intrnNode.GetIntrinsic(); in SelectOverFlowCall() local
10848 MIRIntrinsicID intrinsic = intrinsiccallNode.GetIntrinsic(); in SelectIntrinCall() local