/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 827 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
|
D | TargetLowering.cpp | 3388 SDValue ShiftAmount = in expandUnalignedLoad() local 3506 SDValue ShiftAmount = in expandUnalignedStore() local
|
D | LegalizeDAG.cpp | 1467 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2357 unsigned ShiftAmount = CI2->getValue().countLeadingOnes() - 1; in SimplifyICmpInst() local 2362 unsigned ShiftAmount = CI2->getValue().countLeadingZeros() - 1; in SimplifyICmpInst() local 2373 unsigned ShiftAmount = Width - 1; in SimplifyICmpInst() local 2387 unsigned ShiftAmount = Width - 1; in SimplifyICmpInst() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 199 unsigned ShiftAmount; member 1667 unsigned ShiftAmount, in CreateShiftedImm() 2274 uint64_t ShiftAmount = 0; in tryParseAddSubImm() local 2311 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseAddSubImm() local
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 615 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 2451 const MCExpr *ShiftAmount; in parsePKHImm() local 2529 const MCExpr *ShiftAmount; in parseShifterImm() local 2589 const MCExpr *ShiftAmount; in parseRotImm() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 736 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 200 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 473 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedStore() local 621 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedLoad() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 457 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4276 const MCExpr *ShiftAmount; in parsePKHImm() local 4359 const MCExpr *ShiftAmount; in parseShifterImm() local 4421 const MCExpr *ShiftAmount; in parseRotImm() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1988 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
|
D | AArch64ISelLowering.cpp | 7821 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf() 8449 int64_t ShiftAmount; in tryCombineShiftImm() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1356 SDValue ShiftAmount = DAG.getConstant(16, DL, MVT::i32); in LowerLOAD() local
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 2263 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet)); in loadImmediate() local
|