Searched refs:CCInfo2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 273 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 D | CallLowering.cpp | 1210 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 D | VEISelLowering.cpp | 611 CCState CCInfo2(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), in LowerCall() local 614 CCInfo2.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, true)); in LowerCall()
|