Home | History | Annotate | Download | only in src

Lines Matching refs:emitIAS

180   // const = 0; virtual void emitIAS(const Cfg *Func) const = 0;
184 virtual void emitIAS(const Cfg *Func) const { emit(Func); }
275 void emitIAS(const Cfg * /*Func*/) const override {
276 llvm_unreachable("emitIAS() called on a non-lowered instruction");
853 void emitIAS(const Cfg * /* Func */) const override {}
877 void emitIAS(const Cfg * /* Func */) const override {}
910 void emitIAS(const Cfg * /* Func */) const override {}
936 void emitIAS(const Cfg * /* Func */) const override {}
965 void emitIAS(const Cfg * /* Func */) const override {}
1101 // need to emit any code, so we redefine emit and emitIAS to do nothing.
1103 void emitIAS(const Cfg * /* Func */) const override {}