Searched refs:reorderInputsAccordingToOpcode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 441 void reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, 1272 reorderInputsAccordingToOpcode(VL, Left, Right); in buildTree_rec() 2039 void BoUpSLP::reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, in reorderInputsAccordingToOpcode() function in BoUpSLP 2368 reorderInputsAccordingToOpcode(E->Scalars, LHSVL, RHSVL); in vectorizeTree()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 662 void reorderInputsAccordingToOpcode(unsigned Opcode, ArrayRef<Value *> VL, 1765 reorderInputsAccordingToOpcode(S.getOpcode(), VL, Left, Right); in buildTree_rec() 2765 void BoUpSLP::reorderInputsAccordingToOpcode(unsigned Opcode, in reorderInputsAccordingToOpcode() function in BoUpSLP 3285 reorderInputsAccordingToOpcode(S.getOpcode(), E->Scalars, LHSVL, in vectorizeTree()
|