Lines Matching refs:RejectUser
766 const auto RejectUser = [&](Instruction *Inst, Twine Msg) { in tryPromoteAllocaToVector() local
786 return RejectUser(Inst, "pointer is being stored"); in tryPromoteAllocaToVector()
790 return RejectUser(Inst, "unsupported load/store as aggregate"); in tryPromoteAllocaToVector()
797 return RejectUser(Inst, "not a simple load or store"); in tryPromoteAllocaToVector()
809 return RejectUser(Inst, "not a supported access type"); in tryPromoteAllocaToVector()
820 return RejectUser(Inst, "cannot compute vector index for GEP"); in tryPromoteAllocaToVector()
835 return RejectUser(Inst, "mem transfer inst is volatile"); in tryPromoteAllocaToVector()
839 return RejectUser(Inst, "mem transfer inst length is non-constant or " in tryPromoteAllocaToVector()
862 return RejectUser(Inst, "could not calculate constant dest index"); in tryPromoteAllocaToVector()
869 return RejectUser(Inst, "could not calculate constant src index"); in tryPromoteAllocaToVector()
885 return RejectUser(Inst, "assume-like intrinsic cannot have any users"); in tryPromoteAllocaToVector()
897 return RejectUser(Inst, "unhandled alloca user"); in tryPromoteAllocaToVector()
907 return RejectUser( in tryPromoteAllocaToVector()