Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1599 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local
1616 ExtSize = TypeSize; in getGatherScatterOpCost()
1630 ExtSize = TypeSize; in getGatherScatterOpCost()
1634 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()
1638 if (ExtSize == 32) in getGatherScatterOpCost()
1643 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()
1653 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()
1657 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1969 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
1970 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
2035 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local
2036 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp833 unsigned ExtSize = in Select() local
836 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()
838 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()