Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp104 if (!(Ashr && Ashr->getOpcode() == Instruction::AShr)) in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp66 case Instruction::AShr: in getArithmeticInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp124 case Instruction::AShr: in expand()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h152 OpC == Instruction::AShr || in isPossiblyExactOpcode()
370 : public ConcreteOperator<PossiblyExactOperator, Instruction::AShr> {
H A DInstruction.h205 return Opcode >= Shl && Opcode <= AShr;
215 return getOpcode() == AShr;
H A DInstruction.def163 HANDLE_BINARY_INST(27, AShr , BinaryOperator) // Shift right (arithmetic)
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h504 AShr, ///< Arithmetic shift right. enumerator
602 return create(AShr, LHS, RHS, Ctx); in createAShr()
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DOperations.cpp28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps()
106 case Instruction::AShr: in binOpDescriptor()
H A DIRMutator.cpp250 case Instruction::AShr: in mutate()
314 case Instruction::AShr: in mutate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp435 case Instruction::AShr: in commonShiftTransforms()
747 auto ExtOpcode = (I.getOpcode() == Instruction::AShr) ? Instruction::SExt in FoldShiftByConstant()
761 if (I.getOpcode() != Instruction::AShr && in FoldShiftByConstant()
1274 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
1275 return new ZExtInst(AShr, Ty); in visitLShr()
1413 assert(OldAShr.getOpcode() == Instruction::AShr && in foldVariableSignZeroExtensionOfVariableHighBitExtract()
H A DInstCombineNegator.cpp186 case Instruction::AShr: in visitImpl()
191 Value *BO = I->getOpcode() == Instruction::AShr in visitImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp225 case Instruction::AShr: in ComputeSpeculationCost()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp32 case Instruction::AShr: in hasPoisonGeneratingFlags()
H A DInstruction.cpp197 case Instruction::AShr: in dropPoisonGeneratingFlags()
467 case AShr: return "ashr"; in getOpcodeName()
H A DConstantFold.cpp960 case Instruction::AShr: in ConstantFoldBinaryInstruction()
1115 case Instruction::AShr: in ConstantFoldBinaryInstruction()
1171 case Instruction::AShr: in ConstantFoldBinaryInstruction()
1184 case Instruction::AShr: in ConstantFoldBinaryInstruction()
1286 case Instruction::AShr: in ConstantFoldBinaryInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp230 case Instruction::AShr: in tryInterleave()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp165 case Instruction::AShr: in generateCreationChecksForBinOp()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp611 case Instruction::AShr: in CanInterpret()
747 case Instruction::AShr: in Interpret()
830 case Instruction::AShr: in Interpret()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp138 case MCBinaryExpr::AShr: OS << ">>"; break; in print()
930 case MCBinaryExpr::AShr: Result = LHS >> RHS; break; in evaluateAsRelocatableImpl()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h341 case Instruction::AShr: // 0 >> X = 0 in getSafeVectorConstantForBinop()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp196 case Instruction::AShr: in getIntImmCostInst()
527 Opcode == Instruction::AShr) { in getArithmeticInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDemandedBits.cpp231 case Instruction::AShr: in determineLiveOperandBits()
H A DValueTracking.cpp1290 case Instruction::AShr: { in computeKnownBitsFromOperator()
1422 if ((Opcode == Instruction::LShr || Opcode == Instruction::AShr || in computeKnownBitsFromOperator()
1447 case Instruction::AShr: in computeKnownBitsFromOperator()
2097 case Instruction::AShr: in isPowerOfTwoRecurrence()
2432 case Instruction::AShr: in isNonZeroRecurrence()
2606 case Instruction::AShr: { in isKnownNonZero()
2799 case Instruction::AShr: in getInvertibleOperands()
3175 case Instruction::AShr: { in ComputeNumSignBitsImpl()
5243 case Instruction::AShr: in canCreateUndefOrPoison()
6696 case Instruction::AShr: in matchSimpleRecurrence()
[all …]

1234