Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp689 void convertParams(const ParamsSeq &Params, FunctionInfo &OutInfo) { in convertParams() argument
697 if (OutInfo.Params.size() <= P.Position) in convertParams()
698 OutInfo.Params.resize(P.Position + 1); in convertParams()
699 OutInfo.Params[P.Position] |= PI; in convertParams()
705 FunctionInfo &OutInfo, llvm::StringRef APIName) { in convertNullability() argument
715 OutInfo.addTypeInfo(idx++, N); in convertNullability()
718 OutInfo.addTypeInfo(0, ReturnNullability ? *ReturnNullability in convertNullability()
722 OutInfo.NullabilityAudited = audited; in convertNullability()
723 OutInfo.NumAdjustedNullable = idx; in convertNullability()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp873 CCState OutInfo(CalleeCC, false, MF, OutLocs, Ctx); in areCalleeOutgoingArgsTailCallable() local
880 if (!determineAssignments(CalleeAssigner, OutArgs, OutInfo)) { in areCalleeOutgoingArgsTailCallable()
887 if (OutInfo.getStackSize() > FuncInfo->getBytesInStackArgArea()) { in areCalleeOutgoingArgsTailCallable()
1168 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext()); in lowerTailCall() local
1172 if (!determineAssignments(CalleeAssigner, OutArgs, OutInfo)) in lowerTailCall()
1177 NumBytes = alignTo(OutInfo.getStackSize(), 16); in lowerTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1056 CCState OutInfo(CalleeCC, false, MF, OutLocs, CallerF.getContext()); in areCalleeOutgoingArgsTailCallable() local
1059 if (!determineAssignments(Assigner, OutArgs, OutInfo)) { in areCalleeOutgoingArgsTailCallable()
1066 if (OutInfo.getStackSize() > FuncInfo->getBytesInStackArgArea()) { in areCalleeOutgoingArgsTailCallable()
1254 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext()); in lowerTailCall() local
1258 if (!determineAssignments(CalleeAssigner, OutArgs, OutInfo)) in lowerTailCall()
1263 NumBytes = alignTo(OutInfo.getStackSize(), ST.getStackAlignment()); in lowerTailCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1161 const ArgInfo &OutInfo = OutArgs[i]; in parametersInCSRMatch() local
1163 if (OutInfo.Regs.size() > 1) { in parametersInCSRMatch()
1172 MachineInstr *RegDef = getDefIgnoringCopies(OutInfo.Regs[0], MRI); in parametersInCSRMatch()