Home
last modified time | relevance | path

Searched refs:SarConst (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp34089 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
34092 if (SarConst.isNegative()) in combineShiftRightArithmetic()
34104 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
34105 if (SarConst == 0) in combineShiftRightArithmetic()
34107 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
34109 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
34112 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp35575 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
35578 if (SarConst.isNegative()) in combineShiftRightArithmetic()
35590 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
35591 if (SarConst == 0) in combineShiftRightArithmetic()
35593 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
35595 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
35598 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp37706 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
37709 if (SarConst.isNegative()) in combineShiftRightArithmetic()
37721 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
37722 if (SarConst == 0) in combineShiftRightArithmetic()
37724 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
37726 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
37729 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp39445 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
39448 if (SarConst.isNegative()) in combineShiftRightArithmetic()
39460 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
39461 if (SarConst == 0) in combineShiftRightArithmetic()
39463 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
39465 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
39468 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39427 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
39430 if (SarConst.isNegative()) in combineShiftRightArithmetic()
39442 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
39443 if (SarConst == 0) in combineShiftRightArithmetic()
39445 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
39447 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
39450 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39445 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
39448 if (SarConst.isNegative()) in combineShiftRightArithmetic()
39460 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
39461 if (SarConst == 0) in combineShiftRightArithmetic()
39463 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
39465 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
39468 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42634 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
42637 if (SarConst.isNegative()) in combineShiftRightArithmetic()
42649 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
42650 if (SarConst == 0) in combineShiftRightArithmetic()
42652 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
42654 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
42657 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43715 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43718 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43730 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43731 if (SarConst == 0) in combineShiftRightArithmetic()
43733 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43735 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43738 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41821 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
41824 if (SarConst.isNegative()) in combineShiftRightArithmetic()
41836 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
41837 if (SarConst == 0) in combineShiftRightArithmetic()
41839 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
41841 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
41844 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp43715 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43718 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43730 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43731 if (SarConst == 0) in combineShiftRightArithmetic()
43733 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43735 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43738 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43016 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43019 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43031 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43032 if (SarConst == 0) in combineShiftRightArithmetic()
43034 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43036 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43039 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp41850 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
41853 if (SarConst.isNegative()) in combineShiftRightArithmetic()
41865 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
41866 if (SarConst == 0) in combineShiftRightArithmetic()
41868 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
41870 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
41873 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43709 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43712 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43724 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43725 if (SarConst == 0) in combineShiftRightArithmetic()
43727 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43729 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43732 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43715 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43718 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43730 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43731 if (SarConst == 0) in combineShiftRightArithmetic()
43733 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43735 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43738 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43016 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43019 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43031 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43032 if (SarConst == 0) in combineShiftRightArithmetic()
43034 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43036 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43039 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43715 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43718 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43730 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43731 if (SarConst == 0) in combineShiftRightArithmetic()
43733 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43735 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43738 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44813 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
44816 if (SarConst.isNegative()) in combineShiftRightArithmetic()
44828 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
44829 if (SarConst == 0) in combineShiftRightArithmetic()
44831 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
44833 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
44836 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()