HomeSort by relevance Sort by last modified time
    Searched refs:SplatBitSize (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 420 unsigned SplatBitSize;
423 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
810 unsigned SplatBitSize;
819 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
824 switch (SplatBitSize) {
MipsSEISelLowering.cpp 604 unsigned SplatBitSize;
607 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
629 unsigned SplatBitSize;
634 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
849 unsigned SplatBitSize;
858 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
860 (SplatBitSize != EltSize) ||
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 633 unsigned SplatBitSize;
636 return (C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
638 EltVT.getSizeInBits() >= SplatBitSize);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 335 milliseconds