Searched refs:OpNo0 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 36 StringRef Alias, unsigned OpNo0, in printInst() argument 39 printOperand(MI, OpNo0, OS); in printInst()
|
| H A D | LanaiInstPrinter.h | 54 unsigned OpNo0, unsigned OpnNo1);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 258 uint64_t Address, unsigned OpNo0, in printAlias() argument 261 printAlias(Str, MI, Address, OpNo0, STI, OS, IsBranch); in printAlias()
|
| H A D | MipsInstPrinter.h | 120 unsigned OpNo0, unsigned OpNo1, const MCSubtargetInfo &STI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5571 static bool chooseShuffleOpNos(int *OpNos, unsigned &OpNo0, unsigned &OpNo1) { in chooseShuffleOpNos() argument 5575 OpNo0 = OpNo1 = OpNos[1]; in chooseShuffleOpNos() 5577 OpNo0 = OpNo1 = OpNos[0]; in chooseShuffleOpNos() 5579 OpNo0 = OpNos[0]; in chooseShuffleOpNos() 5595 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument 5614 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in matchPermute() 5619 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument 5621 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute() 5719 unsigned &StartIndex, unsigned &OpNo0, in isShlDoublePermute() argument 5741 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in isShlDoublePermute() [all …]
|