Home
last modified time | relevance | path

Searched refs:IsAnyRegCC (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp722 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint() local
740 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint()
743 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
751 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
791 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
799 if (IsAnyRegCC) { in selectPatchpoint()
HDSelectionDAGBuilder.cpp6605 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint() local
6630 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint()
6632 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType(); in visitPatchpoint()
6667 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
6675 if (IsAnyRegCC) in visitPatchpoint()
6701 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
6721 if (IsAnyRegCC) in visitPatchpoint()
6731 if (IsAnyRegCC && HasDef) { in visitPatchpoint()