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 | 39 StringRef Alias, unsigned OpNo0, in printInst() argument 42 printOperand(MI, OpNo0, OS); in printInst()
|
H A D | LanaiInstPrinter.h | 57 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 | 119 unsigned OpNo0, unsigned OpNo1, const MCSubtargetInfo &STI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4987 static bool chooseShuffleOpNos(int *OpNos, unsigned &OpNo0, unsigned &OpNo1) { in chooseShuffleOpNos() argument 4991 OpNo0 = OpNo1 = OpNos[1]; in chooseShuffleOpNos() 4993 OpNo0 = OpNo1 = OpNos[0]; in chooseShuffleOpNos() 4995 OpNo0 = OpNos[0]; in chooseShuffleOpNos() 5011 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument 5030 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in matchPermute() 5035 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument 5037 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute() 5135 unsigned &StartIndex, unsigned &OpNo0, in isShlDoublePermute() argument 5157 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in isShlDoublePermute() [all …]
|