Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd() local
387 BundleList.emplace_back("funclet", EHPad); in getBundlesForCoroEnd()
389 return BundleList; in getBundlesForCoroEnd()
DCGCall.cpp4406 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet() local
4410 return BundleList; in getBundlesForFunclet()
4415 return BundleList; in getBundlesForFunclet()
4417 BundleList.emplace_back("funclet", CurrentFuncletPad); in getBundlesForFunclet()
4418 return BundleList; in getBundlesForFunclet()
4434 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke() local
4443 BundleList); in EmitNoreturnRuntimeCallOrInvoke()
4447 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList); in EmitNoreturnRuntimeCallOrInvoke()
4477 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke() local
4482 Inst = Builder.CreateCall(Callee, Args, BundleList, Name); in EmitCallOrInvoke()
[all …]
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-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2428 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() argument
2435 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()
6328 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
6562 SmallVector<OperandBundleDef, 2> BundleList; in parseCallBr() local
6570 parseOptionalOperandBundles(BundleList, PFS) || in parseCallBr()
6655 BundleList); in parseCallBr()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h493 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,