Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1529 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local
1546 ExtSize = TypeSize; in getGatherScatterOpCost()
1560 ExtSize = TypeSize; in getGatherScatterOpCost()
1564 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()
1568 if (ExtSize == 32) in getGatherScatterOpCost()
1573 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()
1583 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()
1587 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1757 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
1758 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1826 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
1827 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()