Searched refs:STRXpre (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 270 case AArch64::STRXpre: in getMatchingNonSExtOpcode() 346 case AArch64::STRXpre: in getMatchingPairOpcode() 432 return AArch64::STRXpre; in getPreIndexedOpcode() 579 case AArch64::STRXpre: in isPreLdStPairCandidate()
|
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 215 Opc = IsPaired ? AArch64::STPXpre : AArch64::STRXpre; in emitStore()
|
| H A D | AArch64SchedThunderX2T99.td | 1044 (instrs STRXpre, STRXpost)>; 1046 (instrs STRXpre, STRXpost)>; 1048 (instrs STRXpre, STRXpost)>; 1050 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64InstrInfo.cpp | 315 BuildMI(MBB, MBB.end(), DL, get(AArch64::STRXpre)) in insertIndirectBranch() 2272 case AArch64::STRXpre: in hasUnscaledLdStOffset() 2481 case AArch64::STRXpre: in isPairableLdStInst() 3710 case AArch64::STRXpre: in getMemOpInfo() 4012 case AArch64::STRXpre: in getMemScale() 4054 case AArch64::STRXpre: in isPreSt() 9036 MachineInstr *STRXpre = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in buildOutlinedFrame() local 9041 It = MBB.insert(It, STRXpre); in buildOutlinedFrame() 9156 Save = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in insertOutlinedCall()
|
| H A D | AArch64SchedA64FX.td | 1202 (instrs STRXpre, STRXpost)>; 1204 (instrs STRXpre, STRXpost)>; 1206 (instrs STRXpre, STRXpost)>; 1208 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64SchedThunderX3T110.td | 1167 (instrs STRXpre, STRXpost)>; 1169 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64SchedA57.td | 688 def : InstRW<[WriteAdr, A57Write_1cyc_1I_1S, ReadAdrBase], (instrs STRXpre)>;
|
| H A D | AArch64FrameLowering.cpp | 1231 case AArch64::STRXpre: { in InsertSEH() 1358 NewOpc = AArch64::STRXpre; in convertCalleeSaveRestoreToSPPrePostIncDec()
|
| H A D | AArch64InstrInfo.td | 4202 def STRXpre : StorePreIdx<0b11, 0, 0b00, GPR64z, "str", pre_store, i64>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1238 case AArch64::STRXpre: in DecodeSignedLdStInstruction() 1331 case AArch64::STRXpre: in DecodeSignedLdStInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5376 case AArch64::STRXpre: { in validateInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5760 AArch64::STRXpre}; in selectIndexedStore()
|