Searched refs:STRXpre (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 271 case AArch64::STRXpre: in getMatchingNonSExtOpcode() 345 case AArch64::STRXpre: in getMatchingPairOpcode() 429 return AArch64::STRXpre; in getPreIndexedOpcode() 576 case AArch64::STRXpre: in isPreLdStPairCandidate()
|
| 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 | 2200 case AArch64::STRXpre: in hasUnscaledLdStOffset() 2408 case AArch64::STRXpre: in isPairableLdStInst() 2849 case AArch64::STRXpre: in getMemOpInfo() 3143 case AArch64::STRXpre: in getMemScale() 3184 case AArch64::STRXpre: in isPreSt() 7993 MachineInstr *STRXpre = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in buildOutlinedFrame() local 7998 It = MBB.insert(It, STRXpre); in buildOutlinedFrame() 8122 Save = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in insertOutlinedCall()
|
| H A D | AArch64SchedA64FX.td | 1203 (instrs STRXpre, STRXpost)>; 1205 (instrs STRXpre, STRXpost)>; 1207 (instrs STRXpre, STRXpost)>; 1209 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64SchedThunderX3T110.td | 1167 (instrs STRXpre, STRXpost)>; 1169 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64FrameLowering.cpp | 1032 case AArch64::STRXpre: { in InsertSEH() 1133 NewOpc = AArch64::STRXpre; in convertCalleeSaveRestoreToSPPrePostIncDec()
|
| H A D | AArch64SchedA57.td | 688 def : InstRW<[WriteAdr, A57Write_1cyc_1I_1S, ReadAdrBase], (instrs STRXpre)>;
|
| H A D | AArch64InstrInfo.td | 3860 def STRXpre : StorePreIdx<0b11, 0, 0b00, GPR64z, "str", pre_store, i64>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1195 case AArch64::STRXpre: in DecodeSignedLdStInstruction() 1288 case AArch64::STRXpre: in DecodeSignedLdStInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5398 case AArch64::STRXpre: { in validateInstruction()
|