Home
last modified time | relevance | path

Searched defs:NumBlocks (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h42 support::ulittle32_t NumBlocks; member
132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCodeMetrics.h56 unsigned NumBlocks = false; member
DLoopInfoImpl.h423 unsigned NumBlocks = 0; in discoverAndMapSubloop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp100 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local
DLegalizer.cpp289 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local
/third_party/ltp/testcases/kernel/io/writetest/
Dwritetest.c55 off_t NumBlocks = 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp99 unsigned NumBlocks = 0; in discoverAndMapException() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp270 unsigned NumBlocks = MF->size(); in initMBBInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp101 Error MSFBuilder::allocateBlocks(uint32_t NumBlocks, in allocateBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp44 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp216 auto NumBlocks = F.size(); in initialize() local
DMergeICmps.cpp761 int NumBlocks) { in getOrderedBlocks()
DGVNSink.cpp196 unsigned NumBlocks; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp1143 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp902 auto NumBlocks = readNumber<uint64_t>(); in readSummaryEntry() local
923 auto NumBlocks = readNumber<uint64_t>(); in readSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1004 uint64_t NumBlocks; ///< Number of blocks >= the minumum execution count. member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp768 static constexpr int NumBlocks = 14; variable