Home
last modified time | relevance | path

Searched defs:ShTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2827 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 DSelectionDAG.cpp2367 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); getShiftAmountOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6221 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 DARMAsmParser.cpp3636 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