Home
last modified time | relevance | path

Searched refs:AShr (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp65 case Instruction::AShr: in getRelevantOperands()
144 case Instruction::AShr: in buildTruncExpressionGraph()
321 if (I->getOpcode() == Instruction::AShr) { in getBestTruncatedType()
434 case Instruction::AShr: in ReduceExpressionGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp109 case Instruction::AShr: in inferScalarTypeForRecipe()
175 case Instruction::AShr: in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp104 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp66 case Instruction::AShr: in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp126 case Instruction::AShr: in expand()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h178 OpC == Instruction::AShr ||
394 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
H A DInstruction.h309 return Opcode >= Shl && Opcode <= AShr;
319 return getOpcode() == AShr;
H A DInstruction.def163 HANDLE_BINARY_INST(27, AShr , BinaryOperator) // Shift right (arithmetic)
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps()
131 case Instruction::AShr: in binOpDescriptor()
H A DIRMutator.cpp258 case Instruction::AShr: in mutate()
322 case Instruction::AShr: in mutate()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h511 AShr, ///< Arithmetic shift right. enumerator
609 return create(AShr, LHS, RHS, Ctx); in createAShr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp181 case Instruction::AShr: in visitImpl()
186 Value *BO = I->getOpcode() == Instruction::AShr in visitImpl()
H A DInstCombineShifts.cpp477 case Instruction::AShr: in commonShiftTransforms()
800 auto ExtOpcode = (I.getOpcode() == Instruction::AShr) ? Instruction::SExt in FoldShiftByConstant()
814 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant()
1445 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
1446 return new ZExtInst(AShr, Ty); in visitLShr()
1601 assert(OldAShr.getOpcode() == Instruction::AShr && in foldVariableSignZeroExtensionOfVariableHighBitExtract()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp225 case Instruction::AShr: in ComputeSpeculationCost()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp691 case Instruction::AShr: in ConstantFoldBinaryInstruction()
850 case Instruction::AShr: in ConstantFoldBinaryInstruction()
863 case Instruction::AShr: in ConstantFoldBinaryInstruction()
963 case Instruction::AShr: in ConstantFoldBinaryInstruction()
H A DOperator.cpp37 case Instruction::AShr: in hasPoisonGeneratingFlags()
H A DInstruction.cpp422 case Instruction::AShr: in dropPoisonGeneratingFlags()
770 case AShr: return "ashr"; in getOpcodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp237 case Instruction::AShr: in tryInterleave()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp166 case Instruction::AShr: in generateCreationChecksForBinOp()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp615 case Instruction::AShr: in CanInterpret()
777 case Instruction::AShr: in Interpret()
860 case Instruction::AShr: in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp137 case MCBinaryExpr::AShr: OS << ">>"; break; in print()
973 case MCBinaryExpr::AShr: Result = LHS >> RHS; break; in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1970 if (Opcode == Instruction::AShr || Opcode == Instruction::LShr) { in selectShift()
1992 case Instruction::AShr: in selectShift()
2015 case Instruction::AShr: in selectShift()
2054 case Instruction::AShr: in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h310 case Instruction::AShr: // 0 >> X = 0 in getSafeVectorConstantForBinop()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp201 case Instruction::AShr: in getIntImmCostInst()
538 Opcode == Instruction::AShr) { in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp205 case Instruction::AShr: in determineLiveOperandBits()

1234