Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp349 void calculateLiveIntervals(unsigned NumSlots);
365 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
677 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument
685 Starts.resize(NumSlots); in calculateLiveIntervals()
687 Finishes.resize(NumSlots); in calculateLiveIntervals()
719 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()
963 unsigned NumSlots) { in expungeSlotMap() argument
965 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
993 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local
996 if (!NumSlots) in runOnMachineFunction()
[all …]
DStackSlotColoring.cpp438 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
439 if (NumSlots == 0) in runOnMachineFunction()
/external/llvm/lib/IR/
DAttributeImpl.h226 unsigned NumSlots; ///< Number of entries in this set. variable
231 size_t numTrailingObjects(OverloadToken<IndexAttrPair>) { return NumSlots; } in numTrailingObjects()
244 : Context(C), NumSlots(Slots.size()), AvailableFunctionAttrs(0) { in AttributeSetImpl()
262 if (NumSlots > 0) { in AttributeSetImpl()
284 unsigned getNumSlots() const { return NumSlots; } in getNumSlots()
/external/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()
/external/llvm/include/llvm/IR/
DValue.h645 unsigned NumSlots = 1; in sortUseList() local
658 for (I = 0; I < NumSlots; ++I) { in sortUseList()
670 if (I == NumSlots) { in sortUseList()
671 ++NumSlots; in sortUseList()
672 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
683 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp82 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local
83 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
87 assert(NumSlots <= Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
90 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp730 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
731 if (NumSlots < 2) { in runOnMachineFunction()
732 if (NumSlots == 0 || !VRM->HasUnusedRegisters()) in runOnMachineFunction()