HomeSort by: relevance | last modified time | path
    Searched defs:InterleaveGroup (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 286 template <typename InstTy> class InterleaveGroup;
474 const InterleaveGroup<Instruction> &Group);
582 template <typename InstTy> class InterleaveGroup {
584 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment)
588 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment)
665 llvm_unreachable("InterleaveGroup contains no such member");
770 InterleaveGroup<Instruction> *
775 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
807 DenseMap<Instruction *, InterleaveGroup<Instruction> *> InterleaveGroupMap;
809 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups
    [all...]

Completed in 61 milliseconds