Searched refs:getInterleaveGroup (Results 1 – 6 of 6) sorted by relevance
218 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()219 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
1211 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function2324 getInterleaveGroup(VPInstruction *Instr) const {
1211 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
1559 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
1063 Group = getInterleaveGroup(B); in analyzeInterleaving()1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving()
771 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function