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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 484 unsigned SplatBitSize;
487 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
876 unsigned SplatBitSize;
885 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
890 switch (SplatBitSize) {
    [all...]
MipsSEISelLowering.cpp 607 unsigned SplatBitSize;
610 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
632 unsigned SplatBitSize;
637 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
852 unsigned SplatBitSize;
861 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
863 (SplatBitSize != EltSize) ||
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 701 unsigned SplatBitSize;
704 return (C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
706 EltVT.getSizeInBits() >= SplatBitSize);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 768 milliseconds