Home
last modified time | relevance | path

Searched refs:NumSlots (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp495 void calculateLiveIntervals(unsigned NumSlots);
511 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
814 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument
822 Starts.resize(NumSlots); in calculateLiveIntervals()
824 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()
864 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()
1142 unsigned NumSlots) { in expungeSlotMap() argument
1144 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1171 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local
1174 if (!NumSlots) in runOnMachineFunction()
[all …]
DStackSlotColoring.cpp499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
500 if (NumSlots == 0) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp66 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots); in computeNextSlotIdx()
79 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots); in consumeCurrentToken()
81 AvailableEntries += Current.NumSlots; in consumeCurrentToken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h655 unsigned NumSlots = 1; in sortUseList() local
668 for (I = 0; I < NumSlots; ++I) { in sortUseList()
680 if (I == NumSlots) { in sortUseList()
681 ++NumSlots; in sortUseList()
682 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
693 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h762 unsigned NumSlots = 1; in sortUseList() local
775 for (I = 0; I < NumSlots; ++I) { in sortUseList()
787 if (I == NumSlots) { in sortUseList()
788 ++NumSlots; in sortUseList()
789 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
800 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp105 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local
106 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
112 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()