| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 153 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) && in runOnMachineFunction()
|
| H A D | AArch64InstrInfo.h | 100 bool getMemOperandWithOffset(MachineInstr &MI, MachineOperand *&BaseOp,
|
| H A D | AArch64InstrInfo.cpp | 1882 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 D | LanaiInstrInfo.h | 71 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
|
| H A D | LanaiInstrInfo.cpp | 797 bool LanaiInstrInfo::getMemOperandWithOffset(MachineInstr &LdSt, in getMemOperandWithOffset() function in LanaiInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 219 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
|
| H A D | HexagonInstrInfo.cpp | 2896 bool HexagonInstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in HexagonInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 365 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) || in isSuitableMemoryOp()
|
| H A D | MachinePipeliner.cpp | 536 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 D | MachineSink.cpp | 721 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in SinkingPreventsImplicitNullCheck()
|
| H A D | MachineScheduler.cpp | 1578 if (TII->getMemOperandWithOffset(*SU->getInstr(), BaseOp, Offset, TRI)) in clusterNeighboringMemOps()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 330 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
|
| H A D | X86InstrInfo.cpp | 3221 bool X86InstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in X86InstrInfo
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1141 virtual bool getMemOperandWithOffset(MachineInstr &MI, in getMemOperandWithOffset() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 176 bool getMemOperandWithOffset(MachineInstr &LdSt, MachineOperand *&BaseOp,
|
| H A D | SIMachineScheduler.cpp | 1962 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
|
| H A D | SIInstrInfo.cpp | 268 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()
|