Home
last modified time | relevance | path

Searched refs:Ashr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp111 BinaryOperator *Ashr = dyn_cast<BinaryOperator>(&I); in runOnFunction() local
112 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
114 Value *AshrOp1 = Ashr->getOperand(1); in runOnFunction()
121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction()
136 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction()
140 J->replaceUsesOfWith(Ashr, I); in runOnFunction()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def38 X(Ashr, >>, 0, 1) \
/external/swiftshader/third_party/subzero/src/
DIceInst.def50 X(Ashr, "ashr", 0) \
DIceTargetLoweringX86BaseImpl.h672 case InstArithmetic::Ashr:
1749 case InstArithmetic::Ashr: {
1788 case InstArithmetic::Ashr: {
1826 case InstArithmetic::Ashr: {
1891 case InstArithmetic::Ashr: {
2054 case InstArithmetic::Ashr:
2180 case InstArithmetic::Ashr: {
2306 case InstArithmetic::Ashr:
7390 case InstArithmetic::Ashr:
DIceConverter.cpp295 return convertArithInstruction(Instr, Ice::InstArithmetic::Ashr); in convertInstruction()
DIceTargetLoweringARM32.cpp2796 case InstArithmetic::Ashr: { in lowerInt64Arithmetic()
2797 const bool ASR = Op == InstArithmetic::Ashr; in lowerInt64Arithmetic()
3102 case InstArithmetic::Ashr: in lowerArithmetic()
3466 case InstArithmetic::Ashr: { in lowerArithmetic()
5529 case InstArithmetic::Ashr: { in matchShiftedOffsetReg()
DWasmTranslator.cpp534 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Ashr, in Binop()
DIceTargetLoweringMIPS32.cpp2679 case InstArithmetic::Ashr: { in lowerInt64Arithmetic()
2796 case InstArithmetic::Ashr: { in lowerArithmetic()
2910 case InstArithmetic::Ashr: { in lowerArithmetic()
DPNaClTranslator.cpp1812 Op = Ice::InstArithmetic::Ashr; in convertBinopOpcode()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp712 …s) && (op == Ice::InstArithmetic::Shl || Ice::InstArithmetic::Lshr || Ice::InstArithmetic::Ashr))); in createArithmetic()
795 return createArithmetic(Ice::InstArithmetic::Ashr, lhs, rhs); in createAShr()