Home
last modified time | relevance | path

Searched refs:getSizeInBits (Results 1 – 25 of 142) sorted by relevance

123456

/external/llvm/include/llvm/CodeGen/
DValueTypes.h84 unsigned BitWidth = EltTy.getSizeInBits(); in changeVectorElementTypeToInteger()
100 return MVT::getIntegerVT(getSizeInBits()); in changeTypeToInteger()
184 return (getSizeInBits() & 7) == 0; in isByteSized()
189 unsigned BitSize = getSizeInBits(); in isRound()
196 return getSizeInBits() == VT.getSizeInBits(); in bitsEq()
202 return getSizeInBits() > VT.getSizeInBits(); in bitsGT()
208 return getSizeInBits() >= VT.getSizeInBits(); in bitsGE()
214 return getSizeInBits() < VT.getSizeInBits(); in bitsLT()
220 return getSizeInBits() <= VT.getSizeInBits(); in bitsLE()
256 unsigned getSizeInBits() const { in getSizeInBits() function
[all …]
DMachineValueType.h429 unsigned getSizeInBits() const { in getSizeInBits() function
516 return getScalarType().getSizeInBits(); in getScalarSizeInBits()
522 return (getSizeInBits() + 7) / 8; in getStoreSize()
533 return getSizeInBits() > VT.getSizeInBits(); in bitsGT()
538 return getSizeInBits() >= VT.getSizeInBits(); in bitsGE()
543 return getSizeInBits() < VT.getSizeInBits(); in bitsLT()
548 return getSizeInBits() <= VT.getSizeInBits(); in bitsLE()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTGValueTypes.cpp25 virtual unsigned getSizeInBits() const = 0;
36 unsigned getSizeInBits() const { in getSizeInBits() function in ExtendedIntegerType
50 unsigned getSizeInBits() const { in getSizeInBits() function in ExtendedVectorType
51 return getNumElements() * getElementType().getSizeInBits(); in getSizeInBits()
84 return isExtendedVector() && getSizeInBits() == 64; in isExtended64BitVector()
89 return isExtendedVector() && getSizeInBits() == 128; in isExtended128BitVector()
104 return LLVMTy->getSizeInBits(); in getExtendedSizeInBits()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h242 unsigned getSizeInBits() const { in getSizeInBits() function
291 return (getSizeInBits() + 7) / 8; in getStoreSize()
448 unsigned BitWidth = EltTy.getSizeInBits(); in changeVectorElementTypeToInteger()
520 return (getSizeInBits() & 7) == 0; in isByteSized()
525 unsigned BitSize = getSizeInBits(); in isRound()
532 return getSizeInBits() == VT.getSizeInBits(); in bitsEq()
538 return getSizeInBits() > VT.getSizeInBits(); in bitsGT()
544 return getSizeInBits() >= VT.getSizeInBits(); in bitsGE()
550 return getSizeInBits() < VT.getSizeInBits(); in bitsLT()
556 return getSizeInBits() <= VT.getSizeInBits(); in bitsLE()
[all …]
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp94 unsigned VectorSizeInBits = VT.getSizeInBits(); in DecodeMOVDDUPMask()
108 unsigned VectorSizeInBits = VT.getSizeInBits(); in DecodePSLLDQMask()
122 unsigned VectorSizeInBits = VT.getSizeInBits(); in DecodePSRLDQMask()
139 unsigned Offset = Imm * (VT.getVectorElementType().getSizeInBits() / 8); in DecodePALIGNRMask()
141 unsigned NumLanes = VT.getSizeInBits() / 128; in DecodePALIGNRMask()
160 unsigned NumLanes = VT.getSizeInBits() / 128; in DecodePSHUFMask()
222 unsigned NumLanes = VT.getSizeInBits() / 128; in DecodeSHUFPMask()
246 unsigned NumLanes = VT.getSizeInBits() / 128; in DecodeUNPCKHMask()
266 unsigned NumLanes = VT.getSizeInBits() / 128; in DecodeUNPCKLMask()
284 unsigned Scale = DstVT.getSizeInBits() / SrcVT.getSizeInBits(); in DecodeSubVectorBroadcast()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger()
59 return isExtendedVector() && getSizeInBits() == 64; in isExtended64BitVector()
63 return isExtendedVector() && getSizeInBits() == 128; in isExtended128BitVector()
67 return isExtendedVector() && getSizeInBits() == 256; in isExtended256BitVector()
71 return isExtendedVector() && getSizeInBits() == 512; in isExtended512BitVector()
102 return "i" + utostr(getSizeInBits()); in getEVTString()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp282 assert(VT.getSizeInBits() == Op.getOperand(1).getValueType().getSizeInBits() in ExpandVSELECT()
291 APInt::getAllOnesValue(VT.getScalarType().getSizeInBits()), VT); in ExpandVSELECT()
309 assert((SVT.getSizeInBits() == 64 || SVT.getSizeInBits() == 32) && in ExpandUINT_TO_FLOAT()
312 unsigned BW = SVT.getSizeInBits(); in ExpandUINT_TO_FLOAT()
318 uint64_t HWMask = (SVT.getSizeInBits()==64)?0x00000000FFFFFFFF:0x0000FFFF; in ExpandUINT_TO_FLOAT()
365 (EltVT.getSizeInBits()), EltVT), in UnrollVSETCC()
DLegalizeIntegerTypes.cpp249 NOutVT.getSizeInBits()), in PromoteIntRes_BITCAST()
269 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteIntRes_BSWAP()
318 DAG.getConstant(NVT.getSizeInBits() - in PromoteIntRes_CTLZ()
319 OVT.getSizeInBits(), NVT)); in PromoteIntRes_CTLZ()
336 APInt TopBit(NVT.getSizeInBits(), 0); in PromoteIntRes_CTTZ()
337 TopBit.setBit(OVT.getSizeInBits()); in PromoteIntRes_CTTZ()
662 DAG.getIntPtrConstant(SmallVT.getSizeInBits())); in PromoteIntRes_XMULO()
718 DAG.getConstant(i * RegVT.getSizeInBits(), in PromoteIntRes_VAARG()
890 DAG.getConstant(OVT.getSizeInBits(), TLI.getPointerTy())); in PromoteIntOp_BUILD_PAIR()
905 assert(N->getOperand(0).getValueType().getSizeInBits() >= in PromoteIntOp_BUILD_VECTOR()
[all …]
DDAGCombiner.cpp122 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1411 APInt Mask = APInt::getAllOnesValue(VT.getScalarType().getSizeInBits()); in visitADD()
1459 unsigned DestBits = VT.getScalarType().getSizeInBits(); in visitADD()
1506 APInt Mask = APInt::getAllOnesValue(VT.getScalarType().getSizeInBits()); in visitADDC()
1787 DAG.getConstant(VT.getSizeInBits()-1, in visitSDIV()
1793 DAG.getConstant(VT.getSizeInBits() - lg2, in visitSDIV()
1943 DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), in visitUREM()
1989 DAG.getConstant(N0.getValueType().getSizeInBits() - 1, in visitMULHS()
1999 unsigned SimpleSize = Simple.getSizeInBits(); in visitMULHS()
2035 unsigned SimpleSize = Simple.getSizeInBits(); in visitMULHU()
[all …]
DLegalizeDAG.cpp394 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in ExpandUnalignedStore()
409 StoredVT.getSizeInBits())); in ExpandUnalignedStore()
410 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in ExpandUnalignedStore()
411 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedStore()
469 int NumBits = NewStoredVT.getSizeInBits(); in ExpandUnalignedStore()
504 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in ExpandUnalignedLoad()
522 unsigned LoadedBytes = LoadedVT.getSizeInBits() / 8; in ExpandUnalignedLoad()
523 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedLoad()
583 unsigned NumBits = LoadedVT.getSizeInBits(); in ExpandUnalignedLoad()
667 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory()
[all …]
DTargetLowering.cpp685 unsigned NewVTSize = NewVT.getSizeInBits(); in getVectorTypeBreakdownMVT()
694 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits()); in getVectorTypeBreakdownMVT()
848 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits() in computeRegisterProperties()
984 unsigned NewVTSize = NewVT.getSizeInBits(); in getVectorTypeBreakdown()
991 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits()); in getVectorTypeBreakdown()
1213 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth && in SimplifyDemandedBits()
1477 BitWidth - InnerVT.getSizeInBits()) & in SimplifyDemandedBits()
1481 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
1503 unsigned VTSize = VT.getSizeInBits(); in SimplifyDemandedBits()
1567 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
[all …]
DLegalizeVectorTypes.cpp557 EVT LoIntVT = EVT::getIntegerVT(*DAG.getContext(), LoVT.getSizeInBits()); in SplitVecRes_BITCAST()
558 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits()); in SplitVecRes_BITCAST()
683 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8; in SplitVecRes_INSERT_VECTOR_ELT()
724 unsigned IncrementSize = LoMemVT.getSizeInBits()/8; in SplitVecRes_LOAD()
1120 unsigned IncrementSize = LoMemVT.getSizeInBits()/8; in SplitVecOp_STORE()
1623 unsigned WidenSize = WidenVT.getSizeInBits(); in WidenVecRes_BITCAST()
1624 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST()
1635 WidenSize / InEltVT.getSizeInBits()); in WidenVecRes_BITCAST()
2096 unsigned InWidenSize = InWidenVT.getSizeInBits(); in WidenVecOp_BITCAST()
2097 unsigned Size = VT.getSizeInBits(); in WidenVecOp_BITCAST()
[all …]
DLegalizeTypes.cpp865 unsigned BitWidth = Op.getValueType().getSizeInBits(); in BitConvertToInteger()
874 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector()
992 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer()
1007 LVT.getSizeInBits() + HVT.getSizeInBits()); in JoinIntegers()
1012 DAG.getConstant(LVT.getSizeInBits(), TLI.getPointerTy())); in JoinIntegers()
1114 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits() == in SplitInteger()
1115 Op.getValueType().getSizeInBits() && "Invalid integer splitting!"); in SplitInteger()
1118 DAG.getConstant(LoVT.getSizeInBits(), TLI.getPointerTy())); in SplitInteger()
1127 Op.getValueType().getSizeInBits()/2); in SplitInteger()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp569 unsigned SrcEltBits = SrcEltVT.getSizeInBits(); in ExpandLoad()
574 unsigned WideBits = WideVT.getSizeInBits(); in ExpandLoad()
643 unsigned ScalarSize = MemSclVT.getSizeInBits(); in ExpandStore()
743 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), DL, in ExpandSELECT()
758 APInt::getAllOnesValue(BitTy.getSizeInBits()), DL, MaskTy); in ExpandSELECT()
778 unsigned BW = VT.getScalarType().getSizeInBits(); in ExpandSEXTINREG()
779 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits(); in ExpandSEXTINREG()
825 unsigned EltWidth = VT.getVectorElementType().getSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG()
826 unsigned SrcEltWidth = SrcVT.getVectorElementType().getSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG()
959 if (VT.getSizeInBits() != Op1.getValueType().getSizeInBits()) in ExpandVSELECT()
[all …]
DLegalizeTypes.cpp797 assert(Result.getValueType().getSizeInBits() >= in SetScalarizedVector()
798 Op.getValueType().getVectorElementType().getSizeInBits() && in SetScalarizedVector()
908 unsigned BitWidth = Op.getValueType().getSizeInBits(); in BitConvertToInteger()
916 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector()
1029 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer()
1030 assert(EltSize * 8 == EltVT.getSizeInBits() && in GetVectorElementPointer()
1046 LVT.getSizeInBits() + HVT.getSizeInBits()); in JoinIntegers()
1051 DAG.getConstant(LVT.getSizeInBits(), dlHi, in JoinIntegers()
1148 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits() == in SplitInteger()
1149 Op.getValueType().getSizeInBits() && "Invalid integer splitting!"); in SplitInteger()
[all …]
DTargetLowering.cpp435 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth && in SimplifyDemandedBits()
699 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits()
703 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
750 unsigned VTSize = VT.getSizeInBits(); in SimplifyDemandedBits()
826 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
869 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits()
871 unsigned VTBits = Op->getValueType(0).getScalarType().getSizeInBits(); in SimplifyDemandedBits()
895 BitWidth - ExVT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
902 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth); in SimplifyDemandedBits()
905 ExVT.getScalarType().getSizeInBits()) & in SimplifyDemandedBits()
[all …]
DLegalizeVectorTypes.cpp782 EVT LoIntVT = EVT::getIntegerVT(*DAG.getContext(), LoVT.getSizeInBits()); in SplitVecRes_BITCAST()
783 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits()); in SplitVecRes_BITCAST()
891 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8; in SplitVecRes_INSERT_SUBVECTOR()
1023 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8; in SplitVecRes_INSERT_VECTOR_ELT()
1067 unsigned IncrementSize = LoMemVT.getSizeInBits()/8; in SplitVecRes_LOAD()
1101 (Alignment == MLD->getValueType(0).getSizeInBits()/8) ? in SplitVecRes_MLOAD()
1129 unsigned IncrementSize = LoMemVT.getSizeInBits()/8; in SplitVecRes_MLOAD()
1291 SrcVT.getSizeInBits() * 2 < DestVT.getSizeInBits()) { in SplitVecRes_ExtendOp()
1295 Ctx, SrcVT.getVectorElementType().getSizeInBits() * 2), in SplitVecRes_ExtendOp()
1643 if (EltVT.getSizeInBits() < 8) { in SplitVecOp_EXTRACT_VECTOR_ELT()
[all …]
DLegalizeIntegerTypes.cpp296 NOutVT.getSizeInBits()), in PromoteIntRes_BITCAST()
789 DAG.getIntPtrConstant(SmallVT.getSizeInBits(), in PromoteIntRes_XMULO()
844 DAG.getConstant(i * RegVT.getSizeInBits(), dl, in PromoteIntRes_VAARG()
1042 DAG.getConstant(OVT.getSizeInBits(), dl, in PromoteIntOp_BUILD_PAIR()
1059 assert(N->getOperand(0).getValueType().getSizeInBits() >= in PromoteIntOp_BUILD_VECTOR()
1060 N->getValueType(0).getVectorElementType().getSizeInBits() && in PromoteIntOp_BUILD_VECTOR()
1089 assert(N->getOperand(1).getValueType().getSizeInBits() >= in PromoteIntOp_INSERT_VECTOR_ELT()
1090 N->getValueType(0).getVectorElementType().getSizeInBits() && in PromoteIntOp_INSERT_VECTOR_ELT()
1438 unsigned VTBits = N->getValueType(0).getSizeInBits(); in ExpandShiftByConstant()
1439 unsigned NVTBits = NVT.getSizeInBits(); in ExpandShiftByConstant()
[all …]
DDAGCombiner.cpp184 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1747 unsigned DestBits = VT.getScalarType().getSizeInBits(); in visitADD()
2051 ConstValue1.getBitWidth() == VT.getScalarType().getSizeInBits(); in visitMUL()
2419 APInt NegOne = APInt::getAllOnesValue(VT.getSizeInBits()); in visitREM()
2480 DAG.getConstant(N0.getValueType().getSizeInBits() - 1, in visitMULHS()
2492 unsigned SimpleSize = Simple.getSizeInBits(); in visitMULHS()
2528 unsigned SimpleSize = Simple.getSizeInBits(); in visitMULHU()
2606 unsigned SimpleSize = Simple.getSizeInBits(); in visitSMUL_LOHI()
2637 unsigned SimpleSize = Simple.getSizeInBits(); in visitUMUL_LOHI()
2933 VT.getSizeInBits() <= 64) { in visitANDLike()
[all …]
DSelectionDAG.cpp106 EltVT.getSizeInBits() >= SplatBitSize; in isConstantSplatVector()
137 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes()
176 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllZeros()
688 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() && in VerifySDNode()
1033 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits(); in getZeroExtendInReg()
1035 VT.getSizeInBits()); in getZeroExtendInReg()
1043 assert(VT.getSizeInBits() == Op.getValueType().getSizeInBits() && in getAnyExtendVectorInReg()
1054 assert(VT.getSizeInBits() == Op.getValueType().getSizeInBits() && in getSignExtendVectorInReg()
1065 assert(VT.getSizeInBits() == Op.getValueType().getSizeInBits() && in getZeroExtendVectorInReg()
1078 getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), DL, VT); in getNOT()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp760 unsigned MemBits = VT.getScalarType().getSizeInBits(); in computeKnownBitsForTargetNode()
1933 if (VT.getSizeInBits() < InVT.getSizeInBits()) { in LowerVectorFP_TO_INT()
1941 if (VT.getSizeInBits() > InVT.getSizeInBits()) { in LowerVectorFP_TO_INT()
1991 if (VT.getSizeInBits() < InVT.getSizeInBits()) { in LowerVectorINT_TO_FP()
1999 if (VT.getSizeInBits() > InVT.getSizeInBits()) { in LowerVectorINT_TO_FP()
2090 if (OrigVT.getSizeInBits() >= 64) in getExtensionTo64Bits()
2114 if (OrigTy.getSizeInBits() >= 64) in addRequiredExtensionForVectorMULL()
2132 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR()
2159 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in skipExtensionForVectorMULL()
2553 unsigned ArgSize = VA.getValVT().getSizeInBits() / 8; in LowerFormalArguments()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp120 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()), in RxSBGOperands()
712 uint64_t Used = allOnes(Op.getValueType().getSizeInBits()); in detectOrAndInsertion()
752 uint64_t BitSize = N.getValueType().getSizeInBits(); in expandRxSBG()
828 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG()
840 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG()
854 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG()
881 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG()
925 if (!VT.isInteger() || VT.getSizeInBits() > 64) in tryRISBGZero()
1011 if (!VT.isInteger() || VT.getSizeInBits() > 64) in tryRxSBG()
1115 if (Load->getMemoryVT().getSizeInBits() != in tryGather()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp94 return Ty->getSizeInBits(); in getBaseTypeSize()
101 return DDTy->getSizeInBits(); in getBaseTypeSize()
112 return Ty->getSizeInBits(); in getBaseTypeSize()
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp545 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatCommon()
546 ImmValue.getBitWidth() == EltTy.getSizeInBits()) { in selectVSplatCommon()
621 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatUimmPow2()
622 ImmValue.getBitWidth() == EltTy.getSizeInBits()) { in selectVSplatUimmPow2()
652 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatMaskL()
653 ImmValue.getBitWidth() == EltTy.getSizeInBits()) { in selectVSplatMaskL()
686 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatMaskR()
687 ImmValue.getBitWidth() == EltTy.getSizeInBits()) { in selectVSplatMaskR()
708 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatUimmInvPow2()
709 ImmValue.getBitWidth() == EltTy.getSizeInBits()) { in selectVSplatUimmInvPow2()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp85 assert(VT.getSizeInBits() == 256 && "Unexpected vector size!"); in Extract128BitVector()
87 int Factor = VT.getSizeInBits()/128; in Extract128BitVector()
100 unsigned ElemsPerChunk = 128 / ElVT.getSizeInBits(); in Extract128BitVector()
104 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128) in Extract128BitVector()
129 assert(VT.getSizeInBits() == 128 && "Unexpected vector size!"); in Insert128BitVector()
136 unsigned ElemsPerChunk = 128/ElVT.getSizeInBits(); in Insert128BitVector()
140 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/128) in Insert128BitVector()
1703 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8, in LowerMemArgument()
1771 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256) in LowerFormalArguments()
1773 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128) in LowerFormalArguments()
[all …]

123456