Home
last modified time | relevance | path

Searched refs:getMemOpInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h161 static bool getMemOpInfo(unsigned Opcode, TypeSize &Scale, unsigned &Width,
DAArch64InstrInfo.cpp2645 if (!getMemOpInfo(LdSt.getOpcode(), Scale, Width, Dummy1, Dummy2)) in getMemOperandWithOffsetWidth()
2675 bool AArch64InstrInfo::getMemOpInfo(unsigned Opcode, TypeSize &Scale, in getMemOpInfo() function in AArch64InstrInfo
4694 if (!AArch64InstrInfo::getMemOpInfo(MI.getOpcode(), ScaleValue, Width, MinOff, in isAArch64FrameOffsetLegal()
4714 !AArch64InstrInfo::getMemOpInfo(*UnscaledOp, ScaleValue, Width, MinOff, in isAArch64FrameOffsetLegal()
7386 getMemOpInfo(MI.getOpcode(), Scale, DummyWidth, MinOffset, MaxOffset); in getOutliningCandidateInfo()
7859 getMemOpInfo(MI.getOpcode(), Scale, Width, Dummy1, Dummy2); in fixupPostOutline()
DAArch64FrameLowering.cpp1170 bool Success = static_cast<const AArch64InstrInfo *>(TII)->getMemOpInfo( in convertCalleeSaveRestoreToSPPrePostIncDec()