Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2835 static void reorderInputsAccordingToOpcode(ArrayRef<Value *> VL,
7223 reorderInputsAccordingToOpcode(VL, Left, Right, *this); in buildTree_rec()
7282 reorderInputsAccordingToOpcode(VL, Left, Right, *this); in buildTree_rec()
7376 reorderInputsAccordingToOpcode(VL, Left, Right, *this); in buildTree_rec()
7427 reorderInputsAccordingToOpcode(VL, Left, Right, *this); in buildTree_rec()
11409 void BoUpSLP::reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, in reorderInputsAccordingToOpcode() function in BoUpSLP