/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 901 ARM_AM::ShiftOpc ShiftTy; member 911 ARM_AM::ShiftOpc ShiftTy; member 918 ARM_AM::ShiftOpc ShiftTy; member 3906 CreatePostIdxReg(unsigned RegNum,bool isAdd,ARM_AM::ShiftOpc ShiftTy,unsigned ShiftImm,SMLoc S,SMLoc E,ARMAsmParser & Parser) CreatePostIdxReg() argument 4303 auto ShiftTy = ShiftTyOpt.value(); tryParseShiftRegister() local 5684 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; parsePostIdxReg() local 10494 ARM_AM::ShiftOpc ShiftTy; processInstruction() local 10519 ARM_AM::ShiftOpc ShiftTy; processInstruction() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1327 LLT ShiftTy = MRI.getType(ShiftNo); legalizeFunnelShift() local
|
H A D | AArch64InstructionSelector.cpp | 3063 const LLT ShiftTy = MRI.getType(ShiftReg); select() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5407 auto *ShiftTy = FixedVectorType::get( getArithmeticReductionCost() local 5586 auto *ShiftTy = FixedVectorType::get( getMinMaxReductionCost() local
|
H A D | X86ISelLowering.cpp | 50730 EVT ShiftTy = Shift.getValueType(); foldXorTruncShiftIntoCmp() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2771 SelectShift(const Instruction * I,ARM_AM::ShiftOpc ShiftTy) SelectShift() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 793 genConstMult(SDValue X,APInt C,const SDLoc & DL,EVT VT,EVT ShiftTy,SelectionDAG & DAG) genConstMult() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2024 LLT ShiftTy = MRI.getType(MI.getOperand(0).getReg()); applyCombineMulToShl() local 2619 getMidVTForTruncRightShiftCombine(LLT ShiftTy,LLT TruncTy) getMidVTForTruncRightShiftCombine() argument 6722 LLT ShiftTy = TrueTy.isVector() ? TrueTy.getElementType() : TrueTy; tryFoldSelectOfConstants() local [all...] |
H A D | LegalizerHelper.cpp | 2114 LLT ShiftTy = SrcTy; widenScalarExtract() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3592 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( visitShift() local 5925 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); expandDivFix() local
|
H A D | LegalizeIntegerTypes.cpp | 4715 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); ExpandIntRes_Shift() local
|