Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h125 return listEntry()->getIndex() | getSlot();
129 Slot getSlot() const {
226 bool isBlock() const { return getSlot() == Slot_Block; }
229 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
233 bool isRegister() const { return getSlot() == Slot_Register; }
236 bool isDead() const { return getSlot() == Slot_Dead; }
270 Slot s = getSlot();
280 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
290 Slot s = getSlot();
300 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
DSlotIndexes.h125 return listEntry()->getIndex() | getSlot();
129 Slot getSlot() const {
226 bool isBlock() const { return getSlot() == Slot_Block; }
229 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
233 bool isRegister() const { return getSlot() == Slot_Register; }
236 bool isDead() const { return getSlot() == Slot_Dead; }
270 Slot s = getSlot();
280 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
290 Slot s = getSlot();
300 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
[all …]
/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/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp65 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon577eb8560111::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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp62 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anond716fa380111::R600PacketizerList
80 int BISlot = getSlot(*BI); in getPreviousVector()
184 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()
235 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp62 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anoncd1f90c40111::R600PacketizerList
80 int BISlot = getSlot(*BI); in getPreviousVector()
184 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()
235 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackTraceBaseTest.java150 logWriter.println("=> Slot = " + varInfos[i].getSlot()); in checkVarTable()
165 + varInfos[i].getSlot() in checkVarTable()
174 + varInfos[i].getSlot() + " instead of name = " in checkVarTable()
DSetValuesTest.java206 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot()); in examineGetValues()
208 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot()); in examineGetValues()
229 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
230 logWriter.println("=> Slot = "+varInfos[i].getSlot()); in examineGetValues()
DJDWPStackFrameAccessTest.java268 testVarInfo.getSlot(), expectedValue.getTag()); in checkStackFrame()
277 testVarInfo.getSlot(), newValue); in checkStackFrame()
281 testVarInfo.getSlot(), newValue.getTag()); in checkStackFrame()
DGetValuesTest.java206 packet.setNextValueAsInt(varInfos[i].getSlot()); in examineGetValues()
207 logWriter.println("=> Slot = "+varInfos[i].getSlot()); in examineGetValues()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
/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/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp184 unsigned getSlot(unsigned RegNo) const { in getSlot() function
191 unsigned Slot = getSlot(RegNo); in isLive()
205 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()
224 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()
877 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()
910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()
1379 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1474 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp184 unsigned getSlot(unsigned RegNo) const { in getSlot() function
191 unsigned Slot = getSlot(RegNo); in isLive()
205 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()
224 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()
877 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()
910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()
1376 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1471 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp221 size_t getSlot(const Variable& v);
382 size_t slot = this->getSlot(var), in SkVMGenerator()
427 size_t paramSlot = this->getSlot(*p), in writeFunction()
445 size_t paramSlot = this->getSlot(*p); in writeFunction()
457 size_t SkVMGenerator::getSlot(const Variable& v) { in getSlot() function in SkSL::SkVMGenerator
833 size_t slot = this->getSlot(*expr.variable()); in writeVariableExpression()
1475 size_t varSlot = this->getSlot(var); in writeStore()
1513 size_t indexSlot = this->getSlot(*loop.fIndex); in writeForStatement()
1564 size_t slot = this->getSlot(decl.var()), in writeVarDeclaration()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java384 public int getSlot() { in getSlot() method in Frame.Variable
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp233 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp270 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/external/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp271 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h83 uint32_t getSlot() const override;
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h322 unsigned getSlot(const VPValue *V) const { in getSlot() function

12