| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1531 ArrayRef<OperandBundleDef> Bundles = None, 1554 ArrayRef<OperandBundleDef> Bundles, 1571 ArrayRef<OperandBundleDef> Bundles = None, 1598 ArrayRef<OperandBundleDef> Bundles, 1645 ArrayRef<OperandBundleDef> Bundles, 1648 ArrayRef<OperandBundleDef> Bundles, 3792 ArrayRef<OperandBundleDef> Bundles, 3829 ArrayRef<OperandBundleDef> Bundles, 4007 ArrayRef<OperandBundleDef> Bundles, 4048 ArrayRef<OperandBundleDef> Bundles, [all …]
|
| H A D | IRBuilder.h | 133 ArrayRef<OperandBundleDef> DefaultOperandBundles; 420 ArrayRef<OperandBundleDef> DefaultOperandBundles; 1032 ArrayRef<OperandBundleDef> OpBundles, 1053 ArrayRef<OperandBundleDef> OpBundles, 1080 ArrayRef<OperandBundleDef> OpBundles, 1097 ArrayRef<OperandBundleDef> OpBundles, 2403 ArrayRef<OperandBundleDef> OpBundles, 2420 ArrayRef<OperandBundleDef> OpBundles, 2651 ArrayRef<OperandBundleDef> OpBundles = None) 2683 ArrayRef<OperandBundleDef> OpBundles = None) [all …]
|
| H A 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-13.1/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 27 using OperandBundleDef = OperandBundleDefT<Value *>; typedef 202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 52 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 | 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()
|
| H A D | AssumeBundleBuilder.cpp | 230 SmallVector<OperandBundleDef, 8> OpBundle; in build()
|
| H A D | Local.cpp | 2154 SmallVector<OperandBundleDef, 1> OpBundles; in createCallMatchingInvoke() 2212 SmallVector<OperandBundleDef, 1> OpBundles; in changeToInvokeAndSplitBasicBlock()
|
| H A D | SimplifyLibCalls.cpp | 3038 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall() 3493 SmallVector<OperandBundleDef, 2> OpBundles; in optimizeCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARC.cpp | 52 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
|
| /freebsd-13.1/contrib/llvm-project/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() 366 SmallVectorImpl<OperandBundleDef> &Defs) const { in getOperandBundlesAsDefs() 445 OperandBundleDef OB, in addOperandBundle() 450 SmallVector<OperandBundleDef, 1> Bundles; in addOperandBundle() 458 SmallVector<OperandBundleDef, 1> Bundles; in removeOperandBundle() 634 ArrayRef<OperandBundleDef> OpB, in createMalloc() 729 ArrayRef<OperandBundleDef> OpB, in CreateMalloc() 761 ArrayRef<OperandBundleDef> Bundles, in createFree() 826 ArrayRef<OperandBundleDef> Bundles, in init() [all …]
|
| H A 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 75 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
|
| H A D | WasmEHPrepare.cpp | 329 OperandBundleDef("funclet", CPI)); in prepareEHPad()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 382 static SmallVector<llvm::OperandBundleDef, 1> 384 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForCoroEnd()
|
| H A D | CGCall.cpp | 4394 SmallVector<llvm::OperandBundleDef, 1> 4396 SmallVector<llvm::OperandBundleDef, 1> BundleList; in getBundlesForFunclet() 4424 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitNoreturnRuntimeCallOrInvoke() 4467 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCallOrInvoke() 5229 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitCall()
|
| H A D | CGCleanup.cpp | 1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 196 SmallVector<OperandBundleDef, 1> OpBundles; in DeleteDeadVarargs() 939 SmallVector<OperandBundleDef, 1> OpBundles; in RemoveDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 331 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 869 SmallVectorImpl<OperandBundleDef> &OpBundles) { in populateEHOperandBundle() 877 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle() 963 SmallVector<OperandBundleDef, 1> OpBundles; in instrumentOneFunc()
|
| H A D | InstrProfiling.cpp | 657 SmallVector<OperandBundleDef, 1> OpBundles; in lowerValueProfileInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A 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-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 493 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,
|