HomeSort by: relevance | last modified time | path
    Searched defs:getSlot (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 57 unsigned getSlot(const MachineInstr &MI) const {
75 int BISlot = getSlot(*BI);
179 if (getSlot(*MII) == getSlot(*MIJ))
230 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 125 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...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FloatingPoint.cpp 182 /// getSlot - Return the stack slot number a particular register number is
184 unsigned getSlot(unsigned RegNo) const {
191 unsigned Slot = getSlot(RegNo);
205 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
224 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
877 unsigned OldSlot = getSlot(FPRegNo);
910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1379 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1474 unsigned Slot = getSlot(SrcFP)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 766 uint32_t DIARawSymbol::getSlot() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 271 uint32_t NativeRawSymbol::getSlot() const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 897 unsigned getSlot() const { return Slot; }
976 unsigned getSlot() const { return Slot; }

Completed in 19 milliseconds