Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h394 virtual void lowerArithmetic(const InstArithmetic *Instr) = 0;
DIceTargetLowering.cpp405 lowerArithmetic(llvm::cast<InstArithmetic>(Instr)); in lower()
DIceTargetLoweringARM32.cpp2140 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
2161 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, in hiOperand()
3072 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::ARM32::TargetARM32
3766 lowerArithmetic( in lowerCall()
4923 lowerArithmetic( in lowerAtomicRMW()
4973 lowerArithmetic( in lowerInt64AtomicRMW()
6744 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()
DIceTargetLoweringMIPS32.h766 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringARM32.h214 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringMIPS32.cpp2266 lowerArithmetic( in getOperandAtIndex()
2312 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
2735 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::MIPS32::TargetMIPS32
3456 lowerArithmetic( in lowerCall()
DIceTargetLoweringX86Base.h267 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringX86BaseImpl.h1977 void TargetX86Base<TraitsType>::lowerArithmetic(const InstArithmetic *Instr) {