Searched refs:DiagnosticInfoUnsupported (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 40 class DiagnosticInfoUnsupported : public DiagnosticInfo { class 57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, in DiagnosticInfoUnsupported() function in __anon34b72f3b0111::DiagnosticInfoUnsupported 88 int DiagnosticInfoUnsupported::KindID = 0; 241 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerFormalArguments() 248 DiagnosticInfoUnsupported Err( in LowerFormalArguments() 290 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() 300 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() 402 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerReturn() 447 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerCallResult()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 38 class DiagnosticInfoUnsupported : public DiagnosticInfo { class 52 DiagnosticInfoUnsupported(const Function &Fn, const Twine &Desc, in DiagnosticInfoUnsupported() function in __anonc6e2e5f10111::DiagnosticInfoUnsupported 70 int DiagnosticInfoUnsupported::KindID = 0; 591 DiagnosticInfoUnsupported NoCalls(Fn, "call to function " + FuncName); in LowerCall() 833 DiagnosticInfoUnsupported BadInit(Fn, in LowerGlobalAddress()
|