Searched refs:RejectUser (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 673 const auto RejectUser = [&](Instruction *Inst, Twine Msg) { in tryPromoteAllocaToVector() local 694 return RejectUser(Inst, "pointer is being stored"); in tryPromoteAllocaToVector() 698 return RejectUser(Inst, "unsupported load/store as aggregate"); in tryPromoteAllocaToVector() 705 return RejectUser(Inst, "not a simple load or store"); in tryPromoteAllocaToVector() 717 return RejectUser(Inst, "not a supported access type"); in tryPromoteAllocaToVector() 736 return RejectUser(Inst, "cannot compute vector index for GEP"); in tryPromoteAllocaToVector() 753 return RejectUser(Inst, "mem transfer inst is volatile"); in tryPromoteAllocaToVector() 780 return RejectUser(Inst, "could not calculate constant dest index"); in tryPromoteAllocaToVector() 787 return RejectUser(Inst, "could not calculate constant src index"); in tryPromoteAllocaToVector() 815 return RejectUser(Inst, "unhandled alloca user"); in tryPromoteAllocaToVector() [all …]
|