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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 901 BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Node);
906 EVT ResVecTy = BVN->getValueType(0);
909 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
912 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp     [all...]
MipsSEISelLowering.cpp 556 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N);
558 if (!BVN)
567 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 619 milliseconds