reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
   77     return isa_impl<To, From>::doit(Val);
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
  168   using ret_type = const To &; // Normal case, return Ty&
  204   using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;
  210       To, From, typename simplify_type<From>::SimpleType>::ret_type;
  227   static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
  228     typename cast_retty<To, FromTy>::ret_type Res2
  256 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) {
  258   return cast_convert_val<X, Y,
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1097   DiagnosticInfoUnsupported NoCalls(
 1118   DiagnosticInfoUnsupported NoDynamicAlloca(Fn, "unsupported dynamic alloca",
 1203       DiagnosticInfoUnsupported BadLDSDecl(
 1220   DiagnosticInfoUnsupported BadInit(
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1649       DiagnosticInfoUnsupported BadLDSDecl(
 1662     DiagnosticInfoUnsupported BadInit(
lib/Target/AMDGPU/SIISelLowering.cpp
 2029     DiagnosticInfoUnsupported NoGraphicsHSA(
 4635     DiagnosticInfoUnsupported NoTrap(MF.getFunction(),
 4752   DiagnosticInfoUnsupported InvalidAddrSpaceCast(
 5137   DiagnosticInfoUnsupported BadIntrin(DAG.getMachineFunction().getFunction(),
 5146   DiagnosticInfoUnsupported BadIntrin(DAG.getMachineFunction().getFunction(),
 5725       DiagnosticInfoUnsupported BadIntrin(
 5945     DiagnosticInfoUnsupported BadIntrin(
lib/Target/AMDGPU/SIInstrInfo.cpp
  514   DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(),
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  447   DiagnosticInfoUnsupported Diag(Func, Msg, MI->getDebugLoc());
lib/Target/BPF/BPFRegisterInfo.cpp
   48       DiagnosticInfoUnsupported DiagStackSize(F,
tools/clang/lib/CodeGen/Address.h
  108 template <class U> inline U cast(CodeGen::Address addr) {
tools/clang/lib/CodeGen/CodeGenAction.cpp
  368     void UnsupportedDiagHandler(const llvm::DiagnosticInfoUnsupported &D);
  603     const llvm::DiagnosticInfoUnsupported &D) {
  811     UnsupportedDiagHandler(cast<DiagnosticInfoUnsupported>(DI));