Home
last modified time | relevance | path

Searched refs:SplatValue (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
984 APInt SplatValue, SplatUndef; in trySelect() local
1026 if (SplatValue.isSignedIntN(10)) { in trySelect()
1027 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1031 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1055 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1064 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1087 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1110 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
984 APInt SplatValue, SplatUndef; in trySelect() local
1026 if (SplatValue.isSignedIntN(10)) { in trySelect()
1027 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1031 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1055 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1064 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1087 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1110 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
984 APInt SplatValue, SplatUndef; in trySelect() local
1026 if (SplatValue.isSignedIntN(10)) { in trySelect()
1027 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1031 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1055 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1064 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1087 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1110 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp473 APInt SplatValue, SplatUndef; in selectVSplat() local
481 Imm = SplatValue; in selectVSplat()
936 APInt SplatValue, SplatUndef; in trySelect() local
978 if (SplatValue.isSignedIntN(10)) { in trySelect()
979 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
983 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1007 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1016 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1038 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1061 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1058 APInt SplatValue, SplatUndef; in trySelect() local
1100 if (SplatValue.isSignedIntN(10)) { in trySelect()
1101 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1105 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1129 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1161 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1184 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1058 APInt SplatValue, SplatUndef; in trySelect() local
1100 if (SplatValue.isSignedIntN(10)) { in trySelect()
1101 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1105 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1129 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1161 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1184 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
246 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
249 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1058 APInt SplatValue, SplatUndef; in trySelect() local
1100 if (SplatValue.isSignedIntN(10)) { in trySelect()
1101 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1105 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1129 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1161 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1184 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1099 if (SplatValue.isSignedIntN(10)) { in trySelect()
1100 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1104 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1128 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1137 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1160 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1183 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp573 APInt SplatValue, SplatUndef;
581 Imm = SplatValue;
1036 APInt SplatValue, SplatUndef;
1078 if (SplatValue.isSignedIntN(10)) {
1079 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL,
1083 } else if (SplatValue.isSignedIntN(16) &&
1107 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1116 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1161 } else if (SplatValue.isSignedIntN(64)) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp573 APInt SplatValue, SplatUndef;
581 Imm = SplatValue;
1018 APInt SplatValue, SplatUndef;
1060 if (SplatValue.isSignedIntN(10)) {
1061 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL,
1065 } else if (SplatValue.isSignedIntN(16) &&
1089 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1098 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1120 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1143 } else if (SplatValue.isSignedIntN(64)) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
529 Imm = SplatValue; in selectVSplat()
1058 APInt SplatValue, SplatUndef; in trySelect() local
1100 if (SplatValue.isSignedIntN(10)) { in trySelect()
1101 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1105 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1129 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1138 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1161 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1184 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp676 APInt SplatValue, SplatUndef; in selectVSplat() local
684 Imm = SplatValue; in selectVSplat()
1222 APInt SplatValue, SplatUndef; in trySelect() local
1264 if (SplatValue.isSignedIntN(10)) { in trySelect()
1265 SDValue Imm = CurDAG->getTargetConstant(SplatValue, DL, in trySelect()
1269 } else if (SplatValue.isSignedIntN(16) && in trySelect()
1293 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1302 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1325 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue(); in trySelect()
1348 } else if (SplatValue.isSignedIntN(64)) { in trySelect()
[all …]
H A DMipsISelDAGToDAG.cpp244 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
248 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
254 if (IsInlineConstant(SplatValue)) in selectVecAddAsVecSubIfProfitable()
257 APInt NegSplatValue = 0 - SplatValue; in selectVecAddAsVecSubIfProfitable()

123456789