| /llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef 170 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardCheck() 172 Bundles.push_back(OperandBundleDef(*Bundle)); in insertCFGuardCheck() 208 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceOperandBundles.cpp | 82 std::vector<OperandBundleDef> NewBundles; in maybeRewriteCallWithDifferentBundles() 88 return OperandBundleDef(OrigCall->getOperandBundleAt(Index)); in maybeRewriteCallWithDifferentBundles()
|
| H A D | ReduceOperandsToArgs.cpp | 83 SmallVector<OperandBundleDef> OperandBundles; in replaceFunctionCalls()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | AutoUpgrade.h | 33 using OperandBundleDef = OperandBundleDefT<Value *>; variable 107 void UpgradeOperandBundles(std::vector<OperandBundleDef> &OperandBundles);
|
| H A D | Instructions.h | 1530 ArrayRef<OperandBundleDef> Bundles = None, 1553 ArrayRef<OperandBundleDef> Bundles, 1570 ArrayRef<OperandBundleDef> Bundles = None, 1597 ArrayRef<OperandBundleDef> Bundles, 1644 ArrayRef<OperandBundleDef> Bundles, 1647 ArrayRef<OperandBundleDef> Bundles, 3855 ArrayRef<OperandBundleDef> Bundles, 3892 ArrayRef<OperandBundleDef> Bundles, 4067 ArrayRef<OperandBundleDef> Bundles, 4108 ArrayRef<OperandBundleDef> Bundles, [all …]
|
| H A D | IRBuilder.h | 131 ArrayRef<OperandBundleDef> DefaultOperandBundles; 136 ArrayRef<OperandBundleDef> OpBundles) in IRBuilderBase() 403 ArrayRef<OperandBundleDef> DefaultOperandBundles; 1031 ArrayRef<OperandBundleDef> OpBundles, 1052 ArrayRef<OperandBundleDef> OpBundles, 1079 ArrayRef<OperandBundleDef> OpBundles, 2241 ArrayRef<OperandBundleDef> OpBundles, 2258 ArrayRef<OperandBundleDef> OpBundles, 2493 ArrayRef<OperandBundleDef> OpBundles = None) 2525 ArrayRef<OperandBundleDef> OpBundles = None) [all …]
|
| H A D | InstrTypes.h | 1153 using OperandBundleDef = OperandBundleDefT<Value *>; 1224 static CallBase *Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles, 1233 OperandBundleDef Bundle, 1238 OperandBundleDef OB, 2062 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const; 2286 op_iterator populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, 2301 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 50 SmallVector<OperandBundleDef, 1> OpBundles; in runImpl()
|
| H A D | GuardUtils.cpp | 32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
|
| H A D | InlineFunction.cpp | 846 SmallVector<OperandBundleDef, 1> OpBundles; in PropagateOperandBundles() 1756 OperandBundleDef OB("clang.arc.attachedcall", BundleArgs); in inlineRetainOrClaimRVCalls() 2025 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() 2401 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction()
|
| H A D | AssumeBundleBuilder.cpp | 231 SmallVector<OperandBundleDef, 8> OpBundle; in build()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARC.cpp | 51 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 269 CallBase *CallBase::Create(CallBase *CI, OperandBundleDef OpB, in Create() 271 SmallVector<OperandBundleDef, 2> OpDefs; in Create() 397 SmallVectorImpl<OperandBundleDef> &Defs) const { in getOperandBundlesAsDefs() 476 OperandBundleDef OB, in addOperandBundle() 481 SmallVector<OperandBundleDef, 1> Bundles; in addOperandBundle() 489 SmallVector<OperandBundleDef, 1> Bundles; in removeOperandBundle() 666 ArrayRef<OperandBundleDef> OpB, in createMalloc() 761 ArrayRef<OperandBundleDef> OpB, in CreateMalloc() 793 ArrayRef<OperandBundleDef> Bundles, in createFree() 858 ArrayRef<OperandBundleDef> Bundles, in init() [all …]
|
| H A D | IRBuilder.cpp | 91 ArrayRef<OperandBundleDef> OpBundles = {}) { in createCallHelper() 533 ArrayRef<OperandBundleDef> OpBundles) { in CreateAssumption() 694 static std::vector<OperandBundleDef> 698 std::vector<OperandBundleDef> Rval; in getStatepointBundles()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 74 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
|
| H A D | PreISelIntrinsicLowering.cpp | 113 SmallVector<llvm::OperandBundleDef, 1> BundleList; in lowerObjCCall()
|
| H A D | WasmEHPrepare.cpp | 335 OperandBundleDef("funclet", CPI)); in prepareEHPad()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1401 SmallVector<OperandBundleDef, 1> Bundles; in runSjLjOnFunction() 1404 Bundles.push_back(OperandBundleDef(*Bundle)); in runSjLjOnFunction() 1752 OperandBundleDef("funclet", CatchPad), "label"); in handleLongjmpableCallsForWasmSjLj() 1758 WasmLongjmpF, {Env, Val}, OperandBundleDef("funclet", CatchPad)); in handleLongjmpableCallsForWasmSjLj() 1825 SmallVector<OperandBundleDef, 1> Bundles; in handleLongjmpableCallsForWasmSjLj()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 382 static SmallVector<llvm::OperandBundleDef, 1> 384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AssumeBundleQueriesTest.cpp | 444 std::vector<OperandBundleDef> OpBundle; in RunRandTest() 465 OpBundle.push_back(OperandBundleDef{ss.str().c_str(), std::move(Args)}); in RunRandTest()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 194 SmallVector<OperandBundleDef, 1> OpBundles; in deleteDeadVarargs() 925 SmallVector<OperandBundleDef, 1> OpBundles; in removeDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 267 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 748 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() 757 OperandBundleDef NewBundle("after", ConstantInt::get(Int32Ty, 7)); in TEST() 777 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() 787 OperandBundleDef NewBundle("after", ConstantInt::get(Int32Ty, 7)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 798 SmallVectorImpl<OperandBundleDef> &OpBundles) { in populateEHOperandBundle() 809 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle() 910 SmallVector<OperandBundleDef, 1> OpBundles; in instrumentOneFunc()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
|