Home
last modified time | relevance | path

Searched refs:lowerInt64Arithmetic (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h767 void lowerInt64Arithmetic(const InstArithmetic *Instr, Variable *Dest,
DIceTargetLoweringARM32.h212 void lowerInt64Arithmetic(InstArithmetic::OpKind Op, Variable *Dest,
DIceTargetLoweringMIPS32.cpp2465 void TargetMIPS32::lowerInt64Arithmetic(const InstArithmetic *Instr, in lowerInt64Arithmetic() function in Ice::MIPS32::TargetMIPS32
2765 lowerInt64Arithmetic(Instr, Instr->getDest(), Src0, Src1); in lowerArithmetic()
DIceTargetLoweringARM32.cpp2585 void TargetARM32::lowerInt64Arithmetic(InstArithmetic::OpKind Op, in lowerInt64Arithmetic() function in Ice::ARM32::TargetARM32
3090 lowerInt64Arithmetic(Instr->getOp(), Instr->getDest(), Src0, Src1); in lowerArithmetic()