Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1433 static std::string getShuffleComment(const MachineInstr *MI, unsigned SrcOp1Idx, in getShuffleComment() argument
1447 const MachineOperand &SrcOp1 = MI->getOperand(SrcOp1Idx); in getShuffleComment()
1469 if (SrcOp1Idx > 1) { in getShuffleComment()
1470 assert((SrcOp1Idx == 2 || SrcOp1Idx == 3) && "Unexpected writemask"); in getShuffleComment()
1472 const MachineOperand &WriteMaskOp = MI->getOperand(SrcOp1Idx - 1); in getShuffleComment()
1476 if (SrcOp1Idx == 2) { in getShuffleComment()