Searched refs:reorderAltShuffleOperands (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 436 void reorderAltShuffleOperands(ArrayRef<Value *> VL, 1436 reorderAltShuffleOperands(VL, Left, Right); in buildTree_rec() 1925 void BoUpSLP::reorderAltShuffleOperands(ArrayRef<Value *> VL, in reorderAltShuffleOperands() function in BoUpSLP 2539 reorderAltShuffleOperands(E->Scalars, LHSVL, RHSVL); in vectorizeTree()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 655 void reorderAltShuffleOperands(const InstructionsState &S, 1929 reorderAltShuffleOperands(S, VL, Left, Right); in buildTree_rec() 2650 void BoUpSLP::reorderAltShuffleOperands(const InstructionsState &S, in reorderAltShuffleOperands() function in BoUpSLP 3498 reorderAltShuffleOperands(S, E->Scalars, LHSVL, RHSVL); in vectorizeTree()
|