Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp827 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
DTargetLowering.cpp3388 SDValue ShiftAmount = in expandUnalignedLoad() local
3506 SDValue ShiftAmount = in expandUnalignedStore() local
DLegalizeDAG.cpp1467 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2357 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/
DAArch64AsmParser.cpp199 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/
DMSP430ISelLowering.cpp615 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2451 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/
DMSP430ISelLowering.cpp736 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp200 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp473 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedStore() local
621 SDValue ShiftAmount = DAG.getConstant(NumBits, in ExpandUnalignedLoad() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp457 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4276 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/
DAArch64ISelDAGToDAG.cpp1988 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
DAArch64ISelLowering.cpp7821 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf()
8449 int64_t ShiftAmount; in tryCombineShiftImm() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1356 SDValue ShiftAmount = DAG.getConstant(16, DL, MVT::i32); in LowerLOAD() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2263 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet)); in loadImmediate() local