• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/

Lines Matching refs:TokError

3761     return TokError("invalid major version");
3764 return TokError("minor version number required, comma expected");
3768 return TokError("invalid minor version");
3775 return TokError("directive only supported for amdgcn architecture");
3842 return TokError("directive only supported for amdgcn architecture");
3845 return TokError("directive only supported for amdhsa OS");
3872 return TokError("expected .amdhsa_ directive or .end_amdhsa_kernel");
3882 return TokError(".amdhsa_ directives cannot be repeated");
4091 return TokError(".amdhsa_next_free_vgpr directive is required");
4094 return TokError(".amdhsa_next_free_sgpr directive is required");
4118 return TokError("too many user SGPRs enabled");
4160 return TokError("stepping version number required, comma expected");
4164 return TokError("invalid stepping version");
4167 return TokError("vendor name required, comma expected");
4171 return TokError("invalid vendor name");
4177 return TokError("arch name required, comma expected");
4181 return TokError("invalid arch name");
4203 return TokError(Err.str());
4210 return TokError("enable_wavefront_size32=1 is only allowed on GFX10+");
4212 return TokError("enable_wavefront_size32=1 requires +WavefrontSize32");
4215 return TokError("enable_wavefront_size32=0 requires +WavefrontSize64");
4222 return TokError("wavefront_size=5 is only allowed on GFX10+");
4224 return TokError("wavefront_size=5 requires +WavefrontSize32");
4227 return TokError("wavefront_size=6 requires +WavefrontSize64");
4233 return TokError("enable_wgp_mode=1 is only allowed on GFX10+");
4238 return TokError("enable_mem_ordered=1 is only allowed on GFX10+");
4243 return TokError("enable_fwd_progress=1 is only allowed on GFX10+");
4260 return TokError("expected value identifier or .end_amd_kernel_code_t");
4279 return TokError("expected symbol name");
4383 return TokError(Twine("expected directive ") +
4417 return TokError(Twine("invalid value in ") +
4421 return TokError(Twine("expected an even number of values in ") +
4426 return TokError(Twine("invalid value in ") +
4446 return TokError("expected identifier in directive");