Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3698 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI() local
3942 SDValue ShiftAmount = in scalarizeVectorStore() local
4120 SDValue ShiftAmount = in expandUnalignedLoad() local
4237 SDValue ShiftAmount = in expandUnalignedStore() local
DLegalizeVectorOps.cpp876 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp346 unsigned ShiftAmount; member
1795 unsigned ShiftAmount = 0, in CreateReg()
1814 unsigned ShiftAmount = 0, in CreateVectorReg()
1859 unsigned ShiftAmount, in CreateShiftedImm()
2565 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseImmWithOptionalShift() local
/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
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2581 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local
2640 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local
2694 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local
3646 const uint32_t ShiftAmount = in lowerCast() local
4737 const uint32_t ShiftAmount = in lowerIntrinsicCall() local
4828 const uint32_t ShiftAmount = in lowerIntrinsicCall() 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2508 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local
2529 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local
2546 unsigned ShiftAmount = C->countLeadingOnes() - 1; in setLimitsForBinOp() local
2551 unsigned ShiftAmount = C->countLeadingZeros() - 1; in setLimitsForBinOp() 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-7.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp336 unsigned ShiftAmount = 0) const { in selectAddrFrameIndexOffset()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1170 int ShiftAmount = 12 + findFirstSet((uint64_t)Hi52); in emitLoadImm() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp301 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp457 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp956 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp232 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp474 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1839 uint64_t ShiftAmount = V.getConstantOperandVal(1); in factorOutPowerOf2() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4487 const MCExpr *ShiftAmount; in parsePKHImm() local
4570 const MCExpr *ShiftAmount; in parseShifterImm() local
4632 const MCExpr *ShiftAmount; in parseRotImm() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1988 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()

12