Searched defs:InterleaveGroup (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 173 template <typename InstTy> class InterleaveGroup; variable 419 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup() function 423 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 291 template <typename InstTy> class InterleaveGroup; variable 589 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup() function 593 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 56 template <class T> class InterleaveGroup; variable
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 722 class InterleaveGroup { class 724 InterleaveGroup(Instruction *Instr, int Stride, unsigned Align) in InterleaveGroup() function in __anon63bf7e8f0111::InterleaveGroup
|