Home
last modified time | relevance | path

Searched refs:ExtSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1698 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local
1715 ExtSize = TypeSize; in getGatherScatterOpCost()
1729 ExtSize = TypeSize; in getGatherScatterOpCost()
1733 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()
1737 if (ExtSize == 32) in getGatherScatterOpCost()
1742 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()
1752 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()
1756 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp659 unsigned ExtSize = in trySignedBitfieldExtract() local
663 if (ExtSize == 32) in trySignedBitfieldExtract()
666 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract()
1324 unsigned ExtSize = in Select() local
1327 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()
1329 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()
H A DRISCVISelLowering.cpp18122 unsigned ExtSize = in performSRACombine() local
18124 if (ShAmt < ExtSize && N0.getOperand(0).getOpcode() == ISD::SHL && in performSRACombine()
18128 if (LShAmt < ExtSize) { in performSRACombine()
18133 DAG.getConstant(LShAmt + (Size - ExtSize), ShlDL, VT)); in performSRACombine()
18136 DAG.getConstant(ShAmt + (Size - ExtSize), DL, VT)); in performSRACombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2686 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
2687 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2756 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
2757 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()