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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7100   FunctionType *FTy = CS.getFunctionType();
 7101   Type *RetTy = CS.getType();
 7104   Args.reserve(CS.arg_size());
 7112   auto *Caller = CS.getInstruction()->getParent()->getParent();
 7117   for (ImmutableCallSite::arg_iterator i = CS.arg_begin(), e = CS.arg_end();
 7117   for (ImmutableCallSite::arg_iterator i = CS.arg_begin(), e = CS.arg_end();
 7129     Entry.setAttributes(&CS, i - CS.arg_begin());
 7129     Entry.setAttributes(&CS, i - CS.arg_begin());
 7137           SwiftError.getOrCreateVRegUseAt(CS.getInstruction(), FuncInfo.MBB, V),
 7151   if (auto Bundle = CS.getOperandBundle(LLVMContext::OB_cfguardtarget)) {
 7163   if (isTailCall && !isInTailCallPosition(CS, DAG.getTarget()))
 7174       .setCallee(RetTy, FTy, Callee, std::move(Args), CS)
 7176       .setConvergent(CS.isConvergent());
 7180     const Instruction *Inst = CS.getInstruction();
 7192         CS.getInstruction(), FuncInfo.MBB, SwiftErrorVal);