Home
last modified time | relevance | path

Searched refs:getMemOperandsWithOffsetWidth (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h72 bool getMemOperandsWithOffsetWidth(
H A DLanaiInstrInfo.cpp796 bool LanaiInstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in LanaiInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp220 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in run()
H A DSIInstrInfo.h251 bool getMemOperandsWithOffsetWidth(
H A DSIInstrInfo.cpp362 bool SIInstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in SIInstrInfo
3830 if (!getMemOperandsWithOffsetWidth(MIa, BaseOps0, Offset0, Offset0IsScalable, in checkInstOffsetsDoNotOverlap()
3832 !getMemOperandsWithOffsetWidth(MIb, BaseOps1, Offset1, Offset1IsScalable, in checkInstOffsetsDoNotOverlap()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h173 bool getMemOperandsWithOffsetWidth(
H A DRISCVInstrInfo.cpp3155 bool RISCVInstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h208 bool getMemOperandsWithOffsetWidth(
H A DHexagonInstrInfo.cpp3076 bool HexagonInstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h445 bool getMemOperandsWithOffsetWidth(
H A DX86InstrInfo.cpp4679 bool X86InstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h677 bool getMemOperandsWithOffsetWidth(
H A DPPCInstrInfo.cpp2860 bool PPCInstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h302 bool getMemOperandsWithOffsetWidth(
H A DAArch64InstrInfo.cpp2979 bool AArch64InstrInfo::getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1549 virtual bool getMemOperandsWithOffsetWidth( in getMemOperandsWithOffsetWidth() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1740 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset()
H A DMachineScheduler.cpp2223 if (TII->getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, in collectMemOpRecords()