Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp654 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local
657 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()
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td37 // 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.
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DR600ISelLowering.cpp1223 SDValue Slots[4]; in LowerLOAD() local
1232 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()
/freebsd-10-stable/contrib/gcc/doc/
Dmd.texi5376 delay slots (@pxref{Delay Slots}) or that have instructions whose
6010 * Delay Slots:: Defining delay slots required for a machine.
6574 @node Delay Slots
Drtl.texi2724 @xref{Delay Slots}.