| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Instructions.h | 1481 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 …]
|
| D | IRBuilder.h | 133 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 …]
|
| D | InstrTypes.h | 1140 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/ |
| D | CFGuard.cpp | 27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef 202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LowerInvoke.cpp | 52 SmallVector<OperandBundleDef, 1> OpBundles; in runImpl()
|
| D | GuardUtils.cpp | 32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
|
| D | InlineFunction.cpp | 1725 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()
|
| D | AssumeBundleBuilder.cpp | 230 SmallVector<OperandBundleDef, 8> OpBundle; in build()
|
| D | Local.cpp | 2154 SmallVector<OperandBundleDef, 1> OpBundles; in createCallMatchingInvoke() 2212 SmallVector<OperandBundleDef, 1> OpBundles; in changeToInvokeAndSplitBasicBlock()
|
| D | SimplifyLibCalls.cpp | 3038 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall() 3493 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Instructions.cpp | 255 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 …]
|
| D | IRBuilder.cpp | 76 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/ |
| D | ObjCARC.cpp | 52 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ReplaceWithVeclib.cpp | 75 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
|
| D | WasmEHPrepare.cpp | 329 OperandBundleDef("funclet", CPI)); in prepareEHPad()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGCoroutine.cpp | 382 static SmallVector<llvm::OperandBundleDef, 1> 384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
|
| D | CGCall.cpp | 4404 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()
|
| D | CGCleanup.cpp | 1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 196 SmallVector<OperandBundleDef, 1> OpBundles; in DeleteDeadVarargs() 939 SmallVector<OperandBundleDef, 1> OpBundles; in RemoveDeadStuffFromFunction()
|
| D | ArgumentPromotion.cpp | 331 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 869 SmallVectorImpl<OperandBundleDef> &OpBundles) { in populateEHOperandBundle() 877 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle() 963 SmallVector<OperandBundleDef, 1> OpBundles; in instrumentOneFunc()
|
| D | InstrProfiling.cpp | 657 SmallVector<OperandBundleDef, 1> OpBundles; in lowerValueProfileInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86WinEHState.cpp | 464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 1704 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/ |
| D | LLParser.h | 493 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,
|