Searched refs:BundleList (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 149 SmallVector<llvm::OperandBundleDef, 1> BundleList; in lowerObjCCall() local 150 CI->getOperandBundlesAsDefs(BundleList); in lowerObjCCall() 151 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 425 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd() local 428 BundleList.emplace_back("funclet", EHPad); in getBundlesForCoroEnd() 430 return BundleList; in getBundlesForCoroEnd()
|
| H A D | CGCleanup.cpp | 1346 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope() local 1349 BundleList.emplace_back("funclet", CGF.CurrentFuncletPad); in EmitSehScope() 1351 BundleList); in EmitSehScope()
|
| H A D | CGCall.cpp | 4771 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet() local 4772 BundleList.emplace_back("funclet", CurrentFuncletPad); in getBundlesForFunclet() 4773 return BundleList; in getBundlesForFunclet() 4789 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke() local 4798 BundleList); in EmitNoreturnRuntimeCallOrInvoke() 4802 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList); in EmitNoreturnRuntimeCallOrInvoke() 4832 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke() local 4837 Inst = Builder.CreateCall(Callee, Args, BundleList, Name); in EmitCallOrInvoke() 5604 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall() local 5609 EmitKCFIOperandBundle(ConcreteCallee, BundleList); in EmitCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 1774 SmallVector<OperandBundleDef, 1> BundleList; in MoveCalls() local 1775 addOpBundleForFunclet(InsertPt->getParent(), BundleList); in MoveCalls() 1776 CallInst *Call = CallInst::Create(Decl, MyArg, BundleList, "", InsertPt); in MoveCalls() 1789 SmallVector<OperandBundleDef, 1> BundleList; in MoveCalls() local 1790 addOpBundleForFunclet(InsertPt->getParent(), BundleList); in MoveCalls() 1791 CallInst *Call = CallInst::Create(Decl, MyArg, BundleList, "", InsertPt); in MoveCalls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2986 if (!BundleList.empty() && in parseOptionalOperandBundles() 3011 BundleList.emplace_back(std::move(Tag), std::move(Inputs)); in parseOptionalOperandBundles() 3016 if (BundleList.empty()) in parseOptionalOperandBundles() 6860 SmallVector<OperandBundleDef, 2> BundleList; in parseInvoke() local 6869 parseOptionalOperandBundles(BundleList, PFS) || in parseInvoke() 7157 SmallVector<OperandBundleDef, 2> BundleList; in parseCallBr() local 7165 parseOptionalOperandBundles(BundleList, PFS) || in parseCallBr() 7237 BundleList); in parseCallBr() 7563 SmallVector<OperandBundleDef, 2> BundleList; in parseCall() local 7580 parseOptionalOperandBundles(BundleList, PFS)) in parseCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 559 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,
|