Home
last modified time | relevance | path

Searched refs:APSplatBits (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2405 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 DPPCISelLowering.cpp9186 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 DPPCISelLowering.cpp7200 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 DPPCISelLowering.cpp8711 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()