Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch() local
203 CB->getOperandBundlesAsDefs(Bundles); in insertCFGuardDispatch()
204 Bundles.emplace_back("cfguardtarget", CalledOperand); in insertCFGuardDispatch()
209 NewCB = CallInst::Create(CI, Bundles, CB); in insertCFGuardDispatch()
213 NewCB = llvm::InvokeInst::Create(II, Bundles, CB); in insertCFGuardDispatch()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h1412 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1422 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1432 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr);
1462 ArrayRef<OperandBundleDef> Bundles = None,
1466 ComputeNumOperands(Args.size(), CountBundleInputs(Bundles));
1467 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1470 CallInst(Ty, Func, Args, Bundles, NameStr, InsertBefore);
1485 ArrayRef<OperandBundleDef> Bundles,
1488 ComputeNumOperands(Args.size(), CountBundleInputs(Bundles));
1489 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
[all …]
/external/llvm-project/llvm/lib/Analysis/
DAssumeBundleQueries.cpp79 for (auto &Bundles : Assume.bundle_op_infos()) { in fillMapFromAssume() local
81 nullptr, Attribute::getAttrKindFromName(Bundles.Tag->getKey())}; in fillMapFromAssume()
82 if (bundleHasArgument(Bundles, ABA_WasOn)) in fillMapFromAssume()
83 Key.first = getValueFromBundleOpInfo(Assume, Bundles, ABA_WasOn); in fillMapFromAssume()
87 if (!bundleHasArgument(Bundles, ABA_Argument)) { in fillMapFromAssume()
92 getValueFromBundleOpInfo(Assume, Bundles, ABA_Argument)) in fillMapFromAssume()
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h1456 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1466 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1476 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr);
1506 ArrayRef<OperandBundleDef> Bundles = None,
1510 ComputeNumOperands(Args.size(), CountBundleInputs(Bundles));
1511 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1514 CallInst(Ty, Func, Args, Bundles, NameStr, InsertBefore);
1529 ArrayRef<OperandBundleDef> Bundles,
1532 ComputeNumOperands(Args.size(), CountBundleInputs(Bundles));
1533 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
[all …]
/external/llvm-project/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp202 SmallVector<llvm::OperandBundleDef, 1> Bundles; in insertCFGuardDispatch() local
203 CB->getOperandBundlesAsDefs(Bundles); in insertCFGuardDispatch()
204 Bundles.emplace_back("cfguardtarget", CalledOperand); in insertCFGuardDispatch()
209 CallBase *NewCB = CallBase::Create(CB, Bundles, CB); in insertCFGuardDispatch()
/external/llvm/include/llvm/IR/
DInstructions.h1359 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) {
1362 Func, Args, Bundles, NameStr);
1365 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr);
1371 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1374 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1378 Func, Args, Bundles, NameStr, InsertBefore) {}
1387 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr,
1404 ArrayRef<OperandBundleDef> Bundles = None,
1409 Func, Args, Bundles, NameStr, InsertBefore);
1425 ArrayRef<OperandBundleDef> Bundles = None,
[all …]
DInstrTypes.h1600 OpIteratorTy populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,
1603 for (auto &B : Bundles)
1607 auto BI = Bundles.begin();
1611 assert(BI != Bundles.end() && "Incorrect allocation?");
1620 assert(BI == Bundles.end() && "Incorrect allocation?");
1638 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) {
1640 for (auto &B : Bundles)
/external/yapf/plugins/
DREADME.rst84 Bundles``.
87 Support/TextMate/Bundles/Python.tmbundle/Commands/YAPF.tmCommand`` file with
115 You will see a new menu item ``Bundles > Python > YAPF``.
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp111 auto Bundles = in XRayArgs() local
113 if (Bundles.empty()) in XRayArgs()
116 for (const auto &B : Bundles) { in XRayArgs()
/external/llvm-project/llvm/utils/textmate/
DREADME8 ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle
/external/llvm/utils/textmate/
DREADME8 ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp129 EdgeBundles *Bundles; member in __anoncc8cd4a60111::RAGreedy
1059 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion()
1168 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
1169 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)]; in calcGlobalSplitCost()
1182 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; in calcGlobalSplitCost()
1183 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)]; in calcGlobalSplitCost()
1235 unsigned CandIn = BundleCand[Bundles->getBundle(Number, 0)]; in splitAroundRegion()
1244 unsigned CandOut = BundleCand[Bundles->getBundle(Number, 1)]; in splitAroundRegion()
1284 unsigned CandIn = BundleCand[Bundles->getBundle(Number, 0)]; in splitAroundRegion()
1292 unsigned CandOut = BundleCand[Bundles->getBundle(Number, 1)]; in splitAroundRegion()
[all …]
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp251 CallBase *CallBase::Create(CallBase *CB, ArrayRef<OperandBundleDef> Bundles, in Create() argument
255 return CallInst::Create(cast<CallInst>(CB), Bundles, InsertPt); in Create()
257 return InvokeInst::Create(cast<InvokeInst>(CB), Bundles, InsertPt); in Create()
259 return CallBrInst::Create(cast<CallBrInst>(CB), Bundles, InsertPt); in Create()
365 CallBase::populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, in populateBundleOperandInfos() argument
368 for (auto &B : Bundles) in populateBundleOperandInfos()
372 auto BI = Bundles.begin(); in populateBundleOperandInfos()
376 assert(BI != Bundles.end() && "Incorrect allocation?"); in populateBundleOperandInfos()
385 assert(BI == Bundles.end() && "Incorrect allocation?"); in populateBundleOperandInfos()
442 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init() argument
[all …]
/external/pigweed/pw_web_ui/src/frontend/
DBUILD55 # Bundles and serves the production bundle for testing.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp356 CallBase::populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, in populateBundleOperandInfos() argument
359 for (auto &B : Bundles) in populateBundleOperandInfos()
363 auto BI = Bundles.begin(); in populateBundleOperandInfos()
367 assert(BI != Bundles.end() && "Incorrect allocation?"); in populateBundleOperandInfos()
376 assert(BI == Bundles.end() && "Incorrect allocation?"); in populateBundleOperandInfos()
386 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init() argument
388 assert(getNumOperands() == Args.size() + CountBundleInputs(Bundles) + 1 && in init()
405 auto It = populateBundleOperandInfos(Bundles, Args.size()); in init()
653 ArrayRef<OperandBundleDef> Bundles, in createFree() argument
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp172 EdgeBundles *Bundles; member in __anon3e99d5080111::RAGreedy
1327 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion()
1593 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost()
1594 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost()
1632 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost()
1633 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)]; in calcGlobalSplitCost()
1700 unsigned CandIn = BundleCand[Bundles->getBundle(Number, false)]; in splitAroundRegion()
1709 unsigned CandOut = BundleCand[Bundles->getBundle(Number, true)]; in splitAroundRegion()
1749 unsigned CandIn = BundleCand[Bundles->getBundle(Number, false)]; in splitAroundRegion()
1757 unsigned CandOut = BundleCand[Bundles->getBundle(Number, true)]; in splitAroundRegion()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp166 EdgeBundles *Bundles; member in __anonf6c772940111::RAGreedy
1333 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion()
1596 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost()
1597 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost()
1634 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost()
1635 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)]; in calcGlobalSplitCost()
1701 unsigned CandIn = BundleCand[Bundles->getBundle(Number, false)]; in splitAroundRegion()
1710 unsigned CandOut = BundleCand[Bundles->getBundle(Number, true)]; in splitAroundRegion()
1749 unsigned CandIn = BundleCand[Bundles->getBundle(Number, false)]; in splitAroundRegion()
1757 unsigned CandOut = BundleCand[Bundles->getBundle(Number, true)]; in splitAroundRegion()
[all …]
/external/grpc-grpc-java/cronet/
DREADME.md14 * Bundles an OpenSSL implementation, enabling TLS connections even on older
/external/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp123 EdgeBundles *Bundles = nullptr; member
341 Bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
355 LiveBundles[Bundles->getBundle(Entry->getNumber(), false)]; in runOnMachineFunction()
395 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFGRecomputeKillFlags()
405 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFGRecomputeKillFlags()
514 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
552 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp123 EdgeBundles *Bundles = nullptr; member
341 Bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
355 LiveBundles[Bundles->getBundle(Entry->getNumber(), false)]; in runOnMachineFunction()
395 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFGRecomputeKillFlags()
405 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFGRecomputeKillFlags()
514 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
552 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack()
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp402 auto Bundles = getBundlesForCoroEnd(CGF); in Emit() local
404 CoroEndFn, {NullPtr, CGF.Builder.getTrue()}, Bundles); in Emit()
405 if (Bundles.empty()) { in Emit()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp123 EdgeBundles *Bundles; member
319 Bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
354 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
362 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFG()
471 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
509 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack()
/external/libchrome/base/android/proguard/
Dchromium_apk.flags19 # If we annotated all Parcelables that get put into Bundles other than
Dchromium_code.flags65 # If we annotated all Parcelables that get put into Bundles other than
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1567 std::vector<CompletionCandidate::Bundle> Bundles; in mergeResults() local
1587 auto Ret = BundleLookup.try_emplace(OverloadSet, Bundles.size()); in mergeResults()
1589 Bundles.emplace_back(); in mergeResults()
1590 Bundles[Ret.first->second].push_back(std::move(C)); in mergeResults()
1592 Bundles.emplace_back(); in mergeResults()
1593 Bundles.back().push_back(std::move(C)); in mergeResults()
1624 for (auto &Bundle : Bundles) in mergeResults()

12