Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp301 static llvm::CallingConv::ID GetFastPathCallingConv(uint32_t numArgs) in GetFastPathCallingConv() function
569 callee->setCallingConv(GetFastPathCallingConv(inst->GetInputs().Size())); in EmitSlowPathEntry()
1187 call->setCallingConv(GetFastPathCallingConv(args.size())); in CreateFastPathCall()
4790 callingConv = GetFastPathCallingConv(cc_.size()); in LLVMIrConstructor()