Searched refs:Bundles (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1368 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { 1371 Func, Args, Bundles, NameStr); 1374 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr); 1380 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr, 1383 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr, 1387 Func, Args, Bundles, NameStr, InsertBefore) {} 1396 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr, 1413 ArrayRef<OperandBundleDef> Bundles = None, 1418 Func, Args, Bundles, NameStr, InsertBefore); 1434 ArrayRef<OperandBundleDef> Bundles = None, [all …]
|
D | InstrTypes.h | 1585 OpIteratorTy populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, 1588 for (auto &B : Bundles) 1592 auto BI = Bundles.begin(); 1596 assert(BI != Bundles.end() && "Incorrect allocation?"); 1605 assert(BI == Bundles.end() && "Incorrect allocation?"); 1623 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) { 1625 for (auto &B : Bundles)
|
/external/llvm/utils/textmate/ |
D | README | 8 ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 128 EdgeBundles *Bundles; member in __anon4e4d313f0111::RAGreedy 1051 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion() 1160 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost() 1161 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)]; in calcGlobalSplitCost() 1174 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; in calcGlobalSplitCost() 1175 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)]; in calcGlobalSplitCost() 1227 unsigned CandIn = BundleCand[Bundles->getBundle(Number, 0)]; in splitAroundRegion() 1236 unsigned CandOut = BundleCand[Bundles->getBundle(Number, 1)]; in splitAroundRegion() 1276 unsigned CandIn = BundleCand[Bundles->getBundle(Number, 0)]; in splitAroundRegion() 1284 unsigned CandOut = BundleCand[Bundles->getBundle(Number, 1)]; in splitAroundRegion() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 118 EdgeBundles *Bundles; member 312 Bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction() 347 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG() 355 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFG() 462 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack() 500 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | project.pbxproj | 3386 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3410 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3436 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3465 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3489 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3515 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3544 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3568 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3594 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 3623 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; [all …]
|
/external/lzma/DOC/ |
D | lzma-sdk.txt | 65 CPP/7zip/Bundles/LzmaCon 136 Bundles - Modules that are bundles of other modules (files)
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 231 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) { in init() argument 233 assert(getNumOperands() == Args.size() + CountBundleInputs(Bundles) + 1 && in init() 250 auto It = populateBundleOperandInfos(Bundles, Args.size()); in init() 546 ArrayRef<OperandBundleDef> Bundles, in init() argument 550 assert(getNumOperands() == 3 + Args.size() + CountBundleInputs(Bundles) && in init() 569 auto It = populateBundleOperandInfos(Bundles, Args.size()); in init()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 523 ``MachineInstr Bundles`` 590 (i.e. after two-address pass, PHI elimination, and copy coalescing). Bundles
|
D | LangRef.rst | 1476 Operand Bundles 1522 Deoptimization Operand Bundles argument 1582 Funclet Operand Bundles argument
|
/external/libxml2/ |
D | NEWS | 299 Bundles all generated files for python into the distribution (Daniel Richard G),
|