Searched refs:DiagnosticInfoUnsupported (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUDiagnosticInfoUnsupported.cpp14 DiagnosticInfoUnsupported::DiagnosticInfoUnsupported( function in class:DiagnosticInfoUnsupported
22 int DiagnosticInfoUnsupported::KindID = 0;
24 void DiagnosticInfoUnsupported::print(DiagnosticPrinter &DP) const {
H A DAMDGPUDiagnosticInfoUnsupported.h19 class DiagnosticInfoUnsupported : public DiagnosticInfo { class in namespace:llvm
33 DiagnosticInfoUnsupported(const Function &Fn, const Twine &Desc,
H A DAMDGPUISelLowering.cpp609 DiagnosticInfoUnsupported NoCalls(Fn, "call to function " + FuncName);
618 DiagnosticInfoUnsupported NoDynamicAlloca(Fn, "dynamic alloca");
865 DiagnosticInfoUnsupported BadInit(Fn,
H A DAMDGPUISelDAGToDAG.cpp1222 DiagnosticInfoUnsupported NotImplemented(*MF.getFunction(),
H A DSIISelLowering.cpp585 DiagnosticInfoUnsupported NoGraphicsHSA(*Fn, "non-compute shaders with HSA");
1268 DiagnosticInfoUnsupported BadIntrin(*MF.getFunction(),
/freebsd-11.0-release/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp40 class DiagnosticInfoUnsupported : public DiagnosticInfo { class in namespace:__anon2816
57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, function in class:__anon2816::DiagnosticInfoUnsupported
88 int DiagnosticInfoUnsupported::KindID = 0;
239 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
246 DiagnosticInfoUnsupported Err(
288 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(),
298 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(),
401 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
446 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp42 class DiagnosticInfoUnsupported final : public DiagnosticInfo {
59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, function in class:__anon3040::final
90 int DiagnosticInfoUnsupported::KindID = 0;
299 DiagnosticInfoUnsupported(DL, *MF.getFunction(), msg, SDValue()));

Completed in 131 milliseconds