Searched refs:DiagnosticInfoUnsupported (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUDiagnosticInfoUnsupported.cpp | 14 DiagnosticInfoUnsupported::DiagnosticInfoUnsupported( in DiagnosticInfoUnsupported() function in DiagnosticInfoUnsupported 22 int DiagnosticInfoUnsupported::KindID = 0; 24 void DiagnosticInfoUnsupported::print(DiagnosticPrinter &DP) const { in print()
|
D | AMDGPUDiagnosticInfoUnsupported.h | 19 class DiagnosticInfoUnsupported : public DiagnosticInfo { 33 DiagnosticInfoUnsupported(const Function &Fn, const Twine &Desc,
|
D | AMDGPUISelLowering.cpp | 596 DiagnosticInfoUnsupported NoCalls(Fn, "call to function " + FuncName); in LowerCall() 605 DiagnosticInfoUnsupported NoDynamicAlloca(Fn, "dynamic alloca"); in LowerDYNAMIC_STACKALLOC() 849 DiagnosticInfoUnsupported BadInit(Fn, in LowerGlobalAddress()
|
D | AMDGPUISelDAGToDAG.cpp | 1214 DiagnosticInfoUnsupported NotImplemented(*MF.getFunction(), in SelectAddrSpaceCast()
|
D | SIISelLowering.cpp | 586 DiagnosticInfoUnsupported NoGraphicsHSA(*Fn, "non-compute shaders with HSA"); in LowerFormalArguments()
|
/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; 239 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerFormalArguments() 246 DiagnosticInfoUnsupported Err( in LowerFormalArguments() 288 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() 298 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(), in LowerCall() 401 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerReturn() 446 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(), in LowerCallResult()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 42 class DiagnosticInfoUnsupported final : public DiagnosticInfo { class 59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, in DiagnosticInfoUnsupported() function in __anon740748c70111::DiagnosticInfoUnsupported 90 int DiagnosticInfoUnsupported::KindID = 0; 299 DiagnosticInfoUnsupported(DL, *MF.getFunction(), msg, SDValue())); in fail()
|