Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
663 Instruction *AltOp = nullptr; member671 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()675 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()683 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()684 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2400 OperandData &AltOp = getData(OpIdx, Lane); in reorder() local2402 getSameOpcode({MainAltOps[OpIdx].front(), AltOp.V}, TLI); in reorder()2404 MainAltOps[OpIdx].push_back(AltOp.V); in reorder()2992 Instruction *AltOp = nullptr; member3053 bool isAltShuffle() const { return MainOp != AltOp; } in isAltShuffle()[all …]