Searched refs:GLoadStore (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 68 class GLoadStore : public GMemOperation { 169 class GAnyLoad : public GLoadStore { 220 class GStore : public GLoadStore {
|
| H A D | CombinerHelper.h | 819 bool isIndexedLoadStoreLegal(GLoadStore &LdSt) const; 824 bool findPostIndexCandidate(GLoadStore &MI, Register &Addr, Register &Base, 831 bool findPreIndexCandidate(GLoadStore &MI, Register &Addr, Register &Base,
|
| H A D | LegalizerHelper.h | 32 class GLoadStore; variable 329 LegalizeResult reduceLoadStoreWidth(GLoadStore &MI, unsigned TypeIdx,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 108 auto *LdSt1 = dyn_cast<GLoadStore>(&MI1); in aliasIsKnownForLoadStore() 109 auto *LdSt2 = dyn_cast<GLoadStore>(&MI2); in aliasIsKnownForLoadStore() 205 if (const auto *LS = dyn_cast<GLoadStore>(MI)) { in instMayAlias()
|
| H A D | CombinerHelper.cpp | 993 bool CombinerHelper::isIndexedLoadStoreLegal(GLoadStore &LdSt) const { in isIndexedLoadStoreLegal() 1016 bool CombinerHelper::findPostIndexCandidate(GLoadStore &LdSt, Register &Addr, in findPostIndexCandidate() 1079 auto *BasePtrLdSt = dyn_cast<GLoadStore>(&BasePtrUse); in findPostIndexCandidate() 1095 if (auto *UseUseLdSt = dyn_cast<GLoadStore>(&BaseUseUse)) in findPostIndexCandidate() 1112 bool CombinerHelper::findPreIndexCandidate(GLoadStore &LdSt, Register &Addr, in findPreIndexCandidate() 1158 if (auto *UseLdSt = dyn_cast<GLoadStore>(&AddrUse)) { in findPreIndexCandidate() 1264 auto &LdSt = cast<GLoadStore>(MI); in matchCombineIndexedLoadStore() 1580 if (auto *LdSt = dyn_cast<GLoadStore>(&UseMI)) { in matchPtrAddImmedChain() 2696 GLoadStore *LS1 = dyn_cast<GLoadStore>(I1); in matchEqualDefs() 2697 GLoadStore *LS2 = dyn_cast<GLoadStore>(I2); in matchEqualDefs() [all …]
|
| H A D | LegalizerHelper.cpp | 4408 LegalizerHelper::reduceLoadStoreWidth(GLoadStore &LdStMI, unsigned TypeIdx, in reduceLoadStoreWidth() 4642 return reduceLoadStoreWidth(cast<GLoadStore>(MI), TypeIdx, NarrowTy); in fewerElementsVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 730 GLoadStore &LdSt = cast<GLoadStore>(I); in select()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2874 GLoadStore &LdSt = cast<GLoadStore>(I); in select()
|