/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-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 57 case Instruction::AShr: in getArithmeticInstrCost()
|
/external/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/swiftshader/third_party/llvm-7.0/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-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/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 219 case Instruction::AShr: in ComputeSpeculationCost()
|
/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/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()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 104 LLVMOpcode = Instruction::AShr; in DecodeBinaryOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 224 case Instruction::AShr: in ComputeSpeculationCost()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 100 case Instruction::AShr: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 100 case Instruction::AShr: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 120 case Instruction::AShr: in getIntImmCost() 516 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 537 int ShrCost = getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, in getArithmeticInstrCost()
|