Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1603 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local
1620 ExtSize = TypeSize; in getGatherScatterOpCost()
1634 ExtSize = TypeSize; in getGatherScatterOpCost()
1638 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()
1642 if (ExtSize == 32) in getGatherScatterOpCost()
1647 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()
1657 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()
1661 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp733 unsigned ExtSize = in trySignedBitfieldExtract() local
737 if (ExtSize == 32) in trySignedBitfieldExtract()
740 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract()
1095 unsigned ExtSize = in Select() local
1098 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()
1100 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2100 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
2101 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2166 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
2167 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()