Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h401 virtual void lowerArithmetic(const InstArithmetic *Instr) = 0;
DIceTargetLoweringARM32.cpp2146 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
2167 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, in hiOperand()
3073 void TargetARM32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::ARM32::TargetARM32
3752 lowerArithmetic( in lowerCall()
4910 lowerArithmetic( in lowerAtomicRMW()
4960 lowerArithmetic( in lowerInt64AtomicRMW()
6532 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()
DIceTargetLowering.cpp418 lowerArithmetic(llvm::cast<InstArithmetic>(Instr)); in lower()
DIceTargetLoweringMIPS32.h766 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringARM32.h214 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringMIPS32.cpp2281 lowerArithmetic( in getOperandAtIndex()
2327 lowerArithmetic(InstArithmetic::create(Func, InstArithmetic::Add, NewBase, in hiOperand()
2750 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic() function in Ice::MIPS32::TargetMIPS32
3471 lowerArithmetic( in lowerCall()
DIceTargetLoweringX86Base.h267 void lowerArithmetic(const InstArithmetic *Instr) override;
DIceTargetLoweringX86BaseImpl.h1924 void TargetX86Base<TraitsType>::lowerArithmetic(const InstArithmetic *Instr) {