Searched refs:APSplatBits (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9186 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 9190 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 9202 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR() 9205 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR() 9211 (uint32_t)((APSplatBits.getZExtValue() & 0xFFFFFFFF00000000LL) >> 32); in LowerBUILD_VECTOR() 9213 (uint32_t)(APSplatBits.getZExtValue() & 0xFFFFFFFF); in LowerBUILD_VECTOR() 9322 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8711 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 8714 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 8755 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
|