Home
last modified time | relevance | path

Searched refs:BundleList (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd() local
387 BundleList.emplace_back("funclet", EHPad); in getBundlesForCoroEnd()
389 return BundleList; in getBundlesForCoroEnd()
H A DCGCall.cpp4396 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet() local
4400 return BundleList; in getBundlesForFunclet()
4405 return BundleList; in getBundlesForFunclet()
4407 BundleList.emplace_back("funclet", CurrentFuncletPad); in getBundlesForFunclet()
4408 return BundleList; in getBundlesForFunclet()
4424 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke() local
4433 BundleList); in EmitNoreturnRuntimeCallOrInvoke()
4467 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke() local
4472 Inst = Builder.CreateCall(Callee, Args, BundleList, Name); in EmitCallOrInvoke()
5229 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall() local
[all …]
H A DCGCleanup.cpp1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope() local
1326 BundleList.emplace_back("funclet", CGF.CurrentFuncletPad); in EmitSehScope()
1327 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList); in EmitSehScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2435 if (!BundleList.empty() && in parseOptionalOperandBundles()
2460 BundleList.emplace_back(std::move(Tag), std::move(Inputs)); in parseOptionalOperandBundles()
2465 if (BundleList.empty()) in parseOptionalOperandBundles()
6253 SmallVector<OperandBundleDef, 2> BundleList; in parseInvoke() local
6262 parseOptionalOperandBundles(BundleList, PFS) || in parseInvoke()
6562 SmallVector<OperandBundleDef, 2> BundleList; in parseCallBr() local
6570 parseOptionalOperandBundles(BundleList, PFS) || in parseCallBr()
6655 BundleList); in parseCallBr()
6981 SmallVector<OperandBundleDef, 2> BundleList; in parseCall() local
6998 parseOptionalOperandBundles(BundleList, PFS)) in parseCall()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h493 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,