Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp725 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint() local
743 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in selectPatchpoint()
746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
754 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
794 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
802 if (IsAnyRegCC) { in selectPatchpoint()
DSelectionDAGBuilder.cpp6828 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint() local
6853 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint()
6855 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType(); in visitPatchpoint()
6889 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
6897 if (IsAnyRegCC) in visitPatchpoint()
6923 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
6943 if (IsAnyRegCC) in visitPatchpoint()
6953 if (IsAnyRegCC && HasDef) { in visitPatchpoint()