Home
last modified time | relevance | path

Searched refs:PDiffArray (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h199 PressureDiff *PDiffArray = nullptr; variable
205 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
213 return PDiffArray[Idx];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp649 memset(PDiffArray, 0, N * sizeof(PressureDiff)); in init()
653 free(PDiffArray); in init()
654 PDiffArray = static_cast<PressureDiff*>(safe_calloc(N, sizeof(PressureDiff))); in init()