Home
last modified time | relevance | path

Searched refs:SubIsOnLHS (Results 1 – 16 of 16) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCasts.cpp526 bool SubIsOnLHS; in narrowRotate() local
532 SubIsOnLHS = true; in narrowRotate()
537 SubIsOnLHS = false; in narrowRotate()
564 Value* NarrowShAmt0 = SubIsOnLHS ? MaskedNegShAmt : MaskedShAmt; in narrowRotate()
565 Value* NarrowShAmt1 = SubIsOnLHS ? MaskedShAmt : MaskedNegShAmt; in narrowRotate()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp519 bool SubIsOnLHS;
525 SubIsOnLHS = true;
529 SubIsOnLHS = false;
555 Value *NarrowShAmt0 = SubIsOnLHS ? MaskedNegShAmt : MaskedShAmt;
556 Value *NarrowShAmt1 = SubIsOnLHS ? MaskedShAmt : MaskedNegShAmt;
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp548 bool SubIsOnLHS = false; in narrowRotate() local
551 SubIsOnLHS = true; in narrowRotate()
569 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
570 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp1945 bool SubIsOnLHS = false; in matchRotate() local
1948 SubIsOnLHS = true; in matchRotate()
1953 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
1954 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp549 bool SubIsOnLHS = false; in narrowRotate() local
552 SubIsOnLHS = true; in narrowRotate()
570 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
571 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp1849 bool SubIsOnLHS = false; in matchRotate() local
1852 SubIsOnLHS = true; in matchRotate()
1857 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
1858 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp554 bool SubIsOnLHS = false; in narrowRotate() local
557 SubIsOnLHS = true; in narrowRotate()
575 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
576 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp2130 bool SubIsOnLHS = false; in matchRotate() local
2133 SubIsOnLHS = true; in matchRotate()
2138 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
2139 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp549 bool SubIsOnLHS = false; in narrowRotate() local
552 SubIsOnLHS = true; in narrowRotate()
570 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
571 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp2074 bool SubIsOnLHS = false; in matchRotate() local
2077 SubIsOnLHS = true; in matchRotate()
2082 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
2083 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp554 bool SubIsOnLHS = false; in narrowRotate() local
557 SubIsOnLHS = true; in narrowRotate()
575 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
576 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp2131 bool SubIsOnLHS = false; in matchRotate() local
2134 SubIsOnLHS = true; in matchRotate()
2139 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
2140 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp549 bool SubIsOnLHS = false; in narrowRotate() local
552 SubIsOnLHS = true; in narrowRotate()
570 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
571 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp2074 bool SubIsOnLHS = false; in matchRotate() local
2077 SubIsOnLHS = true; in matchRotate()
2082 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
2083 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp549 bool SubIsOnLHS = false; in narrowRotate() local
552 SubIsOnLHS = true; in narrowRotate()
570 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
571 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp2074 bool SubIsOnLHS = false; in matchRotate() local
2077 SubIsOnLHS = true; in matchRotate()
2082 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()
2083 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()