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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1940 /// If passed a non-null UndefElements bitvector, it will resize it to match
1943 BitVector *UndefElements = nullptr) const;
1947 /// If passed a non-null UndefElements bitvector, it will resize it to match
1949 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
1959 /// non-null UndefElements bitvector, it will resize it to match the original
1964 BitVector *UndefElements = nullptr) const;
1972 /// If passed a non-null UndefElements bitvector, it will resize it to match
1976 BitVector *UndefElements = nullptr) const;
1982 /// If passed a non-null UndefElements bitvector, it will resize it to match
1986 BitVector *UndefElements = nullptr) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1806 BitVector UndefElements;
1807 SDValue Splat = BV->getSplatValue(&UndefElements);
1816 if (UndefElements[MaskVec[i] - Offset]) {
1822 if (!UndefElements[i])
1880 BitVector UndefElements;
1881 SDValue Splat = BV->getSplatValue(&UndefElements);
1891 if (Splat && UndefElements.none()) {
9508 BitVector UndefElements;
9509 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements);
9513 if (CN && (UndefElements.none() || AllowUndefs))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 12427 BitVector UndefElements;
12430 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1);
12501 BitVector UndefElements;
12503 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 15478 BitVector UndefElements;
15480 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33);
15536 BitVector UndefElements;
15538 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 5335 BitVector UndefElements;
5336 SDValue Splat = BVN->getSplatValue(&UndefElements);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 8838 BitVector UndefElements;
8840 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) {
8884 unsigned NumUndefElts = UndefElements.count();
8950 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64)))
    [all...]

Completed in 118 milliseconds