Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp62 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon006657970111::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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
DIPDBRawSymbol.h134 virtual uint32_t getSlot() const = 0;
/third_party/skia/third_party/externals/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()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp158 size_t getSlot(const Variable& v);
398 size_t slot = this->getSlot(var), in setupGlobals()
455 size_t paramSlot = this->getSlot(*p), in writeFunction()
473 size_t paramSlot = this->getSlot(*p); in writeFunction()
549 size_t SkVMGenerator::getSlot(const Variable& v) { in getSlot() function in SkSL::SkVMGenerator
942 size_t slot = this->getSlot(*expr.variable()); in writeVariableExpression()
1610 size_t varSlot = this->getSlot(var); in writeStore()
1656 size_t indexSlot = this->getSlot(*loop.fIndex); in writeForStatement()
1749 size_t slot = this->getSlot(decl.var()), in writeVarDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp270 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h109 uint32_t getSlot() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h104 uint32_t getSlot() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp271 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js374 getSlot: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol