Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
545 Instruction *AltOp = nullptr; member553 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()557 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()565 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()566 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2112 OperandData &AltOp = getData(OpIdx, Lane); in reorder() local2114 getSameOpcode({MainAltOps[OpIdx].front(), AltOp.V}, TLI); in reorder()2116 MainAltOps[OpIdx].push_back(AltOp.V); in reorder()2511 Instruction *AltOp = nullptr; member2572 bool isAltShuffle() const { return MainOp != AltOp; } in isAltShuffle()[all …]