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

12 3

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 412 if (LoadTy.getSizeInBits() != CastTy.getSizeInBits())
415 unsigned LScalarSize = LoadTy.getScalarType().getSizeInBits();
416 unsigned CastScalarSize = CastTy.getScalarType().getSizeInBits();
439 return Dest.bitsLT(Source) && (Dest.getSizeInBits() % 32 == 0);
475 return SrcVT.getSizeInBits() > 32 && DestVT.getSizeInBits() == 32;
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 116 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()),
665 uint64_t Used = allOnes(Op.getValueType().getSizeInBits());
771 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits();
783 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits();
797 unsigned BitSize = N.getValueType().getSizeInBits();
824 unsigned BitSize = N.getValueType().getSizeInBits();
    [all...]
SystemZISelLowering.cpp 379 unsigned FromBits = FromVT.getSizeInBits();
380 unsigned ToBits = ToVT.getSizeInBits();
723 int FI = MFI->CreateFixedObject(LocVT.getSizeInBits() / 8,
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
113 return "i" + utostr(getSizeInBits());
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 748 uint64_t getSizeInBits() const { return Size; }
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 716 unsigned BitWidth = VT.getSizeInBits();
717 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 146 unsigned Size = NVT.getSizeInBits();
189 unsigned LSize = LVT.getSizeInBits();
190 unsigned RSize = RVT.getSizeInBits();
199 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits();
    [all...]
FastISel.cpp 214 uint32_t IntBitWidth = IntVT.getSizeInBits();
    [all...]
SelectionDAGBuilder.cpp 118 unsigned PartBits = PartVT.getSizeInBits();
119 unsigned ValueBits = ValueVT.getSizeInBits();
160 DAG.getConstant(Lo.getValueType().getSizeInBits(),
179 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
212 if (PartEVT.getSizeInBits() == ValueVT.getSizeInBits())
304 if (ValueVT.getSizeInBits() == PartEVT.getSizeInBits())
318 if (PartEVT.getSizeInBits() == ValueVT.getSizeInBits() &
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 770 DAG.getIntPtrConstant(VT.getSizeInBits() / 8));
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
Analysis.cpp 248 TLI.getPointerTy().getSizeInBits() ==
256 TLI.getPointerTy().getSizeInBits() ==
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMCallingConv.h 237 unsigned Size = LocVT.getSizeInBits() / 8;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 796 return Ty.getSizeInBits();
803 return Ty.getSizeInBits();
810 return Ty.getSizeInBits();
815 return BaseType.getSizeInBits();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 427 unsigned baseBits = BVT.getScalarType().getSizeInBits();
428 unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().getSizeInBits() : 1;
507 unsigned bitsize = OVT.getScalarType().getSizeInBits();
SIISelLowering.cpp 351 unsigned TypeDwordWidth = VT.getSizeInBits() / 32;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 427 unsigned baseBits = BVT.getScalarType().getSizeInBits();
428 unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().getSizeInBits() : 1;
507 unsigned bitsize = OVT.getScalarType().getSizeInBits();
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 733 O << ".param .b" << TLI->getPointerTy().getSizeInBits()
759 unsigned sz = elemtype.getSizeInBits();
    [all...]
NVPTXISelDAGToDAG.cpp 438 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits());
664 unsigned FromTypeWidth = std::max(8U, ScalarVT.getSizeInBits());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 572 unsigned ExtendTySize = ExtendTy.getSizeInBits();
796 C &= ((uint64_t)-1) >> (64 - VT.getSizeInBits());
851 unsigned EltSize = Ty.getVectorElementType().getSizeInBits();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 169 return getValueType().getSizeInBits();
173 return getValueType().getScalarType().getSizeInBits();
659 /// getValueSizeInBits - Returns MVT::getSizeInBits(getValueType(ResNo)).
662 return getValueType(ResNo).getSizeInBits();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 497 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 181 unsigned getSizeInBits() const { return Bitwidth; }
1073 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
    [all...]

Completed in 3698 milliseconds

12 3