Lines Matching defs:BundleList
3178 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
3185 if (!BundleList.empty() &&
3210 BundleList.emplace_back(std::move(Tag), std::move(Inputs));
3215 if (BundleList.empty())
7295 SmallVector<OperandBundleDef, 2> BundleList;
7304 parseOptionalOperandBundles(BundleList, PFS) ||
7358 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);
7592 SmallVector<OperandBundleDef, 2> BundleList;
7600 parseOptionalOperandBundles(BundleList, PFS) ||
7672 BundleList);
7998 SmallVector<OperandBundleDef, 2> BundleList;
8015 parseOptionalOperandBundles(BundleList, PFS))
8065 CallInst *CI = CallInst::Create(Ty, Callee, Args, BundleList);