| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRShiftExpand.cpp | 92 Value *ShiftAmount = Builder.CreateTrunc(BI->getOperand(1), Int8Ty); in expand() local
|
| D | AVRISelLowering.cpp | 312 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMatInt.cpp | 104 int ShiftAmount = 12 + findFirstSet((uint64_t)Hi52); in generateInstSeqImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVRegisterInfo.cpp | 277 uint32_t ShiftAmount = Log2_32(ZvlssegInfo->second); in eliminateFrameIndex() local
|
| D | RISCVInstrInfo.cpp | 1486 uint32_t ShiftAmount = Log2_32(NumOfVReg); in getVLENFactoredAmount() local 1495 uint32_t ShiftAmount = Log2_32(NumOfVReg - 1); in getVLENFactoredAmount() local 1506 uint32_t ShiftAmount = Log2_32(NumOfVReg + 1); in getVLENFactoredAmount() local
|
| D | RISCVFrameLowering.cpp | 509 unsigned ShiftAmount = Log2(MaxAlignment); in emitPrologue() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstCombineIntrinsic.cpp | 1004 unsigned ShiftAmount = MaskC->getValue().countTrailingZeros(); in instCombineIntrinsic() local 1049 unsigned ShiftAmount = MaskC->getValue().countTrailingZeros(); in instCombineIntrinsic() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 411 unsigned ShiftAmount; member 1985 unsigned ShiftAmount = 0, in CreateReg() 2004 unsigned ShiftAmount = 0, in CreateVectorReg() 2088 unsigned ShiftAmount, in CreateShiftedImm() 3024 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseImmWithOptionalShift() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 1044 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
|
| D | TargetLowering.cpp | 6365 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI() local 7366 SDValue ShiftAmount = in scalarizeVectorLoad() local 7451 SDValue ShiftAmount = in scalarizeVectorStore() local 7628 SDValue ShiftAmount = in expandUnalignedLoad() local 7742 SDValue ShiftAmount = DAG.getConstant( in expandUnalignedStore() local
|
| D | LegalizeIntegerTypes.cpp | 827 SDValue ShiftAmount = DAG.getConstant(SHLAmount, dl, SHVT); in PromoteIntRes_ADDSUBSHLSAT() local 3529 SDValue ShiftAmount = DAG.getConstant(Scale % NVTSize, dl, ShiftTy); in ExpandIntRes_MULFIX() local
|
| D | LegalizeDAG.cpp | 1590 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsSEISelDAGToDAG.cpp | 283 unsigned ShiftAmount = 0) const { in selectAddrFrameIndexOffset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 6731 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local 6752 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local 6769 unsigned ShiftAmount = C->countLeadingOnes() - 1; in setLimitsForBinOp() local 6774 unsigned ShiftAmount = C->countLeadingZeros() - 1; in setLimitsForBinOp() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 967 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsTargetStreamer.cpp | 268 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 1857 uint64_t ShiftAmount = V.getConstantOperandVal(1); in factorOutPowerOf2() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 516 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 5255 const MCExpr *ShiftAmount; in parsePKHImm() local 5338 const MCExpr *ShiftAmount; in parseShifterImm() local 5400 const MCExpr *ShiftAmount; in parseRotImm() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 11322 uint64_t ShiftAmount = Base.getOperand(1).getConstantOperandVal(1); in shouldReduceLoadWidth() local 12954 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf() 13342 uint64_t ShiftAmount = Shift.getConstantOperandVal(1); in performVectorTruncateCombine() local 13993 int64_t ShiftAmount; in tryCombineShiftImm() local
|
| D | AArch64ISelDAGToDAG.cpp | 2426 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 2814 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet)); in loadImmediate() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 7032 auto ShiftAmount = MIRBuilder.buildConstant(Ty, NumBits - 1); in lowerAddSubSatToAddoSubo() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 5341 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 17317 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine() local
|