Searched refs:CreateFastPathCall (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/ |
| D | ets_llvm_ir_constructor_gen.inl | 41 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/ |
| D | llvm_ir_constructor.h | 113 llvm::CallInst *CreateFastPathCall(Inst *inst, RuntimeInterface::EntrypointId eid,
|
| D | llvm_ir_constructor.cpp | 432 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()
|