Home
last modified time | relevance | path

Searched refs:OperandBundleDef (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp27 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 DReduceOperandBundles.cpp82 std::vector<OperandBundleDef> NewBundles; in maybeRewriteCallWithDifferentBundles()
88 return OperandBundleDef(OrigCall->getOperandBundleAt(Index)); in maybeRewriteCallWithDifferentBundles()
H A DReduceOperandsToArgs.cpp83 SmallVector<OperandBundleDef> OperandBundles; in replaceFunctionCalls()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAutoUpgrade.h33 using OperandBundleDef = OperandBundleDefT<Value *>; variable
107 void UpgradeOperandBundles(std::vector<OperandBundleDef> &OperandBundles);
H A DInstructions.h1530 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 DIRBuilder.h131 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 DInstrTypes.h1153 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 DLowerInvoke.cpp50 SmallVector<OperandBundleDef, 1> OpBundles; in runImpl()
H A DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
H A DInlineFunction.cpp846 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 DAssumeBundleBuilder.cpp231 SmallVector<OperandBundleDef, 8> OpBundle; in build()
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp51 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp269 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 DIRBuilder.cpp91 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 DReplaceWithVeclib.cpp74 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
H A DPreISelIntrinsicLowering.cpp113 SmallVector<llvm::OperandBundleDef, 1> BundleList; in lowerObjCCall()
H A DWasmEHPrepare.cpp335 OperandBundleDef("funclet", CPI)); in prepareEHPad()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1401 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 DCGCoroutine.cpp382 static SmallVector<llvm::OperandBundleDef, 1>
384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp444 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 DDeadArgumentElimination.cpp194 SmallVector<OperandBundleDef, 1> OpBundles; in deleteDeadVarargs()
925 SmallVector<OperandBundleDef, 1> OpBundles; in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp267 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp748 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 DPGOInstrumentation.cpp798 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 DX86WinEHState.cpp464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()

12