Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp152 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) && in runOnMachineFunction()
DAArch64InstrInfo.h115 bool getMemOperandWithOffset(const MachineInstr &MI,
DAArch64InstrInfo.cpp1981 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/
DLanaiInstrInfo.h70 bool getMemOperandWithOffset(const MachineInstr &LdSt,
DLanaiInstrInfo.cpp798 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/
DHexagonInstrInfo.h207 bool getMemOperandWithOffset(const MachineInstr &LdSt,
DHexagonInstrInfo.cpp2943 bool HexagonInstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in HexagonInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h294 bool getMemOperandWithOffset(const MachineInstr &LdSt,
DX86InstrInfo.cpp3192 bool X86InstrInfo::getMemOperandWithOffset( in getMemOperandWithOffset() function in X86InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp369 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI) || in isSuitableMemoryOp()
DMachinePipeliner.cpp696 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()
DMachineSink.cpp767 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in SinkingPreventsImplicitNullCheck()
DTargetInstrInfo.cpp1166 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in describeLoadedValue()
DModuloSchedule.cpp916 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, TRI)) in computeDelta()
DMachineScheduler.cpp1565 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/
DTargetInstrInfo.h1244 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/
DSIInstrInfo.h184 bool getMemOperandWithOffset(const MachineInstr &LdSt,
DSIMachineScheduler.cpp1955 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
DSIInstrInfo.cpp261 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()