HomeSort by: relevance | last modified time | path
    Searched refs:HasAnyUndefs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 238 bool HasAnyUndefs;
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
MipsSEISelDAGToDAG.cpp 523 bool HasAnyUndefs;
525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
1059 bool HasAnyUndefs;
1068 HasAnyUndefs, 8,
MipsSEISelLowering.cpp 542 bool HasAnyUndefs;
544 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
567 bool HasAnyUndefs;
571 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
851 bool HasAnyUndefs;
859 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
2466 bool HasAnyUndefs;
2472 HasAnyUndefs, 8,
2482 if (ResTy.isInteger() && !HasAnyUndefs)
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 2220 bool HasAnyUndefs;
2222 HasAnyUndefs))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6259 bool HasAnyUndefs;
6261 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
7489 bool HasAnyUndefs;
7490 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
13379 bool HasAnyUndefs;
13381 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
13676 bool HasAnyUndefs;
13678 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
13717 bool HasAnyUndefs;
13724 HasAnyUndefs) && !HasAnyUndefs)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1929 /// bits. HasAnyUndefs is set to true if any bits in the vector are
1932 unsigned &SplatBitSize, bool &HasAnyUndefs,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 816 bool HasAnyUndefs;
819 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
823 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,
5324 bool HasAnyUndefs;
5327 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 9039 bool HasAnyUndefs;
9042 HasAnyUndefs, 0, !Subtarget.isLittleEndian());
9146 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) {
9613 bool HasAnyUndefs;
9615 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 9275 bool HasAnyUndefs;
9276 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
10300 bool HasAnyUndefs;
10302 HasAnyUndefs, ElementBits) ||
13580 bool HasAnyUndefs;
13582 HasAnyUndefs, ElemBits) ||
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 10204 bool &HasAnyUndefs,
10243 HasAnyUndefs = (SplatUndef != 0);
DAGCombiner.cpp 5721 bool HasAnyUndefs;
5723 SplatBitSize, HasAnyUndefs);

Completed in 165 milliseconds