Searched refs:NumStores (Results 1 – 8 of 8) sorted by relevance
85 NumStores = 0; in EndDispatchGroup()112 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress()187 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction()216 StoreSize[NumStores] = MO->getSize(); in EmitInstruction()217 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction()218 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()219 ++NumStores; in EmitInstruction()
64 unsigned NumStores; variable
42 NumStores enumerator
926 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local934 NumStores = std::min(NumStores, 8U); in analyzeCall()936 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
672 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument681 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset()687 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()697 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
41 STATISTIC(NumStores, "Number of stores added");291 ++NumStores; // Update statistics in spillVirtReg()
2997 unsigned NumStores = 0; in VerifyInstructionFlags() local3002 NumStores += InstInfo.mayStore; in VerifyInstructionFlags()3020 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
133 .Default(NumStores); in ParseAnalyzerArgs()134 if (Value == NumStores) { in ParseAnalyzerArgs()