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

1 23

  /external/llvm/include/llvm/IR/
DebugInfo.h 308 uint64_t getSizeInBits() const { return getUInt64Field(5); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 320 unsigned BitWidth = IntVT.getSizeInBits();
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 300 false, false, MemVT.getSizeInBits() >> 3);
688 VT.getSizeInBits() / 8, 4);
736 VT.getSizeInBits() / 8, 4);
868 if (MemVT.getSizeInBits() == 64) {
    [all...]
AMDGPUISelDAGToDAG.cpp 362 N->getValueType(0).getSizeInBits() != 64 || isInlineImmediate(N))
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 351 unsigned TypeDwordWidth = VT.getSizeInBits() / 32;
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 416 if (LT.second.getSizeInBits() > 128)
818 if (LT.second.getSizeInBits() > 128 && !ST->hasAVX2())
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 649 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
703 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 85 || LocVT.getSizeInBits() == 64) &&
129 assert(LocVT.getSizeInBits() == 32 && "Can't handle non-32 bits locations");
472 unsigned Offset = 4-std::max(1U, VA.getValVT().getSizeInBits()/8);
603 unsigned ValSize = VA.getValVT().getSizeInBits() / 8;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 396 unsigned Size = IVT.getSizeInBits();
403 if (MVT(Other.TypeVec[i]).getSizeInBits() < Size) {
417 unsigned Size = IVT.getSizeInBits();
424 if (MVT(TypeVec[i]).getSizeInBits() > Size) {
    [all...]
IntrinsicEmitter.cpp 265 unsigned BitWidth = MVT(VT).getSizeInBits();
CodeGenRegisters.cpp 715 SpillSize = Size ? Size : MVT(VTs[0]).getSizeInBits();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 679 int ShiftAmount = VT.getSizeInBits() / 16;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 1972 milliseconds

1 23