Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandBundles.cpp83 std::vector<OperandBundleDef> NewBundles; in maybeRewriteCallWithDifferentBundles()
89 return OperandBundleDef(OrigCall->getOperandBundleAt(Index)); in maybeRewriteCallWithDifferentBundles()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1470 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1480 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1490 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr);
1520 ArrayRef<OperandBundleDef> Bundles = None,
1543 ArrayRef<OperandBundleDef> Bundles,
1560 ArrayRef<OperandBundleDef> Bundles = None,
1587 ArrayRef<OperandBundleDef> Bundles,
1599 static CallInst *Create(CallInst *CI, ArrayRef<OperandBundleDef> Bundles,
1621 ArrayRef<OperandBundleDef> Bundles = None,
1627 ArrayRef<OperandBundleDef> Bundles = None,
[all …]
H A 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;
774 ArrayRef<OperandBundleDef> OpBundles = llvm::None);
1014 ArrayRef<OperandBundleDef> OpBundles,
1035 ArrayRef<OperandBundleDef> OpBundles,
1062 ArrayRef<OperandBundleDef> OpBundles,
1079 ArrayRef<OperandBundleDef> OpBundles,
2356 ArrayRef<OperandBundleDef> OpBundles,
[all …]
H A DInstrTypes.h1143 using OperandBundleDef = OperandBundleDefT<Value *>;
1214 static CallBase *Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles,
1223 OperandBundleDef Bundle,
1228 OperandBundleDef OB,
2012 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const;
2232 op_iterator populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,
2247 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef
202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp52 SmallVector<OperandBundleDef, 1> OpBundles; in runImpl()
H A DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
H A DInlineFunction.cpp1722 OperandBundleDef OB("clang.arc.attachedcall", BundleArgs); in inlineRetainOrClaimRVCalls()
1978 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction()
2290 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction()
2375 SmallVector<OperandBundleDef, 1> OpBundles; in InlineFunction()
H A DAssumeBundleBuilder.cpp230 SmallVector<OperandBundleDef, 8> OpBundle; in build()
H A DLocal.cpp2138 SmallVector<OperandBundleDef, 1> OpBundles; in createCallMatchingInvoke()
2196 SmallVector<OperandBundleDef, 1> OpBundles; in changeToInvokeAndSplitBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp251 CallBase *CallBase::Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles, in Create()
265 CallBase *CallBase::Create(CallBase *CI, OperandBundleDef OpB, in Create()
267 SmallVector<OperandBundleDef, 2> OpDefs; in Create()
362 SmallVectorImpl<OperandBundleDef> &Defs) const { in getOperandBundlesAsDefs()
368 CallBase::populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, in populateBundleOperandInfos()
441 OperandBundleDef OB, in addOperandBundle()
446 SmallVector<OperandBundleDef, 1> Bundles; in addOperandBundle()
454 SmallVector<OperandBundleDef, 1> Bundles; in removeOperandBundle()
481 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init()
544 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB, in Create()
[all …]
H A DIRBuilder.cpp76 ArrayRef<OperandBundleDef> OpBundles = {}) { in createCallHelper()
464 ArrayRef<OperandBundleDef> OpBundles) { in CreateAssumption()
617 static std::vector<OperandBundleDef>
621 std::vector<OperandBundleDef> Rval; in getStatepointBundles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp52 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp75 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
H A DWasmEHPrepare.cpp346 OperandBundleDef("funclet", CPI)); in prepareEHPad()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp382 static SmallVector<llvm::OperandBundleDef, 1>
384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
H A DCGCall.cpp4387 SmallVector<llvm::OperandBundleDef, 1>
4389 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet()
4417 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke()
4460 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke()
5222 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall()
H A DCGCleanup.cpp1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp196 SmallVector<OperandBundleDef, 1> OpBundles; in DeleteDeadVarargs()
938 SmallVector<OperandBundleDef, 1> OpBundles; in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp332 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp869 SmallVectorImpl<OperandBundleDef> &OpBundles) { in populateEHOperandBundle()
877 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle()
963 SmallVector<OperandBundleDef, 1> OpBundles; in instrumentOneFunc()
H A DInstrProfiling.cpp652 SmallVector<OperandBundleDef, 1> OpBundles; in lowerValueProfileInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1663 SmallVector<OperandBundleDef, 4> OpBundles; in visitCallInst()
2450 OperandBundleDef NewBundle("gc-live", NewLiveGc); in visitCallBase()
2682 SmallVector<OperandBundleDef, 1> OpBundles; in transformConstExprCastCall()
2858 SmallVector<OperandBundleDef, 1> OpBundles; in transformCallThroughTrampoline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h504 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,

12