Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp113 SmallVector<llvm::OperandBundleDef, 1> BundleList; in lowerObjCCall() local
114 CI->getOperandBundlesAsDefs(BundleList); in lowerObjCCall()
115 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall()
/llvm-project-15.0.7/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 DCGCleanup.cpp1335 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope() local
1338 BundleList.emplace_back("funclet", CGF.CurrentFuncletPad); in EmitSehScope()
1339 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList); in EmitSehScope()
H A DCGCall.cpp4491 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet() local
4492 BundleList.emplace_back("funclet", CurrentFuncletPad); in getBundlesForFunclet()
4493 return BundleList; in getBundlesForFunclet()
4509 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke() local
4518 BundleList); in EmitNoreturnRuntimeCallOrInvoke()
4522 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList); in EmitNoreturnRuntimeCallOrInvoke()
4552 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke() local
4557 Inst = Builder.CreateCall(Callee, Args, BundleList, Name); in EmitCallOrInvoke()
5324 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall() local
5341 CI = Builder.CreateCall(IRFuncTy, CalleePtr, IRCallArgs, BundleList); in EmitCall()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.h114 std::vector<BundleKey> BundleList; member
H A DResourceFileWriter.cpp489 StringTableData.BundleList.push_back(Key); in visitStringTableResource()
1285 for (auto Key : StringTableData.BundleList) { in dumpAllStringTables()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2578 if (!BundleList.empty() && in parseOptionalOperandBundles()
2603 BundleList.emplace_back(std::move(Tag), std::move(Inputs)); in parseOptionalOperandBundles()
2608 if (BundleList.empty()) in parseOptionalOperandBundles()
6376 SmallVector<OperandBundleDef, 2> BundleList; in parseInvoke() local
6385 parseOptionalOperandBundles(BundleList, PFS) || in parseInvoke()
6685 SmallVector<OperandBundleDef, 2> BundleList; in parseCallBr() local
6693 parseOptionalOperandBundles(BundleList, PFS) || in parseCallBr()
6777 BundleList); in parseCallBr()
7103 SmallVector<OperandBundleDef, 2> BundleList; in parseCall() local
7120 parseOptionalOperandBundles(BundleList, PFS)) in parseCall()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h504 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,