Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp137 static bool canVectorizeInst(Instruction *Inst, User *User) { in canVectorizeInst() function
173 if (!canVectorizeInst(cast<Instruction>(AllocaUser), Alloca)) in tryPromoteAllocaToVector()
191 if (!canVectorizeInst(cast<Instruction>(GEPUser), AllocaUser)) in tryPromoteAllocaToVector()