Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp655 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local
658 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()
661 Slots = getRegMaskSlots(); in checkRegMaskInterference()
668 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start); in checkRegMaskInterference()
669 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference()
688 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]); in checkRegMaskInterference()
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td37 // Rd - Slots in the FP register file for 64-bit floating-point values.
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp839 SDValue Slots[4]; in LowerLOAD() local
848 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in LowerLOAD()
850 Result = DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v4i32, Slots, 4); in LowerLOAD()
/external/webkit/Source/WebKit/qt/docs/
Dqtwebkit-bridge.qdoc75 \section2 Using Signals and Slots
77 The QtWebKit bridge adapts Qt's central \l{Signals and Slots} feature for
195 \section3 Overloaded Signals and Slots
/external/llvm/docs/
DWritingAnLLVMBackend.rst442 // Rd - Slots in the FP register file for 64-bit floating-point values.
/external/qemu/distrib/jpeg-6b/
Dlibjpeg.doc978 no table is defined for a slot. Slots 0 and 1 are filled with the
/external/jpeg/
Dlibjpeg.doc978 no table is defined for a slot. Slots 0 and 1 are filled with the
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1021099 and signals. Slots and methods aren't quite present. Also,