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

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

Completed in 147 milliseconds