/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 349 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 …]
|
D | StackSlotColoring.cpp | 438 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 439 if (NumSlots == 0) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 495 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() 1123 unsigned NumSlots) { in expungeSlotMap() argument 1125 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap() 1152 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local 1155 if (!NumSlots) in runOnMachineFunction() [all …]
|
D | StackSlotColoring.cpp | 499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 500 if (NumSlots == 0) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | RetireControlUnit.cpp | 65 assert(Current.NumSlots && "Reserved zero slots?"); in consumeCurrentToken() 69 CurrentInstructionSlotIdx += Current.NumSlots; in consumeCurrentToken() 71 AvailableSlots += Current.NumSlots; in consumeCurrentToken()
|
D | RetireControlUnit.h | 53 unsigned NumSlots; // Slots reserved to this instruction. member
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 226 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/ |
D | Value.h | 655 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/ |
D | Value.h | 645 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Value.h | 702 unsigned NumSlots = 1; in sortUseList() local 715 for (I = 0; I < NumSlots; ++I) { in sortUseList() 727 if (I == NumSlots) { in sortUseList() 728 ++NumSlots; in sortUseList() 729 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList() 740 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 82 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/ |
D | StackSlotColoring.cpp | 730 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 731 if (NumSlots < 2) { in runOnMachineFunction() 732 if (NumSlots == 0 || !VRM->HasUnusedRegisters()) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 106 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local 107 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot() 113 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
|