Searched refs:GetFastPathCallingConv (Results 1 – 1 of 1) sorted by relevance
301 static llvm::CallingConv::ID GetFastPathCallingConv(uint32_t numArgs) in GetFastPathCallingConv() function569 callee->setCallingConv(GetFastPathCallingConv(inst->GetInputs().Size())); in EmitSlowPathEntry()1187 call->setCallingConv(GetFastPathCallingConv(args.size())); in CreateFastPathCall()4790 callingConv = GetFastPathCallingConv(cc_.size()); in LLVMIrConstructor()