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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 273 NumStores = 0;
300 for (unsigned i = 0, e = NumStores; i != e; ++i) {
375 if (isLoad && NumStores && !MI->memoperands_empty()) {
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
404 StoreSize[NumStores] = MO->getSize();
405 StoreOffset[NumStores] = MO->getOffset();
406 StoreValue[NumStores] = MO->getValue();
407 ++NumStores;
PPCHazardRecognizers.h 75 unsigned NumStores;
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 46 NumStores
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 539 unsigned getNumStores() const { return NumStores; }
623 unsigned NumStores;
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 800 /// NumStores scalar stores.
802 unsigned &NumStores) {
811 return Init->isNullValue() || NumStores--;
817 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
827 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 42 STATISTIC(NumStores, "Number of stores added");
291 ++NumStores; // Update statistics
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 148 .Default(NumStores);
149 if (Value == NumStores) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 437 EVT MemVT, unsigned NumStores,
    [all...]

Completed in 5252 milliseconds