Home
last modified time | relevance | path

Searched refs:TrueBOSI (Results 1 – 18 of 18) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineSelect.cpp1946 if (auto * TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
1947 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
1948 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
1953 if (auto * TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
1954 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
1955 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1901 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) {
1902 if (TrueBOSI->getCondition() == CondVal) {
1903 TrueBO->setOperand(0, TrueBOSI->getTrueValue());
1908 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) {
1909 if (TrueBOSI->getCondition() == CondVal) {
1910 TrueBO->setOperand(1, TrueBOSI->getTrueValue());
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1969 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
1970 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
1971 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
1976 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
1977 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
1978 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2155 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2156 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2157 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
2162 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2163 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2164 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2711 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2712 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2713 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
2718 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2719 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2720 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2888 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2889 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2890 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
2895 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2896 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2897 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2711 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2712 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2713 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
2718 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2719 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2720 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2903 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2904 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2905 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
2910 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2911 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2912 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2711 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2712 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2713 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
2718 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2719 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2720 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2964 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2965 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2966 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
2971 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2972 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2973 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2940 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2941 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2942 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
2947 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2948 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2949 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2940 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
2941 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2942 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
2947 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
2948 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
2949 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3135 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3136 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3137 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3142 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3143 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3144 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3135 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3136 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3137 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3142 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3143 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3144 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3140 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3141 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3142 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3147 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3148 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3149 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3199 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3200 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3201 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3206 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3207 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3208 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3135 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3136 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3137 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3142 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3143 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3144 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3135 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(0))) { in visitSelectInst() local
3136 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3137 replaceOperand(*TrueBO, 0, TrueBOSI->getTrueValue()); in visitSelectInst()
3142 if (auto *TrueBOSI = dyn_cast<SelectInst>(TrueBO->getOperand(1))) { in visitSelectInst() local
3143 if (TrueBOSI->getCondition() == CondVal) { in visitSelectInst()
3144 replaceOperand(*TrueBO, 1, TrueBOSI->getTrueValue()); in visitSelectInst()