/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 134 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/ |
D | R600Packetizer.cpp | 66 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/ |
D | JDWPStackTraceBaseTest.java | 149 logWriter.println("=> Slot = " + varInfos[i].getSlot()); in checkVarTable() 164 + varInfos[i].getSlot() in checkVarTable() 173 + varInfos[i].getSlot() + " instead of name = " in checkVarTable()
|
D | SetValuesTest.java | 205 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()
|
D | JDWPStackFrameAccessTest.java | 215 testVarInfo.getSlot(), newValue); in checkStackFrame() 220 testVarInfo.getSlot(), expected.getTag()); in checkStackFrame() 230 testVarInfo.getSlot(), expected.getTag()); in checkStackFrame()
|
D | GetValuesTest.java | 206 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues() 207 logWriter.println("=> Slot = "+varInfos[i].getSlot()); in examineGetValues()
|
D | JDWPStackFrameTestCase.java | 72 public int getSlot() { in getSlot() method in JDWPStackFrameTestCase.VarInfo
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolData.h | 49 FORWARD_SYMBOL_METHOD(getSlot)
|
D | IPDBRawSymbol.h | 90 virtual uint32_t getSlot() const = 0;
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 173 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/ |
D | LwjglRenderer.java | 1256 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/ |
D | SkBitmapHeap.h | 26 int32_t getSlot() { return fSlot; } in getSlot() function
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
D | FrameBuffer.java | 128 public int getSlot() { in getSlot() method in FrameBuffer.RenderBuffer
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Frame.java | 363 public int getSlot() { in getSlot() method in Frame.Variable
|
D | VmMirror.java | 2219 command.setNextValueAsInt(var.getSlot()); in getFrameValues() 2721 command.setNextValueAsInt(vars[i].getSlot()); in setLocalVars()
|
/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 238 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 82 uint32_t getSlot() const override;
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 478 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher() 506 << XF->getSlot() << ','; in EmitMatcher()
|
D | DAGISelMatcher.h | 914 unsigned getSlot() const { return Slot; } in getSlot() function 996 unsigned getSlot() const { return Slot; } in getSlot() function
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 162 MOCK_SYMBOL_ACCESSOR(getSlot)
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 611 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |