Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp405 orc::ExecutorAddrDiff LastSize = 0; in calculateImplicitSizeOfSymbols() local
412 CandSize = LastSize; in calculateImplicitSizeOfSymbols()
426 LastSize = CandSize; in calculateImplicitSizeOfSymbols()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1371 unsigned LastSize = Parts.front()->Size; in getConcatSubRegIndex() local
1380 if (LastSize == UnknownSize || Parts[i]->Offset != (LastOffset + LastSize)) in getConcatSubRegIndex()
1383 LastSize = Parts[i]->Size; in getConcatSubRegIndex()