/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StorePairSuppress.cpp | 152 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) && in runOnMachineFunction()
|
D | AArch64InstrInfo.h | 115 bool getMemOperandWithOffset(const MachineInstr &MI,
|
D | AArch64InstrInfo.cpp | 1981 bool AArch64InstrInfo::getMemOperandWithOffset(const MachineInstr &LdSt, in getMemOperandWithOffset() function in AArch64InstrInfo 5817 if (!getMemOperandWithOffset(MI, Base, Offset, &TRI) || !Base->isReg() || in getOutliningCandidateInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 70 bool getMemOperandWithOffset(const MachineInstr &LdSt,
|
D | LanaiInstrInfo.cpp | 798 bool LanaiInstrInfo::getMemOperandWithOffset(const MachineInstr &LdSt, in getMemOperandWithOffset() function in LanaiInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 207 bool getMemOperandWithOffset(const MachineInstr &LdSt,
|
D | HexagonInstrInfo.cpp | 2943 bool HexagonInstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in HexagonInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 294 bool getMemOperandWithOffset(const MachineInstr &LdSt,
|
D | X86InstrInfo.cpp | 3192 bool X86InstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in X86InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 369 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) || in isSuitableMemoryOp()
|
D | MachinePipeliner.cpp | 696 if (TII->getMemOperandWithOffset(LdMI, BaseOp1, Offset1, TRI) && in addLoopCarriedDependences() 697 TII->getMemOperandWithOffset(MI, BaseOp2, Offset2, TRI)) { in addLoopCarriedDependences() 2061 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in computeDelta() 2240 if (!TII->getMemOperandWithOffset(*SI, BaseOpS, OffsetS, TRI) || in isLoopCarriedDep() 2241 !TII->getMemOperandWithOffset(*DI, BaseOpD, OffsetD, TRI)) in isLoopCarriedDep()
|
D | MachineSink.cpp | 767 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in SinkingPreventsImplicitNullCheck()
|
D | TargetInstrInfo.cpp | 1166 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in describeLoadedValue()
|
D | ModuloSchedule.cpp | 916 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in computeDelta()
|
D | MachineScheduler.cpp | 1565 if (TII->getMemOperandWithOffset(*SU->getInstr(), BaseOp, Offset, TRI)) in clusterNeighboringMemOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1244 virtual bool getMemOperandWithOffset(const MachineInstr &MI, in getMemOperandWithOffset() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 184 bool getMemOperandWithOffset(const MachineInstr &LdSt,
|
D | SIMachineScheduler.cpp | 1955 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
|
D | SIInstrInfo.cpp | 261 bool SIInstrInfo::getMemOperandWithOffset(const MachineInstr &LdSt, in getMemOperandWithOffset() function in SIInstrInfo 2533 if (getMemOperandWithOffset(MIa, BaseOp0, Offset0, &RI) && in checkInstOffsetsDoNotOverlap() 2534 getMemOperandWithOffset(MIb, BaseOp1, Offset1, &RI)) { in checkInstOffsetsDoNotOverlap()
|