Home
last modified time | relevance | path

Searched refs:LastSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp61 size_t LastSize = LastCalleeSavedRegs.size(); in runOnMachineFunction() local
64 CSRChanged = I != LastSize; in runOnMachineFunction()
67 if (I >= LastSize) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp283 uint64_t LastSize = ~(uint64_t)0; in performOptimizedStructLayout() local
286 assert(I->Size <= LastSize && "queue not in descending size order"); in performOptimizedStructLayout()
287 LastSize = I->Size; in performOptimizedStructLayout()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp415 orc::ExecutorAddrDiff LastSize = 0; in calculateImplicitSizeOfSymbols() local
422 CandSize = LastSize; in calculateImplicitSizeOfSymbols()
436 LastSize = CandSize; in calculateImplicitSizeOfSymbols()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1400 unsigned LastSize = Parts.front()->Size; in getConcatSubRegIndex() local
1409 if (LastSize == UnknownSize || Parts[i]->Offset != (LastOffset + LastSize)) in getConcatSubRegIndex()
1412 LastSize = Parts[i]->Size; in getConcatSubRegIndex()