| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600Packetizer.cpp | 57 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anonb7fa72980111::R600PacketizerList 75 int BISlot = getSlot(*BI); in getPreviousVector() 179 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether() 230 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 184 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolData.h | 45 FORWARD_SYMBOL_METHOD(getSlot)
|
| H A D | IPDBRawSymbol.h | 130 virtual uint32_t getSlot() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SlotIndexes.cpp | 270 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 413 unsigned getSlot(const VPValue *V) const { in getSlot() function
|
| H A D | VPlan.cpp | 1179 unsigned Slot = Tracker.getSlot(this); in printAsOperand() 1183 OS << "vp<%" << Tracker.getSlot(this) << ">"; in printAsOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 109 uint32_t getSlot() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 104 uint32_t getSlot() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 271 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 709 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher() 747 << XF->getSlot() << ','; in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 897 unsigned getSlot() const { return Slot; } in getSlot() function 976 unsigned getSlot() const { return Slot; } in getSlot() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol
|