Home
last modified time | relevance | path

Searched defs:intrinsicId (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcommon.cpp54 bool IsAbcKitIntrinsicRange([[maybe_unused]] compiler::RuntimeInterface::IntrinsicId intrinsicId) in IsAbcKitIntrinsicRange() argument
58 bool IsAbcKitIntrinsic([[maybe_unused]] compiler::RuntimeInterface::IntrinsicId intrinsicId) in IsAbcKitIntrinsic() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp172 RuntimeInterface::IntrinsicId intrinsicId; in CreateArrayInitIntrinsic() local
H A Dinlining.cpp894 auto intrinsicId = ctx->intrinsicId; in DoInlineIntrinsic() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
H A Dcodegen_fastpath.cpp84 auto intrinsicId = inst->CastToIntrinsic()->GetIntrinsicId(); in InstHasRuntimeCall() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp61 auto intrinsicId = arkInterface_->GetIntrinsicId(&instruction); in run() local
81 bool IntrinsicsLowering::ReplaceWithLLVMIntrinsic(llvm::CallInst *call, llvm::Intrinsic::ID intrinsicId) in ReplaceWithLLVMIntrinsic() argument
135 HandleCall(llvm::CallInst *call, LLVMArkInterface::IntrinsicId intrinsicId, std::unordered_map<llvm::Instruction *, llvm::Instruction *> *instToReplaceWithInst) HandleCall() argument
181 HandleFRem(llvm::Instruction *inst, LLVMArkInterface::IntrinsicId intrinsicId, std::unordered_map<llvm::Instruction *, llvm::Instruction *> *instToReplaceWithInst) HandleFRem() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator.h166 void GenerateIntrinsic(DataType::Type type, RuntimeInterface::IntrinsicId intrinsicId) in GenerateIntrinsic() argument
H A Dinst_generator.cpp1378 auto intrinsicId = static_cast<RuntimeInterface::IntrinsicId>(i); in GenerateHTMLPage() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp567 auto intrinsicId = inst->CastToIntrinsic()->GetIntrinsicId(); in IsSaveRestoreRegisters() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h330 void Codegen::CreateStubCall(Inst *inst, RuntimeInterface::IntrinsicId intrinsicId, Reg dst, Args &&...params) in CreateStubCall() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp53 auto intrinsicId = typeOf->CastToIntrinsic()->GetIntrinsicId(); in ReplaceTypeofWithIsInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp817 auto intrinsicId = inst->CastToIntrinsic()->GetIntrinsicId(); in TryRemoveIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h557 auto intrinsicId = GetRuntime()->GetIntrinsicId(method_); in BuildIntrinsic() local
270 BuildDefaultStaticIntrinsic( RuntimeInterface::IntrinsicId intrinsicId) BuildDefaultStaticIntrinsic() argument
571 BuildDefaultIntrinsic( RuntimeInterface::IntrinsicId intrinsicId, bool isVirtual) BuildDefaultIntrinsic() argument
591 BuildStaticCallIntrinsic( RuntimeInterface::IntrinsicId intrinsicId) BuildStaticCallIntrinsic() argument
647 BuildDefaultVirtualCallIntrinsic( RuntimeInterface::IntrinsicId intrinsicId) BuildDefaultVirtualCallIntrinsic() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2132 void LiteCGIRBuilder::VisitBinaryOpWithOverflow(GateRef gate, GateRef e1, GateRef e2, IntrinsicId intrinsicId) in VisitBinaryOpWithOverflow() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp587 auto intrinsicId = llvm::Intrinsic::AARCH64Intrinsics::aarch64_ldaxr; in EmitExclusiveLoadWithAcquire() local
602 auto intrinsicId = llvm::Intrinsic::AARCH64Intrinsics::aarch64_stlxr; in EmitExclusiveStoreWithRelease() local

Completed in 32 milliseconds