Home
last modified time | relevance | path

Searched defs:ShiftAmount (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp66 int ShiftAmount = 12 + findFirstSet((uint64_t)Hi52); in generateInstSeqImpl() local
86 unsigned ShiftAmount = countLeadingZeros((uint64_t)Val); in generateInstSeq() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp307 uint32_t ShiftAmount = Log2_32(ZvlssegInfo->second); in eliminateFrameIndex() local
H A DRISCVFrameLowering.cpp499 unsigned ShiftAmount = Log2(MaxAlignment); in emitPrologue() local
H A DRISCVInstrInfo.cpp1374 uint32_t ShiftAmount = Log2_32(NumOfVReg); in getVLENFactoredAmount() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1004 unsigned ShiftAmount = MaskC->getValue().countTrailingZeros(); in instCombineIntrinsic() local
1049 unsigned ShiftAmount = MaskC->getValue().countTrailingZeros(); in instCombineIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp391 unsigned ShiftAmount; member
1884 unsigned ShiftAmount = 0, in CreateReg()
1903 unsigned ShiftAmount = 0, in CreateVectorReg()
1948 unsigned ShiftAmount, in CreateShiftedImm()
2725 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseImmWithOptionalShift() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp283 unsigned ShiftAmount = 0) const { in selectAddrFrameIndexOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1043 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
H A DTargetLowering.cpp6336 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI() local
7337 SDValue ShiftAmount = in scalarizeVectorLoad() local
7422 SDValue ShiftAmount = in scalarizeVectorStore() local
7599 SDValue ShiftAmount = in expandUnalignedLoad() local
7713 SDValue ShiftAmount = DAG.getConstant( in expandUnalignedStore() local
H A DLegalizeIntegerTypes.cpp823 SDValue ShiftAmount = DAG.getConstant(SHLAmount, dl, SHVT); in PromoteIntRes_ADDSUBSHLSAT() local
3489 SDValue ShiftAmount = DAG.getConstant(Scale % NVTSize, dl, ShiftTy); in ExpandIntRes_MULFIX() local
H A DLegalizeDAG.cpp1584 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
H A DDAGCombiner.cpp10765 SDValue ShiftAmount = DAG.getConstant(ShCt, DL, VT); in foldExtendedSignBitTest() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6664 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local
6685 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local
6702 unsigned ShiftAmount = C->countLeadingOnes() - 1; in setLimitsForBinOp() local
6707 unsigned ShiftAmount = C->countLeadingZeros() - 1; in setLimitsForBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp312 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp967 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp268 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1857 uint64_t ShiftAmount = V.getConstantOperandVal(1); in factorOutPowerOf2() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp498 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5255 const MCExpr *ShiftAmount; in parsePKHImm() local
5338 const MCExpr *ShiftAmount; in parseShifterImm() local
5400 const MCExpr *ShiftAmount; in parseRotImm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10963 uint64_t ShiftAmount = Base.getOperand(1).getConstantOperandVal(1); in shouldReduceLoadWidth() local
12539 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf()
12927 uint64_t ShiftAmount = Shift.getConstantOperandVal(1); in performVectorTruncateCombine() local
13576 int64_t ShiftAmount; in tryCombineShiftImm() local
H A DAArch64ISelDAGToDAG.cpp2392 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2814 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet)); in loadImmediate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6624 auto ShiftAmount = MIRBuilder.buildConstant(Ty, NumBits - 1); in lowerAddSubSatToAddoSubo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5274 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16883 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine() local

12