Searched defs:ShTy (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6505 LLT ShTy = MRI.getType(Z); lowerFunnelShiftWithInverse() local 6544 LLT ShTy = MRI.getType(Z); lowerFunnelShiftAsShifts() local 6603 LLT ShTy = MRI.getType(MI.getOperand(3).getReg()); lowerFunnelShift() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3047 EVT ShTy = Amt.getValueType(); ExpandShiftWithKnownAmountBit() local 3134 EVT ShTy = Amt.getValueType(); ExpandShiftWithUnknownAmountBit() local [all...] |
H A D | SelectionDAG.cpp | 2407 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); getShiftAmountOperand() local
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 3716 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftReg,unsigned ShiftImm,SMLoc S,SMLoc E,ARMAsmParser & Parser) CreateShiftedRegister() argument 3730 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftImm,SMLoc S,SMLoc E,ARMAsmParser & Parser) CreateShiftedImmediate() argument
|