Home
last modified time | relevance | path

Searched refs:NegateResult (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp171 bool NegateResult = false; in matchAArch64MulConstCombine() local
199 NegateResult = true; in matchAArch64MulConstCombine()
204 if (NegateResult && TrailingZeroes) in matchAArch64MulConstCombine()
214 assert(!(NegateResult && TrailingZeroes) && in matchAArch64MulConstCombine()
217 if (NegateResult) { in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9802 bool NegateResult = false; in performMulCombine() local
9830 NegateResult = true; in performMulCombine()
9843 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
9846 if (NegateResult) in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11664 bool NegateResult = false; in performMulCombine() local
11692 NegateResult = true; in performMulCombine()
11705 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
11708 if (NegateResult) in performMulCombine()