/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 133 return listEntry()->getIndex() | getSlot(); 137 Slot getSlot() const { 234 bool isBlock() const { return getSlot() == Slot_Block; } 237 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; } 241 bool isRegister() const { return getSlot() == Slot_Register; } 244 bool isDead() const { return getSlot() == Slot_Dead; } 278 Slot s = getSlot(); 288 return SlotIndex(&*++listEntry()->getIterator(), getSlot()); 298 Slot s = getSlot(); 308 return SlotIndex(&*--listEntry()->getIterator(), getSlot()); [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 99 return entry().getIndex() | getSlot(); 103 Slot getSlot() const { 196 return getSlot() == LOAD; 201 return getSlot() == DEF; 206 return getSlot() == USE; 211 return getSlot() == STORE; 259 Slot s = getSlot(); 269 return SlotIndex(entry().getNext(), getSlot()); 279 Slot s = getSlot(); 289 return SlotIndex(entry().getPrev(), getSlot());
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Packetizer.cpp | 65 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon2db0e96e0111::R600PacketizerList 83 int BISlot = getSlot(*BI); in getPreviousVector() 187 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether() 238 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 | 267 testVarInfo.getSlot(), expectedValue.getTag()); in checkStackFrame() 276 testVarInfo.getSlot(), newValue); in checkStackFrame() 280 testVarInfo.getSlot(), newValue.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/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 188 unsigned getSlot(unsigned RegNo) const { in getSlot() function 195 unsigned Slot = getSlot(RegNo); in isLive() 222 return StackTop - 1 - getSlot(RegNo) + llvm::X86::ST0; in getSTReg() 234 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop() 868 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore() 898 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs() 1245 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP() 1346 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() 1368 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() 1386 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolData.h | 51 FORWARD_SYMBOL_METHOD(getSlot)
|
D | IPDBRawSymbol.h | 92 virtual uint32_t getSlot() const = 0;
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 176 unsigned getSlot(unsigned RegNo) const { in getSlot() function 183 unsigned Slot = getSlot(RegNo); in isLive() 197 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg() 209 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop() 830 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore() 862 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs() 1313 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP() 1410 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | VersionStorage.java | 46 public short getSlot(byte slot, byte[] out, short oOffset) { in getSlot() method in VersionStorage
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { in getSlot() function in AttrListPtr 348 const AttributeWithIndex &PAWI = getSlot(i); in dump()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SlotIndexes.cpp | 169 os << entry().getIndex() << "LudS"[getSlot()]; in print()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 293 const AttributeWithIndex &getSlot(unsigned Slot) const;
|
/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
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) { in DeleteDeadVarargs() 237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i) in DeleteDeadVarargs() 238 AttributesVec.push_back(PAL.getSlot(i)); in DeleteDeadVarargs()
|
/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 233 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 83 uint32_t getSlot() const override;
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 503 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher() 531 << XF->getSlot() << ','; in EmitMatcher()
|
D | DAGISelMatcher.h | 827 unsigned getSlot() const { return Slot; } in getSlot() function 904 unsigned getSlot() const { return Slot; } in getSlot() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher() 489 << XF->getSlot() << ','; in EmitMatcher()
|
/external/r8/src/test/java/com/android/tools/r8/debug/ |
D | DebugTestBase.java | 612 commandPacket.setNextValueAsInt(v.getSlot()); 639 commandPacket.setNextValueAsInt(localVar.get().getSlot()); 1072 setValues.setNextValueAsInt(localVar.get().getSlot());
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 199 MOCK_SYMBOL_ACCESSOR(getSlot)
|