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

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 874 BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Node);
879 EVT ResVecTy = BVN->getValueType(0);
882 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
885 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/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 223 milliseconds