Searched defs:ShlAmt (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1274 unsigned ShlAmt = ShlOp1.getZExtValue(); simplifyShrShlDemandedBits() local [all...] |
H A D | InstCombineShifts.cpp | 1595 unsigned ShlAmt = ShOp1->getZExtValue(); visitAShr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1999 int ShlAmt = VT.getSizeInBits() - 1 - IPM.Bit; expandSelectBoolean() local
|
H A D | SystemZISelLowering.cpp | 6684 if (auto *ShlAmt = dyn_cast<ConstantSDNode>(Inner.getOperand(1))) { combineSIGN_EXTEND() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 3143 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; ConstantFoldScalarCall3() local
|
H A D | ScalarEvolution.cpp | 7979 const APInt &ShlAmt = ShlAmtCI->getValue(); createSCEV() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4107 Register ShlSrc, ShlAmt, LShrSrc, LShrAmt, Amt; matchOrShiftToFunnelShift() local 4421 int64_t ShlAmt; matchBitfieldExtractFromShr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2698 SDValue ShlAmt = Src.getOperand(1); matchAddressRecursively() local
|
H A D | X86ISelLowering.cpp | 11185 unsigned ShlAmt = RotateAmt; lowerShuffleAsBitRotate() local 29909 uint64_t ShlAmt = IsROTL ? RotAmt : (EltSizeInBits - RotAmt); LowerRotate() local 45326 SDValue ShlAmt = getConstVector(ShlVals, VT.getSimpleVT(), DAG, DL); combineSelect() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 4306 APInt ShlAmt, ShrAmt; trySelectXAR() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2855 __anond675f3350302(ISD::NodeType NT, SDValue X, SDValue Y, unsigned ShlAmt) SimplifyDemandedBits() argument
|
H A D | DAGCombiner.cpp | 27312 SDValue ShlAmt = SimplifySelectCC() local [all...] |