Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2464 OperandData(Value *V, bool APO, bool IsUsed) in OperandData()
2465 : V(V), APO(APO), IsUsed(IsUsed) {} in OperandData()
2473 bool APO = false; member
2665 bool OpIdxAPO = getData(OpIdx, Lane).APO; in getBestOperand()
2689 bool OpAPO = OpData.APO; in getBestOperand()
2850 if (OpData.APO) in getMaxNumOperandsThatCanBeReordered()
2927 bool APO = (OpIdx == 0) ? false : IsInverseOperation; in appendOperands() local
2928 OpsVec[OpIdx][Lane] = {Operands[OpIdx][Lane], APO, false}; in appendOperands()
2959 bool OpAPO = getData(OpIdx, Lane).APO; in shouldBroadcast()
2969 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()
[all …]