Searched refs:Slots (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 655 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/ |
D | SparcRegisterInfo.td | 37 // Rd - Slots in the FP register file for 64-bit floating-point values.
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 839 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/ |
D | qtwebkit-bridge.qdoc | 75 \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/ |
D | WritingAnLLVMBackend.rst | 442 // Rd - Slots in the FP register file for 64-bit floating-point values.
|
/external/qemu/distrib/jpeg-6b/ |
D | libjpeg.doc | 978 no table is defined for a slot. Slots 0 and 1 are filled with the
|
/external/jpeg/ |
D | libjpeg.doc | 978 no table is defined for a slot. Slots 0 and 1 are filled with the
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 21099 and signals. Slots and methods aren't quite present. Also,
|