Searched refs:CCInfo2 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | CallingConvLower.cpp | 270 CCState CCInfo2(CallerCC, false, MF, RVLocs2, C); in resultsCompatible() local 271 CCInfo2.AnalyzeCallResult(Ins, CallerFn); in resultsCompatible()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | CallLowering.cpp | 1053 CCState CCInfo2(CallerCC, F.isVarArg(), MF, ArgLocs2, F.getContext()); in resultsCompatible() local 1054 if (!determineAssignments(CallerAssigner, InArgs, CCInfo2)) in resultsCompatible()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 612 CCState CCInfo2(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), in LowerCall() local 615 CCInfo2.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, true)); in LowerCall()
|