Searched refs:tryScheduleBundle (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 799 bool tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP); 1088 if (!BS.tryScheduleBundle(VL, this)) { in buildTree_rec() 2804 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle() function in BoUpSLP::BlockScheduling
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2078 tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, 2552 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() 4825 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle() function in BoUpSLP::BlockScheduling
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2234 tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, 2708 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() 5092 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle() function in BoUpSLP::BlockScheduling
|