Searched refs:STRXpre (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 272 case AArch64::STRXpre: in getMatchingNonSExtOpcode() 348 case AArch64::STRXpre: in getMatchingPairOpcode() 434 return AArch64::STRXpre; in getPreIndexedOpcode() 581 case AArch64::STRXpre: in isPreLdStPairCandidate()
|
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 216 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 | 317 BuildMI(MBB, MBB.end(), DL, get(AArch64::STRXpre)) in insertIndirectBranch() 2293 case AArch64::STRXpre: in hasUnscaledLdStOffset() 2502 case AArch64::STRXpre: in isPairableLdStInst() 3614 case AArch64::STRXpre: in getMemOpInfo() 4040 case AArch64::STRXpre: in getMemScale() 4082 case AArch64::STRXpre: in isPreSt() 9115 MachineInstr *STRXpre = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in buildOutlinedFrame() local 9120 It = MBB.insert(It, STRXpre); in buildOutlinedFrame() 9235 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 | 1287 case AArch64::STRXpre: { in InsertSEH() 1451 NewOpc = AArch64::STRXpre; in convertCalleeSaveRestoreToSPPrePostIncDec()
|
H A D | AArch64SchedOryon.td | 1074 (instrs STRXpre, STRXpost)>;
|
H A D | AArch64InstrInfo.td | 4495 def STRXpre : StorePreIdx<0b11, 0, 0b00, GPR64z, "str", pre_store, i64>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 805 case AArch64::STRXpre: in DecodeSignedLdStInstruction() 900 case AArch64::STRXpre: in DecodeSignedLdStInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 5459 case AArch64::STRXpre: { in validateInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5556 AArch64::STRXpre}; in selectIndexedStore()
|