HomeSort by: relevance | last modified time | path
    Searched refs:OpNo0 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiInstPrinter.h 58 unsigned OpNo0, unsigned OpnNo1);
LanaiInstPrinter.cpp 39 StringRef Alias, unsigned OpNo0,
42 printOperand(MI, OpNo0, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsInstPrinter.h 110 bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo0,
MipsInstPrinter.cpp 212 unsigned OpNo0, unsigned OpNo1,
214 printAlias(Str, MI, OpNo0, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 4294 // set OpNo0 and OpNo1 to the shuffle operands that should actually be used
4296 static bool chooseShuffleOpNos(int *OpNos, unsigned &OpNo0, unsigned &OpNo1) {
4300 OpNo0 = OpNo1 = OpNos[1];
4302 OpNo0 = OpNo1 = OpNos[0];
4304 OpNo0 = OpNos[0];
4312 // When returning true set OpNo0 to the VPERM operand that should be
4315 // For example, if swapping the VPERM operands allows P to match, OpNo0
4318 // match P, then OpNo0 and OpNo1 will be the same.
4320 unsigned &OpNo0, unsigned &OpNo1) {
4339 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1)
    [all...]

Completed in 30 milliseconds