/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-project/llvm/unittests/Transforms/Utils/ |
D | IntegerDivisionTest.cpp | 46 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 106 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 167 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr); in TEST() 227 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-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetTransformInfo.cpp | 62 case Instruction::AShr: in getIntImmCostInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 58 case Instruction::AShr: in getArithmeticInstrCost()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 57 case Instruction::AShr: in getArithmeticInstrCost()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVTargetTransformInfo.cpp | 65 case Instruction::AShr: in getIntImmCostInst()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 59 case Instruction::AShr: in getArithmeticInstrCost()
|
/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-subzero/include/llvm/IR/ |
D | Instruction.h | 132 return Opcode >= Shl && Opcode <= AShr; in isShift() 142 return getOpcode() == AShr; in isArithmeticShift()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 107 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 112 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 107 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 161 return Opcode >= Shl && Opcode <= AShr; 171 return getOpcode() == AShr;
|
D | Operator.h | 143 OpC == Instruction::AShr || in isPossiblyExactOpcode() 446 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 219 case Instruction::AShr: in ComputeSpeculationCost()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 196 return Opcode >= Shl && Opcode <= AShr; 206 return getOpcode() == AShr;
|
D | Operator.h | 143 OpC == Instruction::AShr || in isPossiblyExactOpcode() 446 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 405 AShr, ///< Arithmetic shift right. enumerator 486 return create(AShr, LHS, RHS, Ctx); in createAShr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 158 case Instruction::AShr: in getIntImmCost()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 188 case Instruction::AShr: in visitImpl() 193 Value *BO = I->getOpcode() == Instruction::AShr in visitImpl()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps() 106 case Instruction::AShr: in binOpDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps() 106 case Instruction::AShr: in binOpDescriptor()
|