Home
last modified time | relevance | path

Searched refs:getSlot (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h134 return listEntry()->getIndex() | getSlot();
138 Slot getSlot() const {
229 bool isBlock() const { return getSlot() == Slot_Block; }
232 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
236 bool isRegister() const { return getSlot() == Slot_Register; }
239 bool isDead() const { return getSlot() == Slot_Dead; }
273 Slot s = getSlot();
283 return SlotIndex(listEntry()->getNextNode(), getSlot());
293 Slot s = getSlot();
303 return SlotIndex(listEntry()->getPrevNode(), getSlot());
[all …]
/external/llvm/lib/Target/R600/
DR600Packetizer.cpp66 unsigned getSlot(const MachineInstr *MI) const { in getSlot() function in __anon41b20ab90111::R600PacketizerList
84 int BISlot = getSlot(BI); in getPreviousVector()
190 if (getSlot(MII) == getSlot(MIJ)) in isLegalToPacketizeTogether()
243 if (getSlot(MI) <= getSlot(CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackTraceBaseTest.java149 logWriter.println("=> Slot = " + varInfos[i].getSlot()); in checkVarTable()
164 + varInfos[i].getSlot() in checkVarTable()
173 + varInfos[i].getSlot() + " instead of name = " in checkVarTable()
DSetValuesTest.java205 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot()); in examineGetValues()
207 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot()); in examineGetValues()
228 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
229 logWriter.println("=> Slot = "+varInfos[i].getSlot()); in examineGetValues()
DJDWPStackFrameAccessTest.java215 testVarInfo.getSlot(), newValue); in checkStackFrame()
220 testVarInfo.getSlot(), expected.getTag()); in checkStackFrame()
230 testVarInfo.getSlot(), expected.getTag()); in checkStackFrame()
DGetValuesTest.java206 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
207 logWriter.println("=> Slot = "+varInfos[i].getSlot()); in examineGetValues()
DJDWPStackFrameTestCase.java72 public int getSlot() { in getSlot() method in JDWPStackFrameTestCase.VarInfo
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h49 FORWARD_SYMBOL_METHOD(getSlot)
DIPDBRawSymbol.h90 virtual uint32_t getSlot() const = 0;
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp173 unsigned getSlot(unsigned RegNo) const { in getSlot() function
180 unsigned Slot = getSlot(RegNo); in isLive()
194 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()
206 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()
831 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()
863 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()
1231 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1323 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java1256 int attachment = convertAttachmentSlot(rb.getSlot()); in printRealRenderBufferInfo()
1407 convertAttachmentSlot(rb.getSlot()), in updateRenderTexture()
1425 convertAttachmentSlot(rb.getSlot()), in updateFrameBufferAttachment()
1585 if (context.boundDrawBuf != rb.getSlot()) { in setFrameBuffer()
1586 glDrawBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot()); in setFrameBuffer()
1587 context.boundDrawBuf = rb.getSlot(); in setFrameBuffer()
1616 if (context.boundReadBuf != rb.getSlot()) { in readFrameBuffer()
1617 glReadBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot()); in readFrameBuffer()
1618 context.boundReadBuf = rb.getSlot(); in readFrameBuffer()
/external/skia/src/core/
DSkBitmapHeap.h26 int32_t getSlot() { return fSlot; } in getSlot() function
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DFrameBuffer.java128 public int getSlot() { in getSlot() method in FrameBuffer.RenderBuffer
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java363 public int getSlot() { in getSlot() method in Frame.Variable
DVmMirror.java2219 command.setNextValueAsInt(var.getSlot()); in getFrameValues()
2721 command.setNextValueAsInt(vars[i].getSlot()); in setLocalVars()
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp238 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h82 uint32_t getSlot() const override;
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp478 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
506 << XF->getSlot() << ','; in EmitMatcher()
DDAGISelMatcher.h914 unsigned getSlot() const { return Slot; } in getSlot() function
996 unsigned getSlot() const { return Slot; } in getSlot() function
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp162 MOCK_SYMBOL_ACCESSOR(getSlot)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp611 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...