Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp77 case Instruction::AShr: in inferScalarTypeForRecipe()
143 case Instruction::AShr: in inferScalarTypeForRecipe()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp104 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp66 case Instruction::AShr: in getArithmeticInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp126 case Instruction::AShr: in expand()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h152 OpC == Instruction::AShr || in isPossiblyExactOpcode()
364 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
H A DInstruction.h274 return Opcode >= Shl && Opcode <= AShr;
284 return getOpcode() == AShr;
H A DInstruction.def163 HANDLE_BINARY_INST(27, AShr , BinaryOperator) // Shift right (arithmetic)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h507 AShr, ///< Arithmetic shift right. enumerator
605 return create(AShr, LHS, RHS, Ctx); in createAShr()
/freebsd-14.2/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.cpp257 case Instruction::AShr: in mutate()
321 case Instruction::AShr: in mutate()
/freebsd-14.2/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.cpp467 case Instruction::AShr: in commonShiftTransforms()
781 auto ExtOpcode = (I.getOpcode() == Instruction::AShr) ? Instruction::SExt in FoldShiftByConstant()
795 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant()
1361 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
1362 return new ZExtInst(AShr, Ty); in visitLShr()
1498 assert(OldAShr.getOpcode() == Instruction::AShr && in foldVariableSignZeroExtensionOfVariableHighBitExtract()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp225 case Instruction::AShr: in ComputeSpeculationCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp32 case Instruction::AShr: in hasPoisonGeneratingFlags()
H A DConstantFold.cpp758 case Instruction::AShr: in ConstantFoldBinaryInstruction()
933 case Instruction::AShr: in ConstantFoldBinaryInstruction()
946 case Instruction::AShr: in ConstantFoldBinaryInstruction()
1046 case Instruction::AShr: in ConstantFoldBinaryInstruction()
H A DInstruction.cpp373 case Instruction::AShr: in dropPoisonGeneratingFlags()
678 case AShr: return "ashr"; in getOpcodeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp165 case Instruction::AShr: in generateCreationChecksForBinOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp237 case Instruction::AShr: in tryInterleave()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp138 case MCBinaryExpr::AShr: OS << ">>"; break; in print()
1000 case MCBinaryExpr::AShr: Result = LHS >> RHS; break; in evaluateAsRelocatableImpl()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h348 case Instruction::AShr: // 0 >> X = 0 in getSafeVectorConstantForBinop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp197 case Instruction::AShr: in getIntImmCostInst()
534 Opcode == Instruction::AShr) { in getArithmeticInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp205 case Instruction::AShr: in determineLiveOperandBits()

1234