Searched refs:lowerInt64Arithmetic (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 767 void lowerInt64Arithmetic(const InstArithmetic *Instr, Variable *Dest,
|
D | IceTargetLoweringARM32.h | 212 void lowerInt64Arithmetic(InstArithmetic::OpKind Op, Variable *Dest,
|
D | IceTargetLoweringMIPS32.cpp | 2465 void TargetMIPS32::lowerInt64Arithmetic(const InstArithmetic *Instr, in lowerInt64Arithmetic() function in Ice::MIPS32::TargetMIPS32 2765 lowerInt64Arithmetic(Instr, Instr->getDest(), Src0, Src1); in lowerArithmetic()
|
D | IceTargetLoweringARM32.cpp | 2585 void TargetARM32::lowerInt64Arithmetic(InstArithmetic::OpKind Op, in lowerInt64Arithmetic() function in Ice::ARM32::TargetARM32 3090 lowerInt64Arithmetic(Instr->getOp(), Instr->getDest(), Src0, Src1); in lowerArithmetic()
|