Searched refs:getSizeInBits (Results 1 - 25 of 77) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h84 unsigned BitWidth = EltTy.getSizeInBits();
161 return (getSizeInBits() & 7) == 0;
166 unsigned BitSize = getSizeInBits();
173 return getSizeInBits() == VT.getSizeInBits();
179 return getSizeInBits() > VT.getSizeInBits();
185 return getSizeInBits() >= VT.getSizeInBits();
191 return getSizeInBits() < V
233 unsigned getSizeInBits() const { function in struct:llvm::EVT
[all...]
H A DMachineValueType.h376 unsigned getSizeInBits() const { function in class:llvm::MVT
379 llvm_unreachable("getSizeInBits called on extended MVT.");
450 return getScalarType().getSizeInBits();
456 return (getSizeInBits() + 7) / 8;
467 return getSizeInBits() > VT.getSizeInBits();
472 return getSizeInBits() >= VT.getSizeInBits();
477 return getSizeInBits() < VT.getSizeInBits();
[all...]
H A DBasicTTIImpl.h357 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
398 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
501 Src->getPrimitiveSizeInBits() < LT.second.getSizeInBits()) {
/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp83 unsigned VectorSizeInBits = VT.getSizeInBits();
97 unsigned VectorSizeInBits = VT.getSizeInBits();
111 unsigned VectorSizeInBits = VT.getSizeInBits();
128 unsigned Offset = Imm * (VT.getVectorElementType().getSizeInBits() / 8);
130 unsigned NumLanes = VT.getSizeInBits() / 128;
149 unsigned NumLanes = VT.getSizeInBits() / 128;
200 unsigned NumLanes = VT.getSizeInBits() / 128;
224 unsigned NumLanes = VT.getSizeInBits() / 128;
244 unsigned NumLanes = VT.getSizeInBits() / 128;
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp32 unsigned SizeBitWidth = Size.getValueType().getSizeInBits();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp546 unsigned SrcEltBits = SrcEltVT.getSizeInBits();
551 unsigned WideBits = WideVT.getSizeInBits();
596 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
645 unsigned ScalarSize = MemSclVT.getSizeInBits();
737 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy),
751 APInt::getAllOnesValue(BitTy.getSizeInBits()), MaskTy);
771 unsigned BW = VT.getScalarType().getSizeInBits();
772 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
818 unsigned EltWidth = VT.getVectorElementType().getSizeInBits();
819 unsigned SrcEltWidth = SrcVT.getVectorElementType().getSizeInBits();
[all...]
H A DTargetLowering.cpp382 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth &&
645 unsigned InnerBits = InnerVT.getSizeInBits();
649 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
696 unsigned VTSize = VT.getSizeInBits();
760 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits());
800 unsigned ShAmt = ExVT.getScalarType().getSizeInBits();
802 unsigned VTBits = Op->getValueType(0).getScalarType().getSizeInBits();
825 BitWidth - ExVT.getScalarType().getSizeInBits());
832 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth);
835 ExVT.getScalarType().getSizeInBits())
[all...]
H A DLegalizeTypes.cpp779 assert(Result.getValueType().getSizeInBits() >=
780 Op.getValueType().getVectorElementType().getSizeInBits() &&
890 unsigned BitWidth = Op.getValueType().getSizeInBits();
899 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits();
1012 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size.
1027 LVT.getSizeInBits() + HVT.getSizeInBits());
1032 DAG.getConstant(LVT.getSizeInBits(), TLI.getPointerTy()));
1114 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits()
[all...]
H A DLegalizeVectorTypes.cpp755 EVT LoIntVT = EVT::getIntegerVT(*DAG.getContext(), LoVT.getSizeInBits());
756 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits());
845 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8;
925 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8;
968 unsigned IncrementSize = LoMemVT.getSizeInBits()/8;
1001 (Alignment == MLD->getValueType(0).getSizeInBits()/8) ?
1023 unsigned IncrementSize = LoMemVT.getSizeInBits()/8;
1124 SrcVT.getSizeInBits() * 2 < DestVT.getSizeInBits()) {
1128 Ctx, SrcVT.getVectorElementType().getSizeInBits() *
[all...]
H A DDAGCombiner.cpp180 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
706 EltVT.getSizeInBits() >= SplatBitSize);
1715 unsigned DestBits = VT.getScalarType().getSizeInBits();
2011 ConstValue1.getBitWidth() == VT.getScalarType().getSizeInBits();
2291 DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()),
2337 DAG.getConstant(N0.getValueType().getSizeInBits() - 1,
2347 unsigned SimpleSize = Simple.getSizeInBits();
2383 unsigned SimpleSize = Simple.getSizeInBits();
2460 unsigned SimpleSize = Simple.getSizeInBits();
2490 unsigned SimpleSize = Simple.getSizeInBits();
[all...]
H A DLegalizeIntegerTypes.cpp286 NOutVT.getSizeInBits()),
736 DAG.getIntPtrConstant(SmallVT.getSizeInBits()));
797 DAG.getConstant(i * RegVT.getSizeInBits(),
990 DAG.getConstant(OVT.getSizeInBits(), TLI.getPointerTy()));
1006 assert(N->getOperand(0).getValueType().getSizeInBits() >=
1007 N->getValueType(0).getVectorElementType().getSizeInBits() &&
1036 assert(N->getOperand(1).getValueType().getSizeInBits() >=
1037 N->getValueType(0).getVectorElementType().getSizeInBits() &&
1360 unsigned VTBits = N->getValueType(0).getSizeInBits();
1361 unsigned NVTBits = NVT.getSizeInBits();
[all...]
H A DLegalizeDAG.cpp305 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
322 StoredVT.getSizeInBits()));
323 unsigned StoredBytes = StoredVT.getSizeInBits() / 8;
324 unsigned RegBytes = RegVT.getSizeInBits() / 8;
384 int NumBits = NewStoredVT.getSizeInBits();
425 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
444 unsigned LoadedBytes = LoadedVT.getSizeInBits() / 8;
445 unsigned RegBytes = RegVT.getSizeInBits() / 8;
510 unsigned NumBits = LoadedVT.getSizeInBits();
598 unsigned EltSize = EltVT.getSizeInBits()/
[all...]
H A DSelectionDAG.cpp122 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
166 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
746 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
1029 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
1031 VT.getSizeInBits());
1038 assert(VT.getSizeInBits() == Op.getValueType().getSizeInBits() &&
1048 assert(VT.getSizeInBits() == Op.getValueType().getSizeInBits() &&
1058 assert(VT.getSizeInBits()
[all...]
H A DLegalizeTypesGeneric.cpp108 unsigned NewSizeInBits = ElemVT.getSizeInBits() / 2;
140 LHS.getValueType().getSizeInBits() << 1),
174 unsigned IncrementSize = NOutVT.getSizeInBits() / 8;
271 unsigned IncrementSize = NVT.getSizeInBits() / 8;
479 unsigned IncrementSize = NVT.getSizeInBits() / 8;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp732 unsigned MemBits = VT.getScalarType().getSizeInBits();
1570 if (VT.getSizeInBits() < InVT.getSizeInBits()) {
1578 if (VT.getSizeInBits() > InVT.getSizeInBits()) {
1629 if (VT.getSizeInBits() < InVT.getSizeInBits()) {
1637 if (VT.getSizeInBits() > InVT.getSizeInBits()) {
1727 if (OrigVT.getSizeInBits() >
[all...]
H A DAArch64CallingConvention.h47 unsigned Size = LocVT.getSizeInBits() / 8;
/external/llvm/include/llvm/IR/
H A DDataLayout.h481 uint64_t getSizeInBits() const { return 8 * StructSize; } function in class:llvm::StructLayout
519 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp908 O << ".param .b" << getPointerTy().getSizeInBits() << " _";
963 sz = thePointerTy.getSizeInBits();
1101 if (elemtype.getSizeInBits() < 16) {
1137 if (EltVT.getSizeInBits() < 16) {
1187 if (EltVT.getSizeInBits() == 64)
1257 unsigned sz = VT.getSizeInBits();
1329 if (elemtype.getSizeInBits() < 16) {
1461 unsigned sz = EltVT.getSizeInBits();
1527 if (EltVT.getSizeInBits() == 64) {
1578 unsigned sz = VTs[i].getSizeInBits();
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp213 cast<MemSDNode>(Node)->getMemoryVT().getSizeInBits() / 8 <=
H A DMips16ISelDAGToDAG.cpp134 switch (SD->getMemoryVT().getSizeInBits()) {
146 switch (SD->getMemoryVT().getSizeInBits()) {
H A DMipsSEISelDAGToDAG.cpp523 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
598 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
629 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
662 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
683 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp330 Src->getPrimitiveSizeInBits() >= LT.second.getSizeInBits() &&
331 LT.second.getSizeInBits() == 128 &&
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp692 int ShiftAmount = VT.getSizeInBits() / 16;
1880 int EltBits = EltVT.getSizeInBits();
2010 unsigned Size = VT.getSizeInBits();
2109 SDValue Width = DAG.getConstant(EltVT.getSizeInBits(), MVT::i64);
2122 if (VT.getSizeInBits() == 64 &&
2123 Operand.getValueType().getSizeInBits() == 32) {
2133 if (VT.getSizeInBits() == 32)
2151 SDValue Width = DAG.getConstant(VecVT.getSizeInBits(), MVT::i64);
2181 if (VT.getSizeInBits() == 64 &&
2182 Operand.getValueType().getSizeInBits()
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp923 unsigned BitSize = VT.getSizeInBits();
937 EVT::getIntegerVT(Context, VT.getSizeInBits() / 2));
977 EltVT = EVT::getIntegerVT(Context, 1 + EltVT.getSizeInBits())
1062 unsigned NewVTSize = NewVT.getSizeInBits();
1071 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits());
1293 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits()
1439 unsigned NewVTSize = NewVT.getSizeInBits();
1446 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits());
/external/llvm/lib/IR/
H A DLLVMContextImpl.h317 : Tag(N->getTag()), Name(N->getName()), SizeInBits(N->getSizeInBits()),
322 SizeInBits == RHS->getSizeInBits() &&
354 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
362 SizeInBits == RHS->getSizeInBits() &&
404 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
415 SizeInBits == RHS->getSizeInBits() &&

Completed in 812 milliseconds

1234