HomeSort by: relevance | last modified time | path
    Searched refs:DiagnosticInfoUnsupported (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFRegisterInfo.cpp 48 DiagnosticInfoUnsupported DiagStackSize(F,
BPFISelLowering.cpp 41 DiagnosticInfoUnsupported(MF.getFunction(), Msg, DL.getDebugLoc()));
53 DiagnosticInfoUnsupported(MF.getFunction(), Str, DL.getDebugLoc()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 48 Ctx.diagnose(DiagnosticInfoUnsupported{
55 Ctx.diagnose(DiagnosticInfoUnsupported{
96 Ctx.diagnose(DiagnosticInfoUnsupported{
103 Ctx.diagnose(DiagnosticInfoUnsupported{
400 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
451 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
RISCVInstrInfo.cpp 1386 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
RISCVISelLowering.cpp 7639 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
7803 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
7819 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
7870 F.getContext().diagnose(DiagnosticInfoUnsupported{
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 390 void UnsupportedDiagHandler(const llvm::DiagnosticInfoUnsupported &D);
623 const llvm::DiagnosticInfoUnsupported &D) {
636 // message from llvm::DiagnosticInfoUnsupported.
832 UnsupportedDiagHandler(cast<DiagnosticInfoUnsupported>(DI));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 363 void DiagnosticInfoUnsupported::print(DiagnosticPrinter &DP) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 1003 class DiagnosticInfoUnsupported : public DiagnosticInfoWithLocationBase {
1014 DiagnosticInfoUnsupported(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 356 F.getContext().diagnose(DiagnosticInfoUnsupported{F, ("AArch64 doesn't support"
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 550 DiagnosticInfoUnsupported Diag(Func, Msg, MI->getDebugLoc());
AMDGPULegalizerInfo.cpp 2292 DiagnosticInfoUnsupported BadLDSDecl(
2343 DiagnosticInfoUnsupported BadInit(
4593 DiagnosticInfoUnsupported NoTrap(B.getMF().getFunction(),
AMDGPUISelLowering.cpp 1203 DiagnosticInfoUnsupported NoCalls(
1224 DiagnosticInfoUnsupported NoDynamicAlloca(Fn, "unsupported dynamic alloca",
1312 DiagnosticInfoUnsupported BadLDSDecl(
1341 DiagnosticInfoUnsupported BadInit(
SIISelLowering.cpp 2267 DiagnosticInfoUnsupported NoGraphicsHSA(
5239 DiagnosticInfoUnsupported NoTrap(MF.getFunction(),
5359 DiagnosticInfoUnsupported InvalidAddrSpaceCast(
5762 DiagnosticInfoUnsupported BadIntrin(DAG.getMachineFunction().getFunction(),
5771 DiagnosticInfoUnsupported BadIntrin(DAG.getMachineFunction().getFunction(),
6410 DiagnosticInfoUnsupported BadIntrin(
7145 DiagnosticInfoUnsupported
7370 DiagnosticInfoUnsupported
AMDGPUInstructionSelector.cpp 2930 DiagnosticInfoUnsupported
3019 DiagnosticInfoUnsupported
SIInstrInfo.cpp 488 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 805 DiagnosticInfoUnsupported(MF.getFunction(), Msg, DL.getDebugLoc()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2583 DiagnosticInfoUnsupported Diag(DAG.getMachineFunction().getFunction(),
2590 DiagnosticInfoUnsupported Diag(
2979 DiagnosticInfoUnsupported Diag(
4450 DiagnosticInfoUnsupported Diag(
4460 DiagnosticInfoUnsupported Diag(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 110 DiagnosticInfoUnsupported(MF.getFunction(), Msg, dl.getDebugLoc()));
    [all...]

Completed in 150 milliseconds