/external/swiftshader/third_party/llvm-7.0/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/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 | 339 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant() 525 if (isValid && I.getOpcode() == Instruction::AShr) in FoldShiftByConstant() 576 if (I.getOpcode() != Instruction::AShr) in FoldShiftByConstant() 603 ShiftOp->getOpcode() == Instruction::AShr); in FoldShiftByConstant() 632 if (I.getOpcode() == Instruction::AShr && in FoldShiftByConstant() 637 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() 680 if (I.getOpcode() == Instruction::AShr && in FoldShiftByConstant()
|
D | InstCombineSelect.cpp | 92 case Instruction::AShr: in GetSelectFoldableOperands() 110 case Instruction::AShr: in GetSelectFoldableConstant() 529 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local 533 return replaceInstUsesWith(SI, Builder->CreateOr(AShr, C1)); in visitSelectInstWithICmp() 535 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue()); in visitSelectInstWithICmp()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 102 return Opcode >= Shl && Opcode <= AShr; in isShift() 113 return getOpcode() == AShr; in isArithmeticShift()
|
D | Operator.h | 150 OpC == Instruction::AShr || in isPossiblyExactOpcode() 215 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 318 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant() 336 if (I.getOpcode() != Instruction::AShr) in FoldShiftByConstant() 508 if (isValid && I.getOpcode() == Instruction::AShr) in FoldShiftByConstant() 547 if (I.getOpcode() != Instruction::AShr) in FoldShiftByConstant() 578 ShiftOp->getOpcode() == Instruction::AShr); in FoldShiftByConstant()
|
D | InstCombineSelect.cpp | 95 case Instruction::AShr: in GetSelectFoldableOperands() 113 case Instruction::AShr: in GetSelectFoldableConstant() 465 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local 469 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1)); in visitSelectInstWithICmp() 471 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue()); in visitSelectInstWithICmp()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 57 case Instruction::AShr: in getArithmeticInstrCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 57 case Instruction::AShr: in getArithmeticInstrCost()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 132 return Opcode >= Shl && Opcode <= AShr; in isShift() 142 return getOpcode() == AShr; in isArithmeticShift()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 123 return Opcode >= Shl && Opcode <= AShr; 133 return getOpcode() == AShr;
|
D | Operator.h | 148 OpC == Instruction::AShr || in isPossiblyExactOpcode() 354 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 152 return Opcode >= Shl && Opcode <= AShr; 162 return getOpcode() == AShr;
|
D | Operator.h | 143 OpC == Instruction::AShr || in isPossiblyExactOpcode() 419 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 112 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 107 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 393 inline BinaryOp_match<LHS, RHS, Instruction::AShr> 395 return BinaryOp_match<LHS, RHS, Instruction::AShr>(L, R); in m_AShr() 424 inline BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr> 426 return BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr>(L, R); in m_Shr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 158 case Instruction::AShr: in getIntImmCost() 378 Opcode == Instruction::AShr || UDivPow2) { in getArithmeticInstrCost() 435 if (Opcode == Instruction::LShr || Opcode == Instruction::AShr) in getArithmeticInstrCost()
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 405 AShr, ///< Arithmetic shift right. enumerator 486 return create(AShr, LHS, RHS, Ctx); in createAShr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 341 if (IsValid && Shift.getOpcode() == Instruction::AShr) in canShiftBinOpWithConstantRHS() 357 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant() 791 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local 792 return new ZExtInst(AShr, Ty); in visitLShr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 219 case Instruction::AShr: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 29 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps() 107 case Instruction::AShr: in binOpDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 437 AShr, ///< Arithmetic shift right. enumerator 536 return create(AShr, LHS, RHS, Ctx); in createAShr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 158 case Instruction::AShr: in getIntImmCost()
|