HomeSort by relevance Sort by last modified time
    Searched refs:NumStores (Results 1 - 9 of 9) 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 42 NumStores
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 705 /// NumStores scalar stores.
707 unsigned &NumStores) {
716 return Init->isNullValue() || NumStores--;
722 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
732 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 42 STATISTIC(NumStores, "Number of stores added");
292 ++NumStores; // Update statistics
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 537 unsigned NumStores;
543 : NumLoads(0), NumStores(0), NumPredStores(0), TheLoop(L), SE(SE), DL(DL),
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 147 .Default(NumStores);
148 if (Value == NumStores) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 458 milliseconds