Searched defs:ShTy (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2827 EVT ShTy = N->getOperand(1).getValueType(); ExpandShiftByConstant() local 2902 EVT ShTy = Amt.getValueType(); ExpandShiftWithKnownAmountBit() local 2989 EVT ShTy = Amt.getValueType(); ExpandShiftWithUnknownAmountBit() local [all...] |
H A D | SelectionDAG.cpp | 2367 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); getShiftAmountOperand() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6221 LLT ShTy = MRI.getType(Z); lowerFunnelShiftWithInverse() local 6260 LLT ShTy = MRI.getType(Z); lowerFunnelShiftAsShifts() local 6319 LLT ShTy = MRI.getType(MI.getOperand(3).getReg()); lowerFunnelShift() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 3636 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftReg,unsigned ShiftImm,SMLoc S,SMLoc E) CreateShiftedRegister() argument 3650 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftImm,SMLoc S,SMLoc E) CreateShiftedImmediate() argument
|