Home
last modified time | relevance | path

Searched defs:ShlAmt (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1274 unsigned ShlAmt = ShlOp1.getZExtValue(); simplifyShrShlDemandedBits() local
[all...]
H A DInstCombineShifts.cpp1595 unsigned ShlAmt = ShOp1->getZExtValue(); visitAShr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1999 int ShlAmt = VT.getSizeInBits() - 1 - IPM.Bit; expandSelectBoolean() local
H A DSystemZISelLowering.cpp6684 if (auto *ShlAmt = dyn_cast<ConstantSDNode>(Inner.getOperand(1))) { combineSIGN_EXTEND() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3143 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; ConstantFoldScalarCall3() local
H A DScalarEvolution.cpp7979 const APInt &ShlAmt = ShlAmtCI->getValue(); createSCEV() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4107 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 DX86ISelDAGToDAG.cpp2698 SDValue ShlAmt = Src.getOperand(1); matchAddressRecursively() local
H A DX86ISelLowering.cpp11185 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 DAArch64ISelDAGToDAG.cpp4306 APInt ShlAmt, ShrAmt; trySelectXAR() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2855 __anond675f3350302(ISD::NodeType NT, SDValue X, SDValue Y, unsigned ShlAmt) SimplifyDemandedBits() argument
H A DDAGCombiner.cpp27312 SDValue ShlAmt = SimplifySelectCC() local
[all...]