Searched refs:ShTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1981 EVT ShTy = N->getOperand(1).getValueType(); local
1989 NVT, InL, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1994 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, DL, ShTy));
1997 DAG.getConstant(Amt, DL, ShTy)),
1999 DAG.getConstant(-Amt + NVTBits, DL, ShTy)));
2009 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy));
2017 DAG.getConstant(Amt, DL, ShTy)),
2019 DAG.getConstant(-Amt + NVTBits, DL, ShTy)));
2020 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy));
2028 DAG.getConstant(NVTBits - 1, DL, ShTy));
2056 EVT ShTy = Amt.getValueType(); local
2143 EVT ShTy = Amt.getValueType(); local
[all...]
H A DTargetLowering.cpp1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); local
1377 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
1378 ShTy = InnerVT;
1381 TLO.DAG.getConstant(ShAmt, dl, ShTy));
H A DSelectionDAG.cpp1928 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout());
1929 if (OpTy == ShTy || OpTy.isVector()) return Op;
1931 return getZExtOrTrunc(Op, SDLoc(Op), ShTy);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3460 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, argument
3464 Op->RegShiftedReg.ShiftTy = ShTy;
3474 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, argument
3477 Op->RegShiftedImm.ShiftTy = ShTy;

Completed in 303 milliseconds