Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h133 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/
DSlotIndexes.h99 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/
DR600Packetizer.cpp65 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/
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.java267 testVarInfo.getSlot(), expectedValue.getTag()); in checkStackFrame()
276 testVarInfo.getSlot(), newValue); in checkStackFrame()
280 testVarInfo.getSlot(), newValue.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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp188 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/
DPDBSymbolData.h51 FORWARD_SYMBOL_METHOD(getSlot)
DIPDBRawSymbol.h92 virtual uint32_t getSlot() const = 0;
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp176 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/
DVersionStorage.java46 public short getSlot(byte slot, byte[] out, short oOffset) { in getSlot() method in VersionStorage
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp237 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/
DSlotIndexes.cpp169 os << entry().getIndex() << "LudS"[getSlot()]; in print()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h293 const AttributeWithIndex &getSlot(unsigned Slot) const;
/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
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp235 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/
DSlotIndexes.cpp233 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h83 uint32_t getSlot() const override;
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp503 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
531 << XF->getSlot() << ','; in EmitMatcher()
DDAGISelMatcher.h827 unsigned getSlot() const { return Slot; } in getSlot() function
904 unsigned getSlot() const { return Slot; } in getSlot() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
489 << XF->getSlot() << ','; in EmitMatcher()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java612 commandPacket.setNextValueAsInt(v.getSlot());
639 commandPacket.setNextValueAsInt(localVar.get().getSlot());
1072 setValues.setNextValueAsInt(localVar.get().getSlot());
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp199 MOCK_SYMBOL_ACCESSOR(getSlot)

12