Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp273 CCState CCInfo2(CallerCC, false, MF, RVLocs2, C); in resultsCompatible() local
274 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1210 CCState CCInfo2(CallerCC, F.isVarArg(), MF, ArgLocs2, F.getContext()); in resultsCompatible() local
1211 if (!determineAssignments(CallerAssigner, InArgs, CCInfo2)) in resultsCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp611 CCState CCInfo2(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), in LowerCall() local
614 CCInfo2.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, true)); in LowerCall()