HomeSort by relevance Sort by last modified time
    Searched refs:emitIAS (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.h 346 void emitIAS(const Cfg *Func) const override;
372 void emitIAS(const Cfg *Func) const override {
418 void emitIAS(const Cfg *Func) const override {
462 void emitIAS(const Cfg *Func) const override {
509 void emitIAS(const Cfg *Func) const override {
558 void emitIAS(const Cfg *Func) const override {
647 void emitIAS(const Cfg *Func) const override {
737 void emitIAS(const Cfg *Func) const override {
783 void emitIAS(const Cfg *Func) const override;
853 void emitIAS(const Cfg *Func) const override
    [all...]
IceInstMIPS32.cpp 279 void InstMIPS32Label::emitIAS(const Cfg *Func) const {
438 void InstMIPS32Br::emitIAS(const Cfg *Func) const {
583 void InstMIPS32Call::emitIAS(const Cfg *Func) const {
609 void InstMIPS32Ret::emitIAS(const Cfg *Func) const {
691 void InstMIPS32Mov::emitIAS(const Cfg *Func) const {
726 template <> void InstMIPS32Abs_d::emitIAS(const Cfg *Func) const {
731 template <> void InstMIPS32Abs_s::emitIAS(const Cfg *Func) const {
736 template <> void InstMIPS32Addi::emitIAS(const Cfg *Func) const {
741 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const {
746 template <> void InstMIPS32Add_s::emitIAS(const Cfg *Func) const
    [all...]
IceInstARM32.cpp 160 void InstARM32::emitIAS(const Cfg *Func) const { emitUsingTextFixup(Func); }
278 void InstARM32FourAddrGPR<K>::emitIAS(const Cfg *Func) const {
283 void InstARM32FourAddrFP<K>::emitIAS(const Cfg *Func) const {
288 void InstARM32ThreeAddrFP<K>::emitIAS(const Cfg *Func) const {
293 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const {
297 template <> void InstARM32Mla::emitIAS(const Cfg *Func) const {
305 template <> void InstARM32Mls::emitIAS(const Cfg *Func) const {
546 void InstARM32ThreeAddrGPR<K>::emitIAS(const Cfg *Func) const {
550 template <> void InstARM32Adc::emitIAS(const Cfg *Func) const {
557 template <> void InstARM32Add::emitIAS(const Cfg *Func) const
    [all...]
IceInstARM32.h 470 /// instructions are being generated. Used by emitIAS() methods to
493 void emitIAS(const Cfg *Func) const override;
567 void emitIAS(const Cfg *Func) const override;
608 void emitIAS(const Cfg *Func) const override;
645 void emitIAS(const Cfg *Func) const override;
673 void emitIAS(const Cfg *Func) const override;
711 void emitIAS(const Cfg *Func) const override;
757 void emitIAS(const Cfg *Func) const override;
807 void emitIAS(const Cfg *Func) const override;
858 void emitIAS(const Cfg *Func) const override
    [all...]
IceInstX86BaseImpl.h 438 void InstImpl<TraitsType>::InstX86GetIP::emitIAS(const Cfg *Func) const {
464 void InstImpl<TraitsType>::InstX86Label::emitIAS(const Cfg *Func) const {
509 void InstImpl<TraitsType>::InstX86Br::emitIAS(const Cfg *Func) const {
585 void InstImpl<TraitsType>::InstX86Jmp::emitIAS(const Cfg *Func) const {
587 // InstImpl<TraitsType>::InstX86Call::emitIAS().
648 void InstImpl<TraitsType>::InstX86Call::emitIAS(const Cfg *Func) const {
    [all...]
IceInstX86Base.h 297 void emitIAS(const Cfg *Func) const override;
357 void emitIAS(const Cfg *Func) const override;
434 void emitIAS(const Cfg *Func) const override;
465 void emitIAS(const Cfg *Func) const override;
488 void emitIAS(const Cfg *Func) const override;
577 void emitIAS(const Cfg *Func) const override {
634 void emitIAS(const Cfg *Func) const override {
643 Add->emitIAS(Func);
708 void emitIAS(const Cfg *Func) const override {
750 void emitIAS(const Cfg *Func) const override
    [all...]
IceCfgNode.h 114 void emitIAS(Cfg *Func) const;
IceInst.h 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 {}
    [all...]
IceCfgNode.cpp     [all...]
IceCfg.h 247 void emitIAS();
IceCfg.cpp     [all...]
IceGlobalContext.cpp 421 Func->emitIAS();
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 603 ::function->emitIAS();
    [all...]

Completed in 1354 milliseconds