HomeSort by relevance Sort by last modified time
    Searched refs:getSizeInBits (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 85 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() < VT.getSizeInBits()
    [all...]
MachineValueType.h 360 unsigned getSizeInBits() const {
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/
X86ShuffleDecode.cpp 68 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/
XCoreSelectionDAGInfo.cpp 32 unsigned SizeBitWidth = Size.getValueType().getSizeInBits();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 507 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...]
LegalizeVectorTypes.cpp 726 EVT LoIntVT = EVT::getIntegerVT(*DAG.getContext(), LoVT.getSizeInBits());
727 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits());
816 unsigned IncrementSize = Lo.getValueType().getSizeInBits() / 8;
    [all...]
LegalizeTypes.cpp 760 assert(Result.getValueType().getSizeInBits() >=
761 Op.getValueType().getVectorElementType().getSizeInBits() &&
    [all...]
LegalizeIntegerTypes.cpp 276 NOutVT.getSizeInBits()),
708 DAG.getIntPtrConstant(SmallVT.getSizeInBits()));
769 DAG.getConstant(i * RegVT.getSizeInBits(),
    [all...]
TargetLowering.cpp 379 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());
    [all...]
LegalizeDAG.cpp 320 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()/8
    [all...]
DAGCombiner.cpp 161 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
638 EltVT.getSizeInBits() >= SplatBitSize);
    [all...]
SelectionDAG.cpp 121 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
165 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
858 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
    [all...]
LegalizeTypesGeneric.cpp 105 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/
AArch64ISelLowering.cpp 591 unsigned MemBits = VT.getScalarType().getSizeInBits();
    [all...]
AArch64ISelDAGToDAG.cpp 327 unsigned BitSize = N.getValueType().getSizeInBits();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 524 O << ".param .b" << getPointerTy().getSizeInBits() << " _";
581 sz = thePointerTy.getSizeInBits();
719 if (elemtype.getSizeInBits() < 16) {
755 if (EltVT.getSizeInBits() < 16) {
805 if (EltVT.getSizeInBits() == 64)
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 492 uint64_t getSizeInBits() const {
536 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 369 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
409 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
508 Src->getPrimitiveSizeInBits() < LT.second.getSizeInBits()) {
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 39 (MVT(MVT::i64).getSizeInBits() / 8))) {
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 207 cast<MemSDNode>(Node)->getMemoryVT().getSizeInBits() / 8 <=
Mips16ISelDAGToDAG.cpp 134 switch (SD->getMemoryVT().getSizeInBits()) {
145 switch (SD->getMemoryVT().getSizeInBits()) {
MipsSEISelDAGToDAG.cpp 459 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/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 400 Src->getPrimitiveSizeInBits() >= LT.second.getSizeInBits() &&
401 LT.second.getSizeInBits() == 128 &&
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 118 unsigned UBytes = AVT.getSizeInBits() / 8;
224 unsigned UBytes = AVT.getSizeInBits() / 8;
X86ISelLowering.cpp 83 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)
    [all...]

Completed in 826 milliseconds

1 2 3