Searched defs:OffsetImm (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 777 int64_t OffsetImm; mergeNarrowZeroStores() local 1024 int OffsetImm = AArch64InstrInfo::getLdStOffsetOp(*RtMI).getImm(); mergePairedInsns() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 578 OffsetImm = MI->getOperand(2).getImm(); in ReduceLoadStore() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3535 int64_t OffsetImm = 0; foldFrameOffset() local 3649 isImmInstrEligibleForFolding(MachineInstr & MI,unsigned & ToBeDeletedReg,unsigned & XFormOpcode,int64_t & OffsetImm,ImmInstrInfo & III) const isImmInstrEligibleForFolding() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 889 const MCExpr *OffsetImm; // Offset immediate value member 3887 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,ARMAsmParser & Parser,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 441 const MachineOperand *OffsetImm = getMemOperandsWithOffsetWidth() local
|