Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp770 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint() local
788 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint()
791 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
799 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
839 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
847 if (IsAnyRegCC) { in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9400 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint() local
9425 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint()
9427 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CB.getType(); in visitPatchpoint()
9477 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
9485 if (IsAnyRegCC) in visitPatchpoint()
9497 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
9516 if (IsAnyRegCC) in visitPatchpoint()
9526 if (IsAnyRegCC && HasDef) { in visitPatchpoint()