Home
last modified time | relevance | path

Searched refs:CVNegMinus1 (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp191 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
196 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
197 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp191 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
196 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
197 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp191 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
196 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
197 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
200 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9103 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
9108 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
9109 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8966 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
8971 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
8972 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8722 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
8727 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
8728 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
9827 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
9828 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
9827 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
9828 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
9827 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
9828 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10551 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
10556 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
10557 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10583 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
10588 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
10589 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11450 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
11455 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
11456 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12019 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12024 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12025 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12019 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12024 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12025 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12690 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12695 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12696 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12690 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12695 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12696 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12690 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12695 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12696 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12944 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12949 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12950 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12690 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
12695 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
12696 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()

12