/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | TruncInstCombine.cpp | 65 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 D | VPlanAnalysis.cpp | 109 case Instruction::AShr: in inferScalarTypeForRecipe() 175 case Instruction::AShr: in inferScalarTypeForRecipe()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 104 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 66 case Instruction::AShr: in getArithmeticInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRShiftExpand.cpp | 126 case Instruction::AShr: in expand()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 178 OpC == Instruction::AShr || 394 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
|
H A D | Instruction.h | 309 return Opcode >= Shl && Opcode <= AShr; 319 return getOpcode() == AShr;
|
H A D | Instruction.def | 163 HANDLE_BINARY_INST(27, AShr , BinaryOperator) // Shift right (arithmetic)
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps() 131 case Instruction::AShr: in binOpDescriptor()
|
H A D | IRMutator.cpp | 258 case Instruction::AShr: in mutate() 322 case Instruction::AShr: in mutate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 511 AShr, ///< Arithmetic shift right. enumerator 609 return create(AShr, LHS, RHS, Ctx); in createAShr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 181 case Instruction::AShr: in visitImpl() 186 Value *BO = I->getOpcode() == Instruction::AShr in visitImpl()
|
H A D | InstCombineShifts.cpp | 477 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 D | SpeculativeExecution.cpp | 225 case Instruction::AShr: in ComputeSpeculationCost()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 691 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 D | Operator.cpp | 37 case Instruction::AShr: in hasPoisonGeneratingFlags()
|
H A D | Instruction.cpp | 422 case Instruction::AShr: in dropPoisonGeneratingFlags() 770 case AShr: return "ashr"; in getOpcodeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 237 case Instruction::AShr: in tryInterleave()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 166 case Instruction::AShr: in generateCreationChecksForBinOp()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 615 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 D | MCExpr.cpp | 137 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 D | MipsFastISel.cpp | 1970 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 D | InstCombiner.h | 310 case Instruction::AShr: // 0 >> X = 0 in getSafeVectorConstantForBinop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 201 case Instruction::AShr: in getIntImmCostInst() 538 Opcode == Instruction::AShr) { in getArithmeticInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 205 case Instruction::AShr: in determineLiveOperandBits()
|