Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstructions.h1481 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1491 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1501 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr);
1531 ArrayRef<OperandBundleDef> Bundles = None,
1554 ArrayRef<OperandBundleDef> Bundles,
1571 ArrayRef<OperandBundleDef> Bundles = None,
1598 ArrayRef<OperandBundleDef> Bundles,
1610 static CallInst *Create(CallInst *CI, ArrayRef<OperandBundleDef> Bundles,
1632 ArrayRef<OperandBundleDef> Bundles = None,
1638 ArrayRef<OperandBundleDef> Bundles = None,
[all …]
DIRBuilder.h133 ArrayRef<OperandBundleDef> DefaultOperandBundles;
138 MDNode *FPMathTag, ArrayRef<OperandBundleDef> OpBundles) in IRBuilderBase()
357 void setDefaultOperandBundles(ArrayRef<OperandBundleDef> OpBundles) { in setDefaultOperandBundles()
420 ArrayRef<OperandBundleDef> DefaultOperandBundles;
777 ArrayRef<OperandBundleDef> OpBundles = llvm::None);
1032 ArrayRef<OperandBundleDef> OpBundles,
1053 ArrayRef<OperandBundleDef> OpBundles,
1080 ArrayRef<OperandBundleDef> OpBundles,
1097 ArrayRef<OperandBundleDef> OpBundles,
2403 ArrayRef<OperandBundleDef> OpBundles,
[all …]
DInstrTypes.h1140 using OperandBundleDef = OperandBundleDefT<Value *>;
1211 static CallBase *Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles,
1220 OperandBundleDef Bundle,
1225 OperandBundleDef OB,
2011 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const;
2231 op_iterator populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,
2246 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef
202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp52 SmallVector<OperandBundleDef, 1> OpBundles; in runImpl()
DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
DInlineFunction.cpp1725 OperandBundleDef OB("clang.arc.attachedcall", BundleArgs); in inlineRetainOrClaimRVCalls()
1981 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction()
2297 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction()
2382 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction()
DAssumeBundleBuilder.cpp230 SmallVector<OperandBundleDef, 8> OpBundle; in build()
DLocal.cpp2154 SmallVector<OperandBundleDef, 1> OpBundles; in createCallMatchingInvoke()
2212 SmallVector<OperandBundleDef, 1> OpBundles; in changeToInvokeAndSplitBasicBlock()
DSimplifyLibCalls.cpp3038 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall()
3493 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp255 CallBase *CallBase::Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles, in Create()
269 CallBase *CallBase::Create(CallBase *CI, OperandBundleDef OpB, in Create()
271 SmallVector<OperandBundleDef, 2> OpDefs; in Create()
366 SmallVectorImpl<OperandBundleDef> &Defs) const { in getOperandBundlesAsDefs()
372 CallBase::populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, in populateBundleOperandInfos()
445 OperandBundleDef OB, in addOperandBundle()
450 SmallVector<OperandBundleDef, 1> Bundles; in addOperandBundle()
458 SmallVector<OperandBundleDef, 1> Bundles; in removeOperandBundle()
485 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init()
550 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB, in Create()
[all …]
DIRBuilder.cpp76 ArrayRef<OperandBundleDef> OpBundles = {}) { in createCallHelper()
478 ArrayRef<OperandBundleDef> OpBundles) { in CreateAssumption()
639 static std::vector<OperandBundleDef>
643 std::vector<OperandBundleDef> Rval; in getStatepointBundles()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARC.cpp52 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DReplaceWithVeclib.cpp75 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
DWasmEHPrepare.cpp329 OperandBundleDef("funclet", CPI)); in prepareEHPad()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp382 static SmallVector<llvm::OperandBundleDef, 1>
384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
DCGCall.cpp4404 SmallVector<llvm::OperandBundleDef, 1>
4406 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet()
4434 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke()
4477 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke()
5239 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall()
DCGCleanup.cpp1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp196 SmallVector<OperandBundleDef, 1> OpBundles; in DeleteDeadVarargs()
939 SmallVector<OperandBundleDef, 1> OpBundles; in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp331 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp869 SmallVectorImpl<OperandBundleDef> &OpBundles) { in populateEHOperandBundle()
877 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle()
963 SmallVector<OperandBundleDef, 1> OpBundles; in instrumentOneFunc()
DInstrProfiling.cpp657 SmallVector<OperandBundleDef, 1> OpBundles; in lowerValueProfileInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1704 SmallVector<OperandBundleDef, 4> OpBundles; in visitCallInst()
2546 OperandBundleDef NewBundle("gc-live", NewLiveGc); in visitCallBase()
2778 SmallVector<OperandBundleDef, 1> OpBundles; in transformConstExprCastCall()
2954 SmallVector<OperandBundleDef, 1> OpBundles; in transformCallThroughTrampoline()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h493 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,

12