Home
last modified time | relevance | path

Searched refs:SlotNum (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp445 for (unsigned SlotNum = 0; SlotNum < HEXAGON_PACKET_SIZE; SlotNum++) in SlotMaskToText() local
446 if ((SlotMask & (1 << SlotNum)) != 0) in SlotMaskToText()
447 Slots.push_back(utostr(SlotNum)); in SlotMaskToText()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4137 int SlotNum = Machine.getLocalSlot(&I); in printInstruction() local
4138 if (SlotNum == -1) in printInstruction()
4141 Out << '%' << SlotNum << " = "; in printInstruction()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h2372 U8 SlotNum; /* 0x09 */ member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7314 StringRef SlotNum = Slot.substr(1); in handleHLSLResourceBindingAttr() local
7316 if (SlotNum.getAsInteger(10, Num)) { in handleHLSLResourceBindingAttr()