Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp147 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in matchAArch64MulConstCombine() local
148 if (TrailingZeroes) { in matchAArch64MulConstCombine()
165 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine()
204 if (NegateResult && TrailingZeroes) in matchAArch64MulConstCombine()
214 assert(!(NegateResult && TrailingZeroes) && in matchAArch64MulConstCombine()
222 if (TrailingZeroes) { in matchAArch64MulConstCombine()
223 B.buildShl(DstReg, Res, B.buildConstant(LLT::scalar(64), TrailingZeroes)); in matchAArch64MulConstCombine()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp945 unsigned TrailingZeroes = ArrayBound - NonzeroLength; in EmitArrayConstant() local
946 if (TrailingZeroes >= 8) { in EmitArrayConstant()
964 FillerType = llvm::ArrayType::get(FillerType, TrailingZeroes); in EmitArrayConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9781 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() local
9782 if (TrailingZeroes) { in performMulCombine()
9796 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()
9843 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
9849 if (TrailingZeroes) in performMulCombine()
9851 DAG.getConstant(TrailingZeroes, DL, MVT::i64)); in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11643 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() local
11644 if (TrailingZeroes) { in performMulCombine()
11658 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine()
11705 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
11711 if (TrailingZeroes) in performMulCombine()
11713 DAG.getConstant(TrailingZeroes, DL, MVT::i64)); in performMulCombine()