reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8758   CallingConv::ID CC = CS.getCallingConv();
 8760   bool HasDef = !CS->getType()->isVoidTy();
 8762   SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos));
 8774   SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos));
 8780   assert(CS.arg_size() >= NumMetaOpers + NumArgs &&
 8786     IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType();
 8789   populateCallLoweringInfo(CLI, cast<CallBase>(CS.getInstruction()),
 8808   SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos));
 8811   SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos));
 8833       Ops.push_back(getValue(CS.getArgument(i)));
 8840   addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this);
 8861     ComputeValueVTs(TLI, DAG.getDataLayout(), CS->getType(), ValueVTs);
 8878       setValue(CS.getInstruction(), SDValue(MN, 0));
 8880       setValue(CS.getInstruction(), Result.first);