Searched refs:STRXpre (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 263 case AArch64::STRXpre: in getMatchingNonSExtOpcode() 337 case AArch64::STRXpre: in getMatchingPairOpcode() 421 return AArch64::STRXpre; in getPreIndexedOpcode() 588 case AArch64::STRXpre: in isPreLdStPairCandidate()
|
| H A D | AArch64InstrInfo.cpp | 2201 case AArch64::STRXpre: in hasUnscaledLdStOffset() 2338 case AArch64::STRXpre: in isPairableLdStInst() 2776 case AArch64::STRXpre: in getMemOpInfo() 2971 case AArch64::STRXpre: in getMemScale() 3012 case AArch64::STRXpre: in isPreSt() 7228 MachineInstr *STRXpre = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in buildOutlinedFrame() local 7233 It = MBB.insert(It, STRXpre); in buildOutlinedFrame() 7351 Save = BuildMI(MF, DebugLoc(), get(AArch64::STRXpre)) in insertOutlinedCall()
|
| H A D | AArch64SchedThunderX2T99.td | 1041 (instrs STRXpre, STRXpost)>; 1043 (instrs STRXpre, STRXpost)>; 1045 (instrs STRXpre, STRXpost)>; 1047 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64FrameLowering.cpp | 800 case AArch64::STRXpre: { in InsertSEH() 908 NewOpc = AArch64::STRXpre; in convertCalleeSaveRestoreToSPPrePostIncDec()
|
| H A D | AArch64SchedA64FX.td | 1427 (instrs STRXpre, STRXpost)>; 1429 (instrs STRXpre, STRXpost)>; 1431 (instrs STRXpre, STRXpost)>; 1433 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64SchedThunderX3T110.td | 1164 (instrs STRXpre, STRXpost)>; 1166 (instrs STRXpre, STRXpost)>;
|
| H A D | AArch64SchedA57.td | 684 def : InstRW<[WriteAdr, A57Write_1cyc_1I_1S, ReadAdrBase], (instrs STRXpre)>;
|
| H A D | AArch64InstrInfo.td | 3513 def STRXpre : StorePreIdx<0b11, 0, 0b00, GPR64z, "str", pre_store, i64>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1167 case AArch64::STRXpre: in DecodeSignedLdStInstruction() 1260 case AArch64::STRXpre: in DecodeSignedLdStInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4304 case AArch64::STRXpre: { in validateInstruction()
|