Home
last modified time | relevance | path

Searched refs:IsInnerShl (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 DInstCombineShifts.cpp91 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
92 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
111 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
206 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
218 if (IsInnerShl) { in foldShiftedShift()
231 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
243 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp83 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
84 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
103 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
198 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
210 if (IsInnerShl) { in foldShiftedShift()
222 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
234 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp83 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl;
84 if (IsInnerShl == IsOuterShl)
103 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt;
198 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl;
210 if (IsInnerShl) {
222 if (IsInnerShl == IsOuterShl) {
234 APInt Mask = IsInnerShl
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp131 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
132 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
151 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
246 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
258 if (IsInnerShl) { in foldShiftedShift()
270 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
282 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp438 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
439 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
458 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
528 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
540 if (IsInnerShl) { in foldShiftedShift()
552 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
564 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp436 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
437 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
456 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
551 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
563 if (IsInnerShl) { in foldShiftedShift()
575 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
587 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp435 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
436 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
455 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
550 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
562 if (IsInnerShl) { in foldShiftedShift()
574 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
586 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp436 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
437 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
456 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
551 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
563 if (IsInnerShl) { in foldShiftedShift()
575 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
587 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp435 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
436 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
455 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
550 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
562 if (IsInnerShl) { in foldShiftedShift()
574 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
586 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp436 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
437 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
456 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
551 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
563 if (IsInnerShl) { in foldShiftedShift()
575 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
587 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
546 if (IsInnerShl) { in foldShiftedShift()
558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
570 APInt Mask = IsInnerShl in foldShiftedShift()