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
993 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local1001 NumStores = std::min(NumStores, 8U); in analyzeCall()1003 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
701 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument710 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset()716 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()726 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
41 STATISTIC(NumStores, "Number of stores added");291 ++NumStores; // Update statistics in spillVirtReg()
3088 unsigned NumStores = 0; in VerifyInstructionFlags() local3093 NumStores += InstInfo.mayStore; in VerifyInstructionFlags()3111 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
142 .Default(NumStores); in ParseAnalyzerArgs()143 if (Value == NumStores) { in ParseAnalyzerArgs()