Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCallingConvLower.cpp270 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/
DCallLowering.cpp1053 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/
DVEISelLowering.cpp612 CCState CCInfo2(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), in LowerCall() local
615 CCInfo2.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, true)); in LowerCall()