Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp325 static bool canVectorizeInst(Instruction *Inst, User *User) { in canVectorizeInst() function
384 if (!canVectorizeInst(cast<Instruction>(AllocaUser), Alloca)) in tryPromoteAllocaToVector()
403 if (!canVectorizeInst(cast<Instruction>(GEPUser), AllocaUser)) in tryPromoteAllocaToVector()