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

123

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h85 unsigned BitWidth = EltTy.getSizeInBits();
162 return (getSizeInBits() & 7) == 0;
167 unsigned BitSize = getSizeInBits();
174 return getSizeInBits() == VT.getSizeInBits();
180 return getSizeInBits() > VT.getSizeInBits();
186 return getSizeInBits() >= VT.getSizeInBits();
192 return getSizeInBits() < V
234 unsigned getSizeInBits() const { function in struct:llvm::EVT
[all...]
H A DMachineValueType.h360 unsigned getSizeInBits() const { function in class:llvm::MVT
363 llvm_unreachable("getSizeInBits called on extended MVT.");
433 return getScalarType().getSizeInBits();
439 return (getSizeInBits() + 7) / 8;
450 return getSizeInBits() > VT.getSizeInBits();
455 return getSizeInBits() >= VT.getSizeInBits();
460 return getSizeInBits() < VT.getSizeInBits();
[all...]
/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp68 unsigned Offset = Imm * (VT.getVectorElementType().getSizeInBits() / 8);
70 unsigned NumLanes = VT.getSizeInBits() / 128;
89 unsigned NumLanes = VT.getSizeInBits() / 128;
140 unsigned NumLanes = VT.getSizeInBits() / 128;
164 unsigned NumLanes = VT.getSizeInBits() / 128;
184 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.cpp507 unsigned SrcEltBits = SrcEltVT.getSizeInBits();
512 unsigned WideBits = WideVT.getSizeInBits();
557 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
606 unsigned ScalarSize = MemSclVT.getSizeInBits();
697 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy),
711 APInt::getAllOnesValue(BitTy.getSizeInBits()), MaskTy);
731 unsigned BW = VT.getScalarType().getSizeInBits();
732 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
778 unsigned EltWidth = VT.getVectorElementType().getSizeInBits();
779 unsigned SrcEltWidth = SrcVT.getVectorElementType().getSizeInBits();
[all...]
H A DLegalizeVectorTypes.cpp726 EVT LoIntVT = EVT::getIntegerVT(*DAG.getContext(), LoVT.getSizeInBits());
727 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits());
816 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8;
892 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8;
935 unsigned IncrementSize = LoMemVT.getSizeInBits()/8;
1030 SrcVT.getSizeInBits() * 2 < DestVT.getSizeInBits()) {
1034 Ctx, SrcVT.getVectorElementType().getSizeInBits() * 2),
1384 unsigned IncrementSize = LoMemVT.getSizeInBits()/8;
1458 unsigned InElementSize = InVT.getVectorElementType().getSizeInBits();
[all...]
H A DLegalizeTypes.cpp760 assert(Result.getValueType().getSizeInBits() >=
761 Op.getValueType().getVectorElementType().getSizeInBits() &&
871 unsigned BitWidth = Op.getValueType().getSizeInBits();
880 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits();
982 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size.
997 LVT.getSizeInBits() + HVT.getSizeInBits());
1002 DAG.getConstant(LVT.getSizeInBits(), TLI.getPointerTy()));
1084 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits()
[all...]
H A DLegalizeIntegerTypes.cpp276 NOutVT.getSizeInBits()),
708 DAG.getIntPtrConstant(SmallVT.getSizeInBits()));
769 DAG.getConstant(i * RegVT.getSizeInBits(),
939 DAG.getConstant(OVT.getSizeInBits(), TLI.getPointerTy()));
955 assert(N->getOperand(0).getValueType().getSizeInBits() >=
956 N->getValueType(0).getVectorElementType().getSizeInBits() &&
985 assert(N->getOperand(1).getValueType().getSizeInBits() >=
986 N->getValueType(0).getVectorElementType().getSizeInBits() &&
1328 unsigned VTBits = N->getValueType(0).getSizeInBits();
1329 unsigned NVTBits = NVT.getSizeInBits();
[all...]
H A DTargetLowering.cpp379 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth &&
642 unsigned InnerBits = InnerVT.getSizeInBits();
646 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
693 unsigned VTSize = VT.getSizeInBits();
757 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits());
797 unsigned ShAmt = ExVT.getScalarType().getSizeInBits();
815 BitWidth - ExVT.getScalarType().getSizeInBits());
822 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth);
825 ExVT.getScalarType().getSizeInBits()) &
881 Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
[all...]
H A DLegalizeDAG.cpp320 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
337 StoredVT.getSizeInBits()));
338 unsigned StoredBytes = StoredVT.getSizeInBits() / 8;
339 unsigned RegBytes = RegVT.getSizeInBits() / 8;
399 int NumBits = NewStoredVT.getSizeInBits();
440 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
459 unsigned LoadedBytes = LoadedVT.getSizeInBits() / 8;
460 unsigned RegBytes = RegVT.getSizeInBits() / 8;
523 unsigned NumBits = LoadedVT.getSizeInBits();
609 unsigned EltSize = EltVT.getSizeInBits()/
[all...]
H A DDAGCombiner.cpp161 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
638 EltVT.getSizeInBits() >= SplatBitSize);
1631 unsigned DestBits = VT.getScalarType().getSizeInBits();
1904 ConstValue1.getBitWidth() == VT.getScalarType().getSizeInBits();
2182 DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()),
2228 DAG.getConstant(N0.getValueType().getSizeInBits() - 1,
2238 unsigned SimpleSize = Simple.getSizeInBits();
2274 unsigned SimpleSize = Simple.getSizeInBits();
2356 unsigned SimpleSize = Simple.getSizeInBits();
2386 unsigned SimpleSize = Simple.getSizeInBits();
[all...]
H A DSelectionDAG.cpp121 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
165 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
858 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.cpp105 unsigned NewSizeInBits = ElemVT.getSizeInBits() / 2;
137 LHS.getValueType().getSizeInBits() << 1),
171 unsigned IncrementSize = NOutVT.getSizeInBits() / 8;
268 unsigned IncrementSize = NVT.getSizeInBits() / 8;
476 unsigned IncrementSize = NVT.getSizeInBits() / 8;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp591 unsigned MemBits = VT.getScalarType().getSizeInBits();
1392 if (VT.getSizeInBits() < InVT.getSizeInBits()) {
1400 if (VT.getSizeInBits() > InVT.getSizeInBits()) {
1443 if (VT.getSizeInBits() < InVT.getSizeInBits()) {
1451 if (VT.getSizeInBits() > InVT.getSizeInBits()) {
1756 unsigned ArgSize = VA.getLocVT().getSizeInBits() /
[all...]
H A DAArch64ISelDAGToDAG.cpp327 unsigned BitSize = N.getValueType().getSizeInBits();
1055 bool Is128Bit = VT.getSizeInBits() == 128;
1077 bool Is128Bit = VT.getSizeInBits() == 128;
1128 bool Narrow = VT.getSizeInBits() == 64;
1173 bool Narrow = VT.getSizeInBits() == 64;
1231 bool Narrow = VT.getSizeInBits() == 64;
1264 bool Narrow = VT.getSizeInBits() == 64;
1366 assert((BiggerPattern || (Srl_imm > 0 && Srl_imm < VT.getSizeInBits())) &&
1458 Trunc_bits = Opd0->getValueType(0).getSizeInBits() - VT.getSizeInBits();
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp524 O << ".param .b" << getPointerTy().getSizeInBits() << " _";
581 sz = thePointerTy.getSizeInBits();
719 if (elemtype.getSizeInBits() < 16) {
755 if (EltVT.getSizeInBits() < 16) {
805 if (EltVT.getSizeInBits() == 64)
875 unsigned sz = VT.getSizeInBits();
947 if (elemtype.getSizeInBits() < 16) {
1074 unsigned sz = EltVT.getSizeInBits();
1146 if (EltVT.getSizeInBits() == 64) {
1200 unsigned sz = VTs[i].getSizeInBits();
[all...]
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp369 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
409 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
508 Src->getPrimitiveSizeInBits() < LT.second.getSizeInBits()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h39 (MVT(MVT::i64).getSizeInBits() / 8))) {
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp207 cast<MemSDNode>(Node)->getMemoryVT().getSizeInBits() / 8 <=
H A DMips16ISelDAGToDAG.cpp134 switch (SD->getMemoryVT().getSizeInBits()) {
145 switch (SD->getMemoryVT().getSizeInBits()) {
H A DMipsSEISelDAGToDAG.cpp459 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
534 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
565 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
598 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
619 ImmValue.getBitWidth() == EltTy.getSizeInBits()) {
/external/llvm/include/llvm/IR/
H A DDataLayout.h492 uint64_t getSizeInBits() const { function in class:llvm::StructLayout
536 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp400 Src->getPrimitiveSizeInBits() >= LT.second.getSizeInBits() &&
401 LT.second.getSizeInBits() == 128 &&
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp118 unsigned UBytes = AVT.getSizeInBits() / 8;
224 unsigned UBytes = AVT.getSizeInBits() / 8;
H A DX86ISelLowering.cpp83 unsigned Factor = VT.getSizeInBits()/vectorWidth;
92 unsigned ElemsPerChunk = vectorWidth / ElVT.getSizeInBits();
96 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / vectorWidth)
145 unsigned ElemsPerChunk = vectorWidth/ElVT.getSizeInBits();
149 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/vectorWidth)
1457 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
2218 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
2827 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
3091 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
3767 unsigned NumLanes = VT.is512BitVector() ? 1: VT.getSizeInBits()/12
[all...]

Completed in 4639 milliseconds

123