Searched defs:ShiftAmount (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 635 static bool Is_PostInc_S4_Offset(SDNode * S, int ShiftAmount) { in Is_PostInc_S4_Offset() 678 int ShiftAmount = VT.getSizeInBits() / 16; in getPostIndexedAddressParts() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 813 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
|
H A D | LegalizeDAG.cpp | 388 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedStore() local 552 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedLoad() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 2289 unsigned ShiftAmount = CI2->getValue().countLeadingOnes() - 1; in SimplifyICmpInst() local 2294 unsigned ShiftAmount = CI2->getValue().countLeadingZeros() - 1; in SimplifyICmpInst() local 2305 unsigned ShiftAmount = Width - 1; in SimplifyICmpInst() local 2319 unsigned ShiftAmount = Width - 1; in SimplifyICmpInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 195 unsigned ShiftAmount; member 1610 unsigned ShiftAmount, in CreateShiftedImm() 2161 uint64_t ShiftAmount = 0; in tryParseAddSubImm() local 2198 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseAddSubImm() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 762 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | R600ISelLowering.cpp | 1565 SDValue ShiftAmount = in LowerLOAD() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1844 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
|
H A D | AArch64ISelLowering.cpp | 6981 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf() 7552 int64_t ShiftAmount; in tryCombineShiftImm() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4211 const MCExpr *ShiftAmount; in parsePKHImm() local 4294 const MCExpr *ShiftAmount; in parseShifterImm() local 4356 const MCExpr *ShiftAmount; in parseRotImm() local
|