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

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 884 BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Node);
889 EVT ResVecTy = BVN->getValueType(0);
892 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
895 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
    [all...]
MipsSEISelLowering.cpp 626 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N);
628 if (!BVN)
637 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 115 milliseconds