/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperandBundles.cpp | 83 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 D | Instructions.h | 1470 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 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; 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 D | InstrTypes.h | 1143 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 D | CFGuard.cpp | 27 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 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 | 1722 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 D | AssumeBundleBuilder.cpp | 230 SmallVector<OperandBundleDef, 8> OpBundle; in build()
|
H A D | Local.cpp | 2138 SmallVector<OperandBundleDef, 1> OpBundles; in createCallMatchingInvoke() 2196 SmallVector<OperandBundleDef, 1> OpBundles; in changeToInvokeAndSplitBasicBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 251 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 D | IRBuilder.cpp | 76 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 D | ObjCARC.cpp | 52 SmallVector<OperandBundleDef, 1> OpBundles; in createCallInstWithColors()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 75 SmallVector<OperandBundleDef, 1> OpBundles; in replaceWithTLIFunction()
|
H A D | WasmEHPrepare.cpp | 346 OperandBundleDef("funclet", CPI)); in prepareEHPad()
|
/netbsd-src/external/apache2/llvm/dist/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 | 4387 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 D | CGCleanup.cpp | 1323 SmallVector<llvm::OperandBundleDef, 1> BundleList = in EmitSehScope()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 196 SmallVector<OperandBundleDef, 1> OpBundles; in DeleteDeadVarargs() 938 SmallVector<OperandBundleDef, 1> OpBundles; in RemoveDeadStuffFromFunction()
|
H A D | ArgumentPromotion.cpp | 332 SmallVector<OperandBundleDef, 1> OpBundles; in doPromotion()
|
/netbsd-src/external/apache2/llvm/dist/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 | 652 SmallVector<OperandBundleDef, 1> OpBundles; in lowerValueProfileInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1663 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 D | X86WinEHState.cpp | 464 SmallVector<OperandBundleDef, 1> OpBundles; in rewriteSetJmpCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 504 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,
|