/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 181 const unsigned ShiftImm = in expandAtomicCmpSwapSubword() local 557 const unsigned ShiftImm = SEOp == Mips::SEH ? 16 : 24; expandAtomicBinOpSubword() local
|
H A D | MipsISelLowering.cpp | 1650 int64_t ShiftImm = 32 - (Size * 8); emitSignExtendToI32InReg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1343 unsigned ShiftImm; emitAddSub_ri() local 1383 emitAddSub_rs(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ShiftType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rs() argument 1425 emitAddSub_rx(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ExtType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rx() argument 1576 emitSubs_rs(MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ShiftType,uint64_t ShiftImm,bool WantResult) emitSubs_rs() argument 1706 emitLogicalOp_rs(unsigned ISDOpc,MVT RetVT,unsigned LHSReg,unsigned RHSReg,uint64_t ShiftImm) emitLogicalOp_rs() argument [all...] |
H A D | AArch64ISelDAGToDAG.cpp | 2395 uint64_t ShiftImm; isBitfieldExtractOpFromSExtInReg() local 2526 uint64_t ShiftImm; tryBitfieldExtractOpFromSExt() local [all...] |
H A D | AArch64ISelLowering.cpp | 21066 unsigned ShiftImm = N->getConstantOperandVal(1); performVectorShiftCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 866 unsigned ShiftImm; // shift for OffsetReg. global() member 876 unsigned ShiftImm; global() member 888 unsigned ShiftImm; global() member 894 unsigned ShiftImm; global() member 3637 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftReg,unsigned ShiftImm,SMLoc S,SMLoc E) CreateShiftedRegister() argument 3651 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy,unsigned SrcReg,unsigned ShiftImm,SMLoc S,SMLoc E) CreateShiftedImmediate() argument 3801 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument 3819 CreatePostIdxReg(unsigned RegNum,bool isAdd,ARM_AM::ShiftOpc ShiftTy,unsigned ShiftImm,SMLoc S,SMLoc E) CreatePostIdxReg() argument 5514 unsigned ShiftImm = 0; parsePostIdxReg() local 5850 unsigned ShiftImm = 0; parseMemory() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 832 unsigned ShiftImm = DefMI->getOperand(3).getImm(); simplifyCode() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2783 unsigned ShiftImm; in SelectShift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 941 unsigned Size, ShiftImm; in getMVEShiftImmOpValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1844 std::optional<int64_t> ShiftImm = getVectorShiftImm(Reg, MRI); getVectorSHLImm() local 2389 int64_t ShiftImm; earlySelect() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4349 int64_t ShiftImm; matchBitfieldExtractFromSExtInReg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6705 const APInt &ShiftImm = N2C->getAPIntValue(); getNode() local
|