Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1589 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local
1606 ExtSize = TypeSize; in getGatherScatterOpCost()
1620 ExtSize = TypeSize; in getGatherScatterOpCost()
1624 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()
1628 if (ExtSize == 32) in getGatherScatterOpCost()
1633 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()
1643 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()
1647 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1886 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
1887 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
1951 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
1952 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp727 unsigned ExtSize = in Select() local
730 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()
732 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()