Home
last modified time | relevance | path

Searched refs:CreateFastPathCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl41 CreateFastPathCall(inst, eid,
59 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), GetInputValue(inst, 1), klass});
69 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), GetInputValue(inst, 1), klass});
114 auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), klass});
126 return CreateFastPathCall(inst, eid, {sb, value, klass});
263 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.…
271 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.…
279 …auto call = CreateFastPathCall(inst, eid, {GetInputValue(inst, 0), builder_.getInt32(0), builder_.…
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h113 llvm::CallInst *CreateFastPathCall(Inst *inst, RuntimeInterface::EntrypointId eid,
Dllvm_ir_constructor.cpp432 auto call = CreateFastPathCall(inst, eid, args); in EmitFastPath()
1182 llvm::CallInst *LLVMIrConstructor::CreateFastPathCall(Inst *inst, RuntimeInterface::EntrypointId ei… in CreateFastPathCall() function in ark::compiler::LLVMIrConstructor
4138 auto result = ctor->CreateFastPathCall(inst, eid, {type, size}); in VisitNewArray()
4181 auto result = ctor->CreateFastPathCall(inst, eid, {initClass, klassSize}); in VisitNewObject()
4640 ctor->CreateFastPathCall(inst, entrypoint, {src, ctor->GetInputValue(inst, 1)}); in VisitCheckCast()