Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2187 static void reorderInputsAccordingToOpcode(ArrayRef<Value *> VL,
5118 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
5165 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
5476 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
7426 void BoUpSLP::reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, in reorderInputsAccordingToOpcode() function in BoUpSLP