HomeSort by relevance Sort by last modified time
    Searched refs:NumStores (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 85 NumStores = 0;
112 for (unsigned i = 0, e = NumStores; i != e; ++i) {
187 if (isLoad && NumStores && !MI->memoperands_empty()) {
214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
216 StoreSize[NumStores] = MO->getSize();
217 StoreOffset[NumStores] = MO->getOffset();
218 StoreValue[NumStores] = MO->getValue();
219 ++NumStores;
PPCHazardRecognizers.h 64 unsigned NumStores;
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 42 NumStores
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 670 /// NumStores scalar stores.
672 unsigned &NumStores) {
681 return Init->isNullValue() || NumStores--;
687 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
697 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 41 STATISTIC(NumStores, "Number of stores added");
291 ++NumStores; // Update statistics
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 133 .Default(NumStores);
134 if (Value == NumStores) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 660 milliseconds