HomeSort by relevance Sort by last modified time
    Searched refs:Slots (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 655 ArrayRef<SlotIndex> Slots;
658 Slots = getRegMaskSlotsInBlock(MBB->getNumber());
661 Slots = getRegMaskSlots();
665 // We are going to enumerate all the register mask slots contained in LI.
668 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start);
669 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
671 // No slots in range, LI begins after the last call.
678 // Loop over all slots overlapping this segment.
688 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()])
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 839 SDValue Slots[4];
848 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr);
850 Result = DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v4i32, Slots, 4);
    [all...]
  /external/sqlite/dist/orig/
shell.c 1064 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
    [all...]
  /external/sqlite/dist/
shell.c 1069 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
    [all...]

Completed in 817 milliseconds