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.cpp7322 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint() local
7347 unsigned NumCallArgs = IsAnyRegCC ? 0 : NumArgs; in visitPatchpoint()
7349 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType(); in visitPatchpoint()
7386 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
7394 if (IsAnyRegCC) in visitPatchpoint()
7420 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
7440 if (IsAnyRegCC) in visitPatchpoint()
7450 if (IsAnyRegCC && HasDef) { in visitPatchpoint()