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

/freebsd-13-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.cpp4031 SmallVector<llvm::OperandBundleDef, 1> BundleList;
4035 return BundleList;
4040 return BundleList;
4042 BundleList.emplace_back("funclet", CurrentFuncletPad);
4043 return BundleList;
4059 SmallVector<llvm::OperandBundleDef, 1> BundleList =
4068 BundleList);
4072 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList);
4102 SmallVector<llvm::OperandBundleDef, 1> BundleList =
4107 Inst = Builder.CreateCall(Callee, Args, BundleList, Nam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2596 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
2603 if (!BundleList.empty() &&
2628 BundleList.emplace_back(std::move(Tag), std::move(Inputs));
2633 if (BundleList.empty())
6174 SmallVector<OperandBundleDef, 2> BundleList;
6183 ParseOptionalOperandBundles(BundleList, PFS) ||
6249 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);
6484 SmallVector<OperandBundleDef, 2> BundleList;
6492 ParseOptionalOperandBundles(BundleList, PFS) ||
6577 BundleList);
[all...]
H A DLLParser.h505 ParseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,

Completed in 108 milliseconds