Home
last modified time | relevance | path

Searched refs:getInterleaveGroup (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp216 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()
217 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
DVPlan.h1091 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
2019 getInterleaveGroup(VPInstruction *Instr) const {
DVPlan.cpp1093 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
DLoopVectorize.cpp1544 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp215 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch()
216 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch()
DVPlan.h908 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() function
1672 getInterleaveGroup(VPInstruction *Instr) const {
DVPlan.cpp777 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock()
DLoopVectorize.cpp1277 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h597 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp927 Group = getInterleaveGroup(B); in analyzeInterleaving()
969 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving()
/external/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h779 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup() function
/external/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp1063 Group = getInterleaveGroup(B); in analyzeInterleaving()
1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp864 InterleaveGroup *getInterleaveGroup(Instruction *Instr) const { in getInterleaveGroup() function in __anon63bf7e8f0111::InterleavedAccessInfo
1439 return InterleaveInfo.getInterleaveGroup(Instr); in getInterleavedAccessGroup()
5037 Group = getInterleaveGroup(A); in analyzeInterleaving()
5079 InterleaveGroup *StoreGroup = getInterleaveGroup(B); in analyzeInterleaving()