Home
last modified time | relevance | path

Searched refs:lowerOther (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp435 lowerOther(Instr); in lower()
460 void TargetLowering::lowerOther(const Inst *Instr) { in lowerOther() function in Ice::TargetLowering
DIceTargetLowering.h378 virtual void lowerOther(const Inst *Instr);
DIceTargetLoweringMIPS32.h758 void lowerOther(const Inst *Instr) override;
DIceTargetLoweringX8632.h284 void lowerOther(const Inst *Instr) override;
DIceTargetLoweringX8664.h280 void lowerOther(const Inst *Instr) override;
DIceTargetLoweringMIPS32.cpp5615 void TargetMIPS32::lowerOther(const Inst *Instr) { in lowerOther() function in Ice::MIPS32::TargetMIPS32
5619 TargetLowering::lowerOther(Instr); in lowerOther()
DIceTargetLoweringX8664.cpp6140 void TargetX8664::lowerOther(const Inst *Instr) { in lowerOther() function in Ice::X8664::TargetX8664
6144 TargetLowering::lowerOther(Instr); in lowerOther()
DIceTargetLoweringX8632.cpp6834 void TargetX8632::lowerOther(const Inst *Instr) { in lowerOther() function in Ice::X8632::TargetX8632
6838 TargetLowering::lowerOther(Instr); in lowerOther()