Searched refs:APSplatBits (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 1654 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 1658 if (!BCN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 1663 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR() 2321 APInt APSplatBits, APSplatUndef; in LowerByteImmed() local 2326 if (BCN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerByteImmed() 2329 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerByteImmed()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2405 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 2412 (BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 2414 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 3960 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 3963 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 3967 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7200 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 7203 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 7208 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
|