Searched refs:Ashr (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 106 BinaryOperator *Ashr = dyn_cast<BinaryOperator>(&I); in runOnFunction() local 107 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction() 109 Value *AshrOp1 = Ashr->getOperand(1); in runOnFunction() 116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() 131 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() 135 J->replaceUsesOfWith(Ashr, I); in runOnFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 111 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/ |
D | test_arith.def | 38 X(Ashr, >>, 0, 1) \
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 50 X(Ashr, "ashr", 0) \
|
D | IceTargetLoweringX86BaseImpl.h | 672 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: 7389 case InstArithmetic::Ashr:
|
D | IceConverter.cpp | 295 return convertArithInstruction(Instr, Ice::InstArithmetic::Ashr); in convertInstruction()
|
D | IceTargetLoweringARM32.cpp | 2798 case InstArithmetic::Ashr: { in lowerInt64Arithmetic() 2799 const bool ASR = Op == InstArithmetic::Ashr; in lowerInt64Arithmetic() 3104 case InstArithmetic::Ashr: in lowerArithmetic() 3478 case InstArithmetic::Ashr: { in lowerArithmetic() 5652 case InstArithmetic::Ashr: { in matchShiftedOffsetReg()
|
D | WasmTranslator.cpp | 534 Control()->appendInst(InstArithmetic::create(Func, InstArithmetic::Ashr, in Binop()
|
D | IceTargetLoweringMIPS32.cpp | 2679 case InstArithmetic::Ashr: { in lowerInt64Arithmetic() 2796 case InstArithmetic::Ashr: { in lowerArithmetic() 2910 case InstArithmetic::Ashr: { in lowerArithmetic()
|
D | PNaClTranslator.cpp | 1812 Op = Ice::InstArithmetic::Ashr; in convertBinopOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 609 TEST_F(ConstantRangeTest, Ashr) { in TEST_F() argument
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 803 return createArithmetic(Ice::InstArithmetic::Ashr, lhs, rhs); in createAShr()
|