Searched refs:Slots (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValue.h543 Use *Slots[MaxSlots]; local
549 Slots[0] = UseList;
562 if (!Slots[I])
567 // Since the uses in Slots[I] originally preceded those in Current, send
568 // Slots[I] in as the left parameter to maintain a stable sort.
569 Current = mergeUseLists(Slots[I], Current, Cmp);
570 Slots[I] = nullptr;
579 Slots[I] = Current;
587 if (Slots[I])
588 // Since the uses in Slots[
[all...]
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp845 ArrayRef<SlotIndex> Slots; local
848 Slots = getRegMaskSlotsInBlock(MBB->getNumber());
851 Slots = getRegMaskSlots();
858 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start);
859 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
878 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1514 SDValue Slots[4]; local
1523 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr);
1532 makeArrayRef(Slots, NumElements));
/external/sqlite/dist/orig/
H A Dshell.c1280 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n",
/external/sqlite/dist/
H A Dshell.c1286 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n",

Completed in 1901 milliseconds