Searched refs:BundleList (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp384 SmallVector<llvm::OperandBundleDef, 1> BundleList; local
387 BundleList.emplace_back("funclet", EHPad);
389 return BundleList;
H A DCGCall.cpp3717 SmallVector<llvm::OperandBundleDef, 1> BundleList;
3721 return BundleList;
3726 return BundleList;
3728 BundleList.emplace_back("funclet", CurrentFuncletPad);
3729 return BundleList;
3745 SmallVector<llvm::OperandBundleDef, 1> BundleList =
3754 BundleList);
3758 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList);
3788 SmallVector<llvm::OperandBundleDef, 1> BundleList =
3793 Inst = Builder.CreateCall(Callee, Args, BundleList, Nam
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2512 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
2519 if (!BundleList.empty() &&
2544 BundleList.emplace_back(std::move(Tag), std::move(Inputs));
2549 if (BundleList.empty())
6055 SmallVector<OperandBundleDef, 2> BundleList;
6064 ParseOptionalOperandBundles(BundleList, PFS) ||
6130 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);
6365 SmallVector<OperandBundleDef, 2> BundleList;
6373 ParseOptionalOperandBundles(BundleList, PFS) ||
6461 BundleList);
[all...]
H A DLLParser.h503 ParseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,

Completed in 183 milliseconds