Home
last modified time | relevance | path

Searched refs:PrevSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp225 uint64_t PrevSize = Size; in getInstruction() local
230 if (Size != PrevSize + 1) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp650 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores() local
651 if (CurrDisp + CurrSize > PrevDisp + PrevSize) in removeRedundantBlockingStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp753 uint64_t PrevSize = in foldLoadsRecursive() local
755 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4094 const unsigned PrevSize = WorkList.size(); in copyCoalesceInMBB() local
4138 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB()
4140 WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(), in copyCoalesceInMBB()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp774 auto PrevSize = Size; in removeSymbols() local
776 if (Size < PrevSize) in removeSymbols()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5517 unsigned PrevSize = 0u; in setClauseInfo() local
5537 PrevSize += C.size(); in setClauseInfo()
5540 *CLSI = PrevSize; in setClauseInfo()