Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp765 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint() local
783 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint()
786 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
794 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
834 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
842 if (IsAnyRegCC) { in selectPatchpoint()
DSelectionDAGBuilder.cpp9648 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint() local
9673 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint()
9675 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CB.getType(); in visitPatchpoint()
9725 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
9733 if (IsAnyRegCC) in visitPatchpoint()
9745 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
9764 if (IsAnyRegCC) in visitPatchpoint()
9774 if (IsAnyRegCC && HasDef) { in visitPatchpoint()