Searched refs:APO (Results 1 – 1 of 1) sorted by relevance
728 OperandData(Value *V, bool APO, bool IsUsed) in OperandData()729 : V(V), APO(APO), IsUsed(IsUsed) {} in OperandData()737 bool APO = false; member1024 bool OpIdxAPO = getData(OpIdx, Lane).APO; in getBestOperand()1039 bool OpAPO = OpData.APO; in getBestOperand()1114 if (getData(OpIdx, Lane).APO) in getMaxNumOperandsThatCanBeReordered()1144 bool APO = (OpIdx == 0) ? false : IsInverseOperation; in appendOperandsOfVL() local1146 APO, false}; in appendOperandsOfVL()1172 bool OpAPO = getData(OpIdx, Lane).APO; in shouldBroadcast()1180 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()[all …]