/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 47 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 107 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 168 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 228 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 338 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant() 524 if (isValid && I.getOpcode() == Instruction::AShr) in FoldShiftByConstant() 575 if (I.getOpcode() != Instruction::AShr) in FoldShiftByConstant() 602 ShiftOp->getOpcode() == Instruction::AShr); in FoldShiftByConstant() 631 if (I.getOpcode() == Instruction::AShr && in FoldShiftByConstant() 636 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() 679 if (I.getOpcode() == Instruction::AShr && in FoldShiftByConstant()
|
D | InstCombineSelect.cpp | 92 case Instruction::AShr: in GetSelectFoldableOperands() 110 case Instruction::AShr: in GetSelectFoldableConstant() 518 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local 522 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1)); in visitSelectInstWithICmp() 524 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue()); in visitSelectInstWithICmp()
|
D | InstCombineVectorOps.cpp | 575 case Instruction::AShr: in CanEvaluateShuffled() 638 case Instruction::AShr: in buildNew() 738 case Instruction::AShr: in EvaluateInDifferentElementOrder()
|
D | InstCombineCompares.cpp | 1031 if (ICI.isSigned() != (Shr->getOpcode() == Instruction::AShr)) in FoldICmpShrCst() 1037 if (Shr->getOpcode() == Instruction::AShr && in FoldICmpShrCst() 1048 Shr->getOpcode() == Instruction::AShr ? in FoldICmpShrCst() 1370 if (ShiftOpcode == Instruction::AShr) { in visitICmpInstWithInstAndIntCst() 1751 case Instruction::AShr: { in visitICmpInstWithInstAndIntCst() 3598 case Instruction::AShr: in visitICmpInst()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 126 return Opcode >= Shl && Opcode <= AShr; 137 return getOpcode() == AShr;
|
D | Operator.h | 148 OpC == Instruction::AShr || in isPossiblyExactOpcode() 354 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
D | PatternMatch.h | 536 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L, in m_AShr() 538 return BinaryOp_match<LHS, RHS, Instruction::AShr>(L, R); in m_AShr() 657 inline BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr> 659 return BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr>(L, R); in m_Shr()
|
D | Instruction.def | 140 HANDLE_BINARY_INST(25, AShr , BinaryOperator) // Shift right (arithmetic)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 109 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 183 case Instruction::AShr: in ComputeSpeculationCost()
|
D | LoopRotation.cpp | 443 case Instruction::AShr: { in shouldSpeculateInstrs()
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 429 AShr, ///< Arithmetic shift right. enumerator 510 return create(AShr, LHS, RHS, Ctx); in createAShr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 158 case Instruction::AShr: in getIntImmCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 102 case Instruction::AShr: in getIntImmCost() 344 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 100 case Instruction::AShr: in createReplacementInstr()
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 96 case MCBinaryExpr::AShr: OS << ">>"; break; in print() 741 case MCBinaryExpr::AShr: Result = LHS >> RHS; break; in evaluateAsRelocatableImpl()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 137 case Instruction::AShr: in getIntImmCost()
|
D | PPCCTRLoops.cpp | 408 J->getOpcode() == Instruction::AShr || in mightUseCTR()
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 170 case Instruction::AShr: in determineLiveOperandBits()
|
D | CostModel.cpp | 405 case Instruction::AShr: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 281 case Instruction::AShr: in GetARCInstKind()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 982 case Instruction::AShr: in ConstantFoldBinaryInstruction() 1092 case Instruction::AShr: in ConstantFoldBinaryInstruction() 1149 case Instruction::AShr: in ConstantFoldBinaryInstruction() 1162 case Instruction::AShr: in ConstantFoldBinaryInstruction() 1239 case Instruction::AShr: in ConstantFoldBinaryInstruction()
|
D | Instruction.cpp | 261 case AShr: return "ashr"; in getOpcodeName()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1709 if (Opcode == Instruction::AShr || Opcode == Instruction::LShr) { in selectShift() 1731 case Instruction::AShr: in selectShift() 1754 case Instruction::AShr: in selectShift() 1795 case Instruction::AShr: in fastSelectInstruction()
|