Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1612 static void reorderInputsAccordingToOpcode(ArrayRef<Value *> VL,
3102 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
3149 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
3404 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
4798 void BoUpSLP::reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, in reorderInputsAccordingToOpcode() function in BoUpSLP