/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 875 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 D | AArch64LegalizerInfo.cpp | 1251 LLT ShiftTy = MRI.getType(ShiftNo); legalizeFunnelShift() local
|
H A D | AArch64InstructionSelector.cpp | 3105 const LLT ShiftTy = MRI.getType(ShiftReg); select() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5276 auto *ShiftTy = FixedVectorType::get( getArithmeticReductionCost() local 5455 auto *ShiftTy = FixedVectorType::get( getMinMaxReductionCost() local
|
H A D | X86ISelLowering.cpp | 49534 EVT ShiftTy = Shift.getValueType(); foldXorTruncShiftIntoCmp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2771 ARM_AM::ShiftOpc ShiftTy) { in SelectShift() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5041 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 D | SelectionDAGBuilder.cpp | 3397 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( visitShift() local 5689 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); expandDivFix() local
|
H A D | LegalizeIntegerTypes.cpp | 4585 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); ExpandIntRes_Shift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1871 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 D | LegalizerHelper.cpp | 2065 LLT ShiftTy = SrcTy; widenScalarExtract() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 786 genConstMult(SDValue X,APInt C,const SDLoc & DL,EVT VT,EVT ShiftTy,SelectionDAG & DAG) genConstMult() argument
|