Searched refs:NumAllocas (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 67 InterestingAllocas.resize(NumAllocas); in collectMarkers() 71 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers() 110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers() 111 BlockInfo.End.resize(NumAllocas); in collectMarkers() 112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers() 113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers() 213 Started.resize(NumAllocas); in calculateLiveIntervals() 214 Ended.resize(NumAllocas); in calculateLiveIntervals() 216 Start.resize(NumAllocas); in calculateLiveIntervals() 219 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals() [all …]
|
D | SafeStackColoring.h | 89 unsigned NumAllocas; variable 119 : F(F), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
|
D | SafeStack.cpp | 85 STATISTIC(NumAllocas, "Total number of allocas"); 386 ++NumAllocas; in findInsts()
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 54 InterestingAllocas.resize(NumAllocas); in collectMarkers() 58 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers() 97 BlockInfo.Begin.resize(NumAllocas); in collectMarkers() 98 BlockInfo.End.resize(NumAllocas); in collectMarkers() 99 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers() 100 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers() 198 Started.resize(NumAllocas); in calculateLiveIntervals() 199 Ended.resize(NumAllocas); in calculateLiveIntervals() 201 Start.resize(NumAllocas); in calculateLiveIntervals() 204 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals() [all …]
|
D | SafeStackColoring.h | 75 unsigned NumAllocas; variable 104 : F(F), NumInst(-1), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
|
D | SafeStack.cpp | 73 STATISTIC(NumAllocas, "Total number of allocas"); 413 ++NumAllocas; in findInsts()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackLifetime.cpp | 92 InterestingAllocas.resize(NumAllocas); in collectMarkers() 135 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers() 241 Started.resize(NumAllocas); in calculateLiveIntervals() 242 Ended.resize(NumAllocas); in calculateLiveIntervals() 244 Start.resize(NumAllocas); in calculateLiveIntervals() 247 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals() 276 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in calculateLiveIntervals() 285 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpAllocas() 304 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpLiveRanges() 312 : F(F), Type(Type), Allocas(Allocas), NumAllocas(Allocas.size()) { in StackLifetime() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 121 unsigned NumAllocas = getConstMetaVal(*MI, CurIdx); in getGCPointerMap() local 123 while (NumAllocas--) in getGCPointerMap() 435 unsigned NumAllocas = MOI->getImm(); in parseStatepointOpers() local 437 while (NumAllocas--) { in parseStatepointOpers()
|
D | SafeStack.cpp | 85 STATISTIC(NumAllocas, "Total number of allocas"); 388 ++NumAllocas; in findInsts()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | StackLifetime.h | 105 unsigned NumAllocas; variable
|
/external/llvm-project/llvm/unittests/Frontend/ |
D | OpenMPIRBuilderTest.cpp | 612 unsigned NumAllocas = 0; in TEST_F() local 614 NumAllocas += isa<AllocaInst>(I); in TEST_F() 615 EXPECT_EQ(NumAllocas, 1U); in TEST_F()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1796 int NumAllocas = 0; in runOnFunction() local 1823 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2650 int NumAllocas = 0; in instrumentFunction() local 2686 if (isa<AllocaInst>(Inst)) NumAllocas++; in instrumentFunction()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2710 int NumAllocas = 0; in instrumentFunction() local 2750 if (isa<AllocaInst>(Inst)) NumAllocas++; in instrumentFunction()
|