Home
last modified time | relevance | path

Searched refs:lowerArithmetic (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h359 virtual void lowerArithmetic(const InstArithmetic *Instr) = 0;
DIceTargetLoweringARM32.cpp1956 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
1977 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, in hiOperand()
2888 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::ARM32::TargetARM32
3582 lowerArithmetic( in lowerCall()
4738 lowerArithmetic( in lowerAtomicRMW()
4788 lowerArithmetic( in lowerInt64AtomicRMW()
6466 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()
DIceTargetLowering.cpp374 lowerArithmetic(llvm::cast<InstArithmetic>(Instr)); in lower()
DIceTargetLoweringMIPS32.h734 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringX8664.h260 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringX8632.h264 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringARM32.h213 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringMIPS32.cpp2241 lowerArithmetic( in getOperandAtIndex()
2287 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
2702 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::MIPS32::TargetMIPS32
3423 lowerArithmetic( in lowerCall()
DIceTargetLoweringX8664.cpp1654 void TargetX8664::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::X8664::TargetX8664
DIceTargetLoweringX8632.cpp1731 void TargetX8632::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::X8632::TargetX8632