/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 61 NumStores = 0; in EndDispatchGroup() 93 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress() 171 if (isLoad && NumStores) { in getHazardType() 284 StoreSize[NumStores] = ThisStoreSize; in EmitInstruction() 285 StorePtr1[NumStores] = Node->getOperand(1); in EmitInstruction() 286 StorePtr2[NumStores] = Node->getOperand(2); in EmitInstruction() 287 ++NumStores; in EmitInstruction()
|
D | PPCHazardRecognizers.h | 47 unsigned NumStores; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 276 NumStores = 0; in EndDispatchGroup() 303 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress() 378 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType() 405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction() 407 StoreSize[NumStores] = MO->getSize(); in EmitInstruction() 408 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction() 409 StoreValue[NumStores] = MO->getValue(); in EmitInstruction() 410 ++NumStores; in EmitInstruction()
|
D | PPCHazardRecognizers.h | 75 unsigned NumStores; variable
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 276 NumStores = 0; in EndDispatchGroup() 303 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress() 378 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType() 405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction() 407 StoreSize[NumStores] = MO->getSize(); in EmitInstruction() 408 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction() 409 StoreValue[NumStores] = MO->getValue(); in EmitInstruction() 410 ++NumStores; in EmitInstruction()
|
D | PPCHazardRecognizers.h | 75 unsigned NumStores; variable
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 524 NumLoads(LAI.NumLoads), NumStores(LAI.NumStores), in LoopAccessInfo() 539 NumStores = LAI.NumStores; 572 unsigned getNumStores() const { return NumStores; } in getNumStores() 662 unsigned NumStores; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 246 unsigned NumStores = 0; in getUnrollingPreferences() local 256 NumStores++; in getUnrollingPreferences() 263 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, 0, 0); in getUnrollingPreferences() 270 unsigned const Max = (NumStores ? (12 / NumStores) : UINT_MAX); in getUnrollingPreferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 521 unsigned getNumStores() const { return NumStores; } in getNumStores() 617 unsigned NumStores; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 46 NumStores enumerator
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1237 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local 1245 NumStores = std::min(NumStores, 8U); in analyzeCall() 1247 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
|
D | LoopAccessAnalysis.cpp | 1579 NumStores++; in analyzeLoop() 1926 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 803 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument 812 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset() 818 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset() 828 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1925 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost() local 1933 NumStores = std::min(NumStores, 8U); in getCallsiteCost() 1935 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
|
D | LoopAccessAnalysis.cpp | 1834 NumStores++; in analyzeLoop() 2267 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 55 STATISTIC(NumStores, "Number of stores added"); 331 ++NumStores; // Update statistics in spillVirtReg()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 40 STATISTIC(NumStores, "Number of stores added"); 295 ++NumStores; // Update statistics in spillVirtReg()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 40 STATISTIC(NumStores, "Number of stores added"); 270 ++NumStores; // Update statistics in spillVirtReg()
|
D | VirtRegRewriter.cpp | 33 STATISTIC(NumStores , "Number of stores added"); 1655 ++NumStores; in SpillRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 528 unsigned NumStores); 536 EVT MemVT, unsigned NumStores, 554 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, 13642 unsigned NumStores) { in getMergeStoreChains() argument 13647 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 13652 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 13662 SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, in MergeStoresOfConstantsOrVecElts() argument 13665 if (NumStores < 2) in MergeStoresOfConstantsOrVecElts() 13672 unsigned SizeInBits = NumStores * ElementSizeBits; in MergeStoresOfConstantsOrVecElts() 13677 unsigned Elts = NumStores * NumMemElts; in MergeStoresOfConstantsOrVecElts() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3350 unsigned NumStores = 0; in VerifyInstructionFlags() local 3355 NumStores += InstInfo.mayStore; in VerifyInstructionFlags() 3373 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3865 unsigned NumStores = 0; in VerifyInstructionFlags() local 3870 NumStores += InstInfo.mayStore; in VerifyInstructionFlags() 3888 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 449 EVT MemVT, unsigned NumStores, 11230 unsigned NumStores, bool IsConstantSrc, bool UseVector) { in MergeStoresOfConstantsOrVecElts() argument 11232 if (NumStores < 2) in MergeStoresOfConstantsOrVecElts() 11239 for (unsigned i=0; i < NumStores; ++i) { in MergeStoresOfConstantsOrVecElts() 11257 unsigned Elts = NumStores; in MergeStoresOfConstantsOrVecElts() 11270 for (unsigned i = 0; i < NumStores; ++i) { in MergeStoresOfConstantsOrVecElts() 11288 unsigned SizeInBits = NumStores * ElementSizeBytes * 8; in MergeStoresOfConstantsOrVecElts() 11294 for (unsigned i = 0; i < NumStores; ++i) { in MergeStoresOfConstantsOrVecElts() 11295 unsigned Idx = IsLE ? (NumStores - 1 - i) : i; in MergeStoresOfConstantsOrVecElts() 11328 for (unsigned i = 0; i < NumStores; ++i) in MergeStoresOfConstantsOrVecElts() [all …]
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 165 .Default(NumStores); in ParseAnalyzerArgs() 166 if (Value == NumStores) { in ParseAnalyzerArgs()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5487 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount() local 5489 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount()
|