Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp875 ARM_AM::ShiftOpc ShiftTy; global() member
885 ARM_AM::ShiftOpc ShiftTy; global() member
892 ARM_AM::ShiftOpc ShiftTy; global() member
3818 CreatePostIdxReg(unsigned RegNum,bool isAdd,ARM_AM::ShiftOpc ShiftTy,unsigned ShiftImm,SMLoc S,SMLoc E) CreatePostIdxReg() argument
4137 ARM_AM::ShiftOpc ShiftTy = StringSwitch<ARM_AM::ShiftOpc>(lowerCase) tryParseShiftRegister() local
5513 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; parsePostIdxReg() local
10302 ARM_AM::ShiftOpc ShiftTy; processInstruction() local
10327 ARM_AM::ShiftOpc ShiftTy; processInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1251 LLT ShiftTy = MRI.getType(ShiftNo); legalizeFunnelShift() local
H A DAArch64InstructionSelector.cpp3105 const LLT ShiftTy = MRI.getType(ShiftReg); select() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5276 auto *ShiftTy = FixedVectorType::get( getArithmeticReductionCost() local
5455 auto *ShiftTy = FixedVectorType::get( getMinMaxReductionCost() local
H A DX86ISelLowering.cpp49534 EVT ShiftTy = Shift.getValueType(); foldXorTruncShiftIntoCmp() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2771 ARM_AM::ShiftOpc ShiftTy) { in SelectShift() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5041 EVT ShiftTy = SimplifySetCC() local
5068 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); SimplifySetCC() local
10238 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); expandFixedPointMul() local
10335 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); expandFixedPointDiv() local
H A DSelectionDAGBuilder.cpp3397 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( visitShift() local
5689 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); expandDivFix() local
H A DLegalizeIntegerTypes.cpp4585 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); ExpandIntRes_Shift() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1871 LLT ShiftTy = MRI.getType(MI.getOperand(0).getReg()); applyCombineMulToShl() local
2489 getMidVTForTruncRightShiftCombine(LLT ShiftTy,LLT TruncTy) getMidVTForTruncRightShiftCombine() argument
6445 LLT ShiftTy = TrueTy.isVector() ? TrueTy.getElementType() : TrueTy; tryFoldSelectOfConstants() local
H A DLegalizerHelper.cpp2065 LLT ShiftTy = SrcTy; widenScalarExtract() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp786 genConstMult(SDValue X,APInt C,const SDLoc & DL,EVT VT,EVT ShiftTy,SelectionDAG & DAG) genConstMult() argument