Home
last modified time | relevance | path

Searched refs:ShiftAmtVal (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1801 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
1805 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1863 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
1867 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1863 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
1867 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2006 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
2010 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2006 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
2010 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2006 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
2010 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2006 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
2010 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2006 int64_t ShiftAmtVal = MatchData.Imm;
2010 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1615 int64_t ShiftAmtVal = MatchData.Imm; in applyCombineShlOfExtend() local
1619 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7768 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7778 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7782 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7786 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
18414 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
18415 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7614 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7624 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7628 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7632 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
18337 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
18338 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7998 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8008 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8012 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8016 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19187 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19188 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7804 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7814 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7818 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7822 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
18688 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
18689 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7521 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7531 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7535 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7539 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
18169 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
18170 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7998 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8008 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8012 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8016 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19187 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19188 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7998 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8008 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8012 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8016 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19187 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19188 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7804 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7814 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7818 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7822 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
18688 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
18689 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7998 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8008 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8012 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8016 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19187 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19188 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7998 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8008 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8012 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8016 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19187 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19188 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8017 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
8027 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
8031 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
8035 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
19260 SDValue ShiftAmtVal = In.getOperand(1); in reduceBuildVecTruncToBitCast() local
19261 if (!isa<ConstantSDNode>(ShiftAmtVal)) in reduceBuildVecTruncToBitCast()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7252 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7262 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7266 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7270 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7245 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7255 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7259 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7263 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7252 const APInt *&ShiftAmtVal) { in combineShiftOfShiftedLogic() argument
7262 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()
7266 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
7270 if ((*ShiftAmtVal + C1Val).uge(V.getScalarValueSizeInBits())) in combineShiftOfShiftedLogic()