Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp728 OperandData(Value *V, bool APO, bool IsUsed) in OperandData()
729 : V(V), APO(APO), IsUsed(IsUsed) {} in OperandData()
737 bool APO = false; member
1024 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() local
1146 APO, false}; in appendOperandsOfVL()
1172 bool OpAPO = getData(OpIdx, Lane).APO; in shouldBroadcast()
1180 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()
[all …]