Searched refs:Slots (Results 1 – 5 of 5) sorted by relevance
654 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local657 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()660 Slots = getRegMaskSlots(); in checkRegMaskInterference()667 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start); in checkRegMaskInterference()668 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference()687 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]); in checkRegMaskInterference()
37 // Rd - Slots in the FP register file for 64-bit floating-point values.44 // Rq - Slots in the FP register file for 128-bit floating-point values.
1223 SDValue Slots[4]; in LowerLOAD() local1232 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in LowerLOAD()1240 Result = DAG.getNode(ISD::BUILD_VECTOR, DL, NewVT, Slots, NumElements); in LowerLOAD()
5376 delay slots (@pxref{Delay Slots}) or that have instructions whose6010 * Delay Slots:: Defining delay slots required for a machine.6574 @node Delay Slots
2724 @xref{Delay Slots}.