Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp151 uint64_t PrevHash = UINT64_MAX; in EmitBuckets() local
154 if (PrevHash != HashValue) in EmitBuckets()
156 PrevHash = HashValue; in EmitBuckets()
164 uint64_t PrevHash = UINT64_MAX; in EmitHashes() local
170 if (PrevHash == HashValue) in EmitHashes()
174 PrevHash = HashValue; in EmitHashes()
184 uint64_t PrevHash = UINT64_MAX; in emitOffsets() local
190 if (PrevHash == HashValue) in emitOffsets()
192 PrevHash = HashValue; in emitOffsets()
208 uint64_t PrevHash = UINT64_MAX; in EmitData() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp250 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
255 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
259 PrevHash = HashValue; in emitHashes()
267 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
271 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
273 PrevHash = HashValue; in emitOffsets()
320 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
323 if (PrevHash != HashValue) in emitBuckets()
325 PrevHash = HashValue; in emitBuckets()
333 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
[all …]