Home
last modified time | relevance | path

Searched refs:getMemOperandWithOffset (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp153 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) && in runOnMachineFunction()
H A DAArch64InstrInfo.h100 bool getMemOperandWithOffset(MachineInstr &MI, MachineOperand *&BaseOp,
H A DAArch64InstrInfo.cpp1882 bool AArch64InstrInfo::getMemOperandWithOffset(MachineInstr &LdSt, in getMemOperandWithOffset() function in AArch64InstrInfo
5023 if (!getMemOperandWithOffset(MI, Base, Offset, &TRI) || !Base->isReg() || in getOutliningCandidateInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h71 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
H A DLanaiInstrInfo.cpp797 bool LanaiInstrInfo::getMemOperandWithOffset(MachineInstr &LdSt, in getMemOperandWithOffset() function in LanaiInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h219 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
H A DHexagonInstrInfo.cpp2896 bool HexagonInstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in HexagonInstrInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp365 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) || in isSuitableMemoryOp()
H A DMachinePipeliner.cpp536 if (TII->getMemOperandWithOffset(LdMI, BaseOp1, Offset1, TRI) && in addLoopCarriedDependences()
537 TII->getMemOperandWithOffset(MI, BaseOp2, Offset2, TRI)) { in addLoopCarriedDependences()
2662 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in computeDelta()
3075 if (!TII->getMemOperandWithOffset(*SI, BaseOpS, OffsetS, TRI) || in isLoopCarriedDep()
3076 !TII->getMemOperandWithOffset(*DI, BaseOpD, OffsetD, TRI)) in isLoopCarriedDep()
H A DMachineSink.cpp721 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in SinkingPreventsImplicitNullCheck()
H A DMachineScheduler.cpp1578 if (TII->getMemOperandWithOffset(*SU->getInstr(), BaseOp, Offset, TRI)) in clusterNeighboringMemOps()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h330 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
H A DX86InstrInfo.cpp3221 bool X86InstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in X86InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1141 virtual bool getMemOperandWithOffset(MachineInstr &MI, in getMemOperandWithOffset() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h176 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
H A DSIMachineScheduler.cpp1962 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
H A DSIInstrInfo.cpp268 bool SIInstrInfo::getMemOperandWithOffset(MachineInstr &LdSt, in getMemOperandWithOffset() function in SIInstrInfo
2180 if (getMemOperandWithOffset(MIa, BaseOp0, Offset0, &RI) && in checkInstOffsetsDoNotOverlap()
2181 getMemOperandWithOffset(MIb, BaseOp1, Offset1, &RI)) { in checkInstOffsetsDoNotOverlap()